Reading Site URL From properties File In Selenium WebDriver DDF

In selenium WebDriver Datadriven Framework Creation, We have Implemented functionality of running test cases In different browsers In Previous Step. And for that, you have to change your test browser name at one place only. So now you can set your test browser In Param.properties file. Now next step Is reading site URL from Param.properties file. STEP 25 Prerequisite : … Read more

Test Framework For Selenium WebDriver : Implement Load Browser Function

As you know, We have already Introduced Selenium webdriver In our test data driven framework during PREVIOUS POST. And now we are going ahead very slowly to use data driven framework In selenium webdriver tests. STEP 23 Prerequisite : All previous data driven framework creation steps for selenium webdriver should be Implemented. You will get … Read more

Selenium WebDriver Test Data Driven Framework – Run Test From Batch(.bat) File

We have successfully generated XSLT reports for our selenium webdriver software test data driven framework In STEP 20. If you see In STEP 20, We need to open command prompt, Then need to type many different commands to clean, compile, run and generate XSLT reports. So now let us Implement all these things In batch … Read more

ANT – XSLT Reports For Selenium WebDriver Data Driven Framework – Part 2

ANT and other file’s configuration to generate XSLT Reports for selenium webdriver software automation test Is already done In previous STEP 19. So now configuration part Is over to generate XSLT reports. In this step, We will learn how to generate XSLT reports for selenium software test data driven framework. STEP 20 Prerequisite : All previous … Read more