sagarkumar97
7 years agoNew Contributor
Speedup Execution needs to be done for hybrid framework. anu suggestions on how it can be done
In my current hybrid framework designed for web testing here is the process flow:
A) Excel Sheets to Store Test Case Flow & Test Case Data
B) Function Library:
First and foremost, function library will store the information about what all keywords are available in your framework and how they are mapped to different functions.
C)Start Test Script/Driver Script - Used DDT method to read data from excel file
Test Complete test cases are used to just initiate or drives the execution. It will contain the code that
will just call the function library(Keywords). After this, the function library will take charge and execute the test cases.