selenium-ide
Verifying Data within a Table
I\'m currently using Selenium IDE for automating testing on our website. On my web page, you can add a user (which displays a form for the user to complete), I\'m st开发者_JS百科oring certain fields[详细]
2023-02-19 11:18 分类:问答can I use Selenium IDE 1.0.10 with FF4.0 yet?
I\'ve managed to install Selenium IDE 1.0.10 into FF4. Selenium is showing in the Add Ons Manager and I\'ve restarted the browser. However, I don\'t see any way to laun开发者_如何学JAVAch the IDE. Is[详细]
2023-02-18 06:19 分类:问答Can we add more functions using javascript in Selenium IDE?
Hi I am newbie to selenium. I came to know that goto_sel_ide.js file which was given in one forum which helps to add the functions like gotoIf, while, label etc.,[详细]
2023-02-16 11:57 分类:问答using Selenium 2 / Web Driver with C#
I have recently been looking at using Selenium 2 / webdriver for some automated web tests.The API looks great.However is it possible to record a test through the selenium-IDE and generate C# code for[详细]
2023-02-15 19:15 分类:问答gotoIf condition behaves abnormally how to restrict this?
Please let me know where code goes wrong? Please give me resolution. Step 1:Condition A Step 2:If condition A true go to step 4.[详细]
2023-02-15 07:41 分类:问答How do I want to store the condition value in variable in selenium ide
I have a application which contains first page.. The navigation of the flow is If it is a first login:Page A --> Page B --> Page C[详细]
2023-02-15 07:02 分类:问答Selenium IDE - registration test (trying to get a pass on the automation part)
I have a quick question, I looked around the site and was not able to find another question relevant to what I wanted to ask. I am trying to implement Selenium IDE and use it agiants a company website[详细]
2023-02-14 17:41 分类:问答Selenium IDE: problems calling javascript from within a pop-up
I am having problems testing a pop-up menu in Selenium IDE. Within the pop-up there is a button that calls a JavaScript function (that updates a list )and closes the pop-up.[详细]
2023-02-14 15:25 分类:问答Selenium IDE: executing a test within a test
I have written a test using selenium IDE (with flow control extensions) that iterates through elements within 2 drop-down lists (using 2 loops) and populates a data entry form according to the element[详细]
2023-02-14 00:04 分类:问答Extending Selenium: How to call commands?
I read about user extensions and extending selenium but am wondering how to call a command from within a custom command I\'m creating.[详细]
2023-02-11 06:05 分类:问答