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

WebDriver Data Driven Framework – Implementing Sample Data Reading Test In Both Suites

STEP 9 Prerequisite : STEP 1 to STEP 8 should be Implemented In data driven framework creation for webdriver software automation tool. If you have followed all the data driven framework creating steps then I am sure that you will be succeed to read data from SuiteOneCaseOne test data sheet of SuiteOne.xls file for SuiteOneCaseOne test case as … Read more