Tutorial post for selenium IDE “waitForTitle” and “waitForNotTitle” commands

Selenium IDE is open source regression testing tool and has many different commands for controlling regression testing flow of your software web application and I am trying to write tutorial posts for all the selenium ide commands. “waitForTitle” and “waitForNotTitle” command are one of them and are works with title of software web application. There … Read more

How to use selenium IDE assertion “assertNotText” and “assertNotValue” commands

Selenium IDE has many assertion commands to verify the presence of text, value, alert, confirmation, button, link, amny many more. You can Visit this page to look at all the assertion commands with example. “assertNotText” and “assertNotValue” commands are one of them and i am going to describe both of them with example. “assertNotText” is … Read more

How to use table commands “waitForTable” and “storeTable” in selenium IDE

“waitForTable” and “storeTable” are html table related commands. Both have different functions. As name suggest, “waitForTable” is useful to waiting for table data and we can use “storeTable” to store table data in to variable. You can take a look at other “store” Commands and “waitFor” Commands for your reference. Supposing you have a table and … Read more

Selenium IDE – What is the use of “storeConfirmation” and “storeAlert” commands

There are many commands avalilable in selenium IDE and few of them are very related to “storeConfirmation” and “storeAlert”. Do you need complete tutorial of selenium IDE(With Command Examples) to learn it quickly? Anyways you can find more commands list to get all examples at one place. Now let me come tho the point – … Read more