How can you creat开发者_C百科e multiple test cases for selenium RC using eclipse?Evaluate a test framework, such as TestNG or JUnit. Based on these frameworks, you can build data driven tests, or a nu
I\'m having a problem using selenium. When I have a scenario which uses the \"I should see foo within bar\" web step from cucumber, I get the following error:
I\'m writing Integration tests for a webapp using Spring AbstractJUnit tests and Hibernate for data setup. I have Builders using Hibernate which is more convenient than DbUnit for data setup. But sinc
Is there any way in Selenium to mo开发者_C百科nitor the XHR requests from an application. I want to create a test where the test clicks a button then checks to see if a correct Ajax request is made.
I\'m doing some web app testing using Selenium IDE, and would like to like to introduce some randomness to spread out our tests. I\'m currently using Selenium\'s storeAttributeValue, where you give it
For 开发者_Go百科example with FirefoxDriver, how is it sending out clicks and commands to the firefox instance?It does this by having a webserver within the Webdriver addon for firefox. The language b
I\'m wondering if it\'s possible to use Selenium with a C# Windows Form that contains a WebBrowser object.
I must be overlooking something very obvious. What\'s wrong with this XPath expression? I want to get a count o开发者_Python百科f table rows which match a regex for id?
How can I monitor memory usage, database access and etc for each selenium test. I have a large project in groovy that fully uses selenium tests. I know how to use jprofiler, but it only monitors the w
Has anyone been successful with getting Selenium to issue a mouse click on an element which is not associated with input, i.e. pl开发者_StackOverflowain text?I have tried using click() and click_at()