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
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
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.,
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
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.
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
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
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.
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
I read about user extensions and extending selenium but am wondering how to call a command from within a custom command I\'m creating.