Hybrid Framework Using UFT
Objective: Reduce Manual efforts in Smoke and Regression testing When ever new deployment is done in QA or Staging environment, we have to perform shakedown to make sure all the major and basic functionality of the application are working as expected and regression testing to make sure that the unchanged areas of the application under test are working fine. If we are doing it manually then It is a time consuming or tedious process. To overcome this, a hybrid framework has been designed using UFT tool which will perform the shakedown and regression testing automatically. It will also provide the test case execution report with screen shots attachment. Tool Used : UFT (Unified Functional Testing) Application Under Test : Flight Reservation (Dummy Application) Script: VB Script Hybrid Framework consists of : 1. Controller.xls (An excel file where we are controlling the test execution) If the Run mode is 'Y' then the corresponding function will get executed...