I have problem with JMeter not picking up my JUnit test. What I did: got JMeter and extracted created JUnit test through Selenium IDE and exported as JUnit4(WebDriver)
I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I w开发者_C百科ant to test a website with a embedded external map.
I have to identify the path of check boxes in a row from a table using the text preceding them. The problem is that the text is inserted in a \'td\'.
Is it possible to save a test suite as a single file as opposed to a group of files when using Selenium? Normally the test suite file is just a list of links to the test case files; I\'m wondering if
the application I am testing generates a dynamic URL that I need to开发者_开发问答 go back to later to perform further actions on.
Trying to get #1 to work in Selenium IDE.#2 works fine.I\'m trying to check the checkbox (input tag).When I store the value of this xpath id, it finds the correct id.But the click command can\'t inter
I have the following locator: css=tr:contains(\'First page\') + tr table td:contains(\'Yes\') input I can find it o开发者_开发技巧n the page using Selenium IDE, but my Selenium RC test fails tryin
I\'m trying to get the value of the bottom margin of an element on my page.The page has a select box that allows the visitor to adjust the botttom margin of an element.I want to create a script that c
I am using Selenium for the first time and am overwhelmed by the options. I am using the IDE in Firefox.
We use Selenium IDE to record the test. In the recorder we can change the speed execution and our tests pass. We should set the speed t开发者_如何学Co SLOW.