selenium-ide
JMeter load testing with JUnit from Selenium IDE
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)[详细]
2023-03-21 13:33 分类:问答Selenium IDE - Command to wait for 5 seconds
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.[详细]
2023-03-20 19:38 分类:问答How to identify in table an input (check-box) followed by a text in <td>?
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\'.[详细]
2023-03-20 01:50 分类:问答Save a test suite as a single file in Selenium
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[详细]
2023-03-20 00:48 分类:问答Storing current URL then opening it later in Selenium IDE
the application I am testing generates a dynamic URL that I need to开发者_开发问答 go back to later to perform further actions on.[详细]
2023-03-19 05:05 分类:问答Selenium click command target attribute doesn't work using xpath
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[详细]
2023-03-18 15:27 分类:问答Selenium RC cant find locator
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[详细]
2023-03-18 14:13 分类:问答selenium IDE trying to get margin-bottom value
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[详细]
2023-03-17 02:25 分类:问答Selenium: How to wait for options in a select to be populated?
I am using Selenium for the first time and am overwhelmed by the options. I am using the IDE in Firefox.[详细]
2023-03-16 22:04 分类:问答Selenium set speed execution test
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.[详细]
2023-03-15 12:24 分类:问答