Posts

Showing posts from February, 2017

Hybrid Framework Using UFT

Image
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...

KeyWord Driven Framework Using UFT

Image
Objective : To 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. Tool Used : UFT (Unified Functional Testing) Application Under Test : Flight Reservation (Dummy Application) Script: VB Script Folder Structure: Flight_Reservation ---------------------------- Function_Libraries TestData Images Repository Test Script Keyword Driven Framework consists of 1. TestData.xls : Key words to be retrieved from “TestData.xls”. We have also kept test data to b...