So I\'m trying to check the XPath of a block of text to verify that th开发者_开发百科e correct page has been returned. However, for the several sites and designs I\'m testing(with Selenium 2), the blo
This is an organizational question - I have a set of \"Java Projects\" within the same workspace in Eclipse, comprising of a series of Selenium tests (pretty much each it\'s own Java Project). They a
I want to do this if (typeof(variable) == \"undefined开发者_StackOverflow社区\") {} does this work in selenium?Yes. You can execute any javascript from selenium with the getEval method.
I a开发者_C百科m trying to use selenium.getEval() to get all of the elements with a certain name. How do I do it?It doesn\'t work like that.getEval() returns a string representation of whatever JavaSc
I ran across a thread about slow rspec tests that made me wonder which rails test runner configuration will result in the fast开发者_运维技巧est running recurring tests?
I am trying to configure CruiseControl .net to build our repository code periodically and run the tests included in the so开发者_JS百科lution. I have configured the retrieving code from the svn server
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m modifying an existing maven2 project and I would like to create the database structure if I notice it is missing.
I want my integration tests to run on each commit in TeamCity. What is the good way to get my WCF service running automatically for the tests?
I understand that Two users cannot work on the same machine at the same time, and Test Compleate interacts with GUI in the way a user wo开发者_开发技巧uld do.But probably there is some way to solve th