Use of “mouseOver”, “mouseOut”, “mouseOverAndWait” and “mouseOutAndWait” commands in selenium IDE
You can use mouseOver and mouseOut command when your targeted software web page element has effect on mouse over and mouse out. Targeted element […]
You can use mouseOver and mouseOut command when your targeted software web page element has effect on mouse over and mouse out. Targeted element […]
You can use check and uncheck commands only with checkbox and radio buttons of webpage. Let we see how we can use check […]
All these three commands useful only some time when you have multiple buttons or multiple fields or multiple links on page and […]
“select” Command Purpose of “select” command is to select label from drop down/combo box or list box. New Test Command Target Value […]
“storeLocation” Command “storeLocation” command is useful to store current selected window’s URL in selenium IDE software testing tool. See bellow given example […]
“pause” Command “pause” command is simple wait command and useful for stop execution of selenium IDE software automation testing tool for given […]
“assertTextPresent” command “assertTextPresent” command is useful for verifying and asserting selenium if given text is not present on page. It will return […]
“type” command “type” command is useful for typing keyboard key values into text box of software web application. you can also use […]
Here let me describe you main difference between assert and verify in selenium IDE software testing tool and selenium RC software testing tool. […]
“storeText” command “storeText” command in selenium IDE software testing tool is useful to store text value of page element of software web […]
“store” command“store” command is useful to store value or string into variable in selenium IDE software testing tool. When you want to use […]
“clickAt” selenium IDE command“clickAt” command is useful when you need to click on specific x,y position of any element of software web […]
“click” command“click” command is another mostly used command in selenium ide software testing tool. you can use it when you want to […]
“open” Command“Open” command in selenium IDE software testing tool is mostly used command in selenium IDE software testing tool. “Open” command opens the […]
Now all you are familiar about selenium IDE software testing tool bar and its different components. Now lets we record and play […]
If you are new for using selenium IDE software testing tool then first of all you have to understand how to operate Selenium […]
Selenium IDE : Here i am going to describe how to download and install selenium IDE open source testing tool step by […]
Selenium IDE is software testing tool for web applications. It provides record and playback facility to regression test any web application. To […]