“check”, “uncheck”, “checkAndWait” and “uncheckAndWait” command example of selenium IDE
You can use check and uncheck commands only with checkbox and radio buttons of webpage. Let we see how we can use check […]
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 […]
Documents required to start writing Test cases Hi Guys, Many interviewer ask this question in interview of software testing. Documents require to […]
System testing definition System testing is the testing process in software testing to verify the completeness of system with its original requirement […]
Definition of acceptance testing Acceptance testing is performed by software testing engineer or end user. Acceptance test gives confidence to end user […]
Definition of integration testing Integration testing is the testing process in software testing to verify that when two or more modules are […]
Unit testing is the testing process in software testing to verify that the smallest testable part or a unit of an application, are tested […]