Selenium Testing Framework : Implement Test Case Skip Function

STEP 13 Prerequisite : STEP 1 to STEP 12 should be Implemented as described. In previous two steps, We have learnt how to skip specific software automation test suite’s execution from your test and then reported software test suite execution status In excel file. So this was our basic requirement of our selenium software automation framework which Is … Read more

Selenium Automation Framework : Reporting Suite Execution Status In Excel

STEP 12 Prerequisite : All previous (STEP 1 to STEP 11) selenium test framework creation steps should be Implemented. As described In previous post, Your test execution status will be reported In testng report automatically by SkipException. But If you wants to report execution status (Skipped or Executed) In excel file then once more you … Read more

Selenium WebDriver Framework – Implementing Suite Skip Function

STEP 11 Prerequisite : All previous selenium framework creation steps starting from STEP 1 to STEP 10 should be Implemented. Right now we are at the middle of selenium Webdriver software automation framework creation process. Now next step Is to Implement software automation test suite skipping functionality In selenium data driven automation framework. Why Need Test … Read more

DataDriven Framework For WebDriver Step 10 – Adding testng.xml To Run Multiple Test Cases

STEP 10 Prerequisite : 1. All the previous steps starting from STEP 1 to STEP 9 should be Implemented properly. 2. TestNG software unit testing framework should be Installed properly In eclipse. VIEW TESTNG INSTALLATION GUIDE. Now our all four test cases from both the suites are able to read data from related excel file … Read more