testing - Any good resource (non-people) management libraries? -


As our automated testing infrastructure grows, we need to automatically manage test resources (server, etc.) the wanted. Do not manage system updates but automatic (programmatic) way to reserve resources for use in running the test and release resources when it ends I add items to the system, store meta data about them, They should be able to reserve resources and issue resources at the end. Are there any existing systems that manage resources that can be integrated with other programs? Make goals to interface the system as a javascript, or C #, but if there is something good in any other language (or there was any way of interfering with other languages) I also see it.

Have you seen the Selenium grid? It allows for the demand of clusters of servers for automated testing. It also works with Amazon's cloud computing services.


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -