Right now I am trying to use selenium ide to write code that makes sure web pages on a website work. On one particular page there is a table that has text boxes in each cell. You can add a row by clic
I have been using selenium IDE to do some web app testing. I have been encountering errors on trying to playback the user actions, but have not been able to fix them because I have no idea what makes
I tried to google, but there are many different ways to work with Selenium. I\'m using: - Windows 2003 Server
I\'ve used Selenium ide to record test cases, export them to Groovy source, modify as necessary and run them. The default code exp开发者_如何转开发ects a server on localhost, I\'d like to use a server
I n开发者_如何学Goeed to assert that each row in table contains a certain text string, either through selenium IDE or a Java test case. What\'s the best way to do this? Here\'s my current test:
I\'m trying to run a basic test in Internet Explorer via Selenium-RC/PHPUnit, and it开发者_Go百科 always returns with
I created 2 test suites with Selen开发者_C百科ium IDE and I would like to run those test suites at the same time. Justlikefiring threads at the same time. Is it possible without entering programming ?
Once you have a test defined in Selenium IDE, is it possible to 开发者_如何学Gorun it automatically in 2 or more tabs at the same time? If not, is this something that is possible with Selenium RC?You
I need a way to take screenshots of my functional tests. Right now I\'m using Selenium 2 with C# bindings. I pretty much want to take a screenshot at the end of the test to make sure the desired page
Such a junit : @Test public void testA { //some code here... } @Test pulic void testB { //some code here...