How To Handle Dynamic Web Table In Selenium WebDriver

If web table has same number of rows and same number of cells In each rows every time you load page then It Is very easy to handle that table’s data In selenium WebDriver software testing tool as described In How To Extract Table Data/Read Table Data Using Selenium WebDriver post. Now supposing your table’s rows … Read more

Soft Assertion For Selenium WebDriver With TestNG

If you know, we have already learn about testng hard assertions (Example assertEquals, assertNotEquals, etc..) which we can use In our webdriver test for software web application. Hard assertion examples links are given on THIS PAGE. View all those examples one by one to learn hard assertions. Let me tell you one thing about hard assertions, … Read more

selenium IDE “storeAlertPresent” and “storePromptPresent” Commands

After very long time, New post about selenium IDE. If you are new user of selenium then you can learn selenium IDE commands one by one from command list PART 1 and PART 2 where I have described mostly used commands with simple examples. Selenium IDE can also helps you to automate your web application testing … Read more

How To Handle Ajax Auto Suggest Drop List In Selenium Webdriver

What Is Ajax Auto Suggest Drop List? Before learning about how to handle ajax auto suggest drop down list In selenium webdriver software testing tool, Let me tell you what Is ajax auto suggest drop down list. If you have visited any software website with search box and that search box Is showing auto suggest list … Read more