Can any body explain me how to prepare QTP frame work with
an example?? alexander.gdk@gmail.com
Answer Posted / maseed
In QTP There are $types of frame works
1---Linear
For the beginers we use this type of testing
2---Modular
when ever we have reusability we use this modular frame work
login is a reusable fn for gmail, or yahoo we can save it in a drive for calling when ever you want in the current function
3--Data Driven
4---Keyword driven
For example Take E-Banking Admin Login , Banker Creation
Data Driven
we can use data driven for the parametrisation , means
Take Excel sheet Take Two columns as Uid,Pwd
Save Excel sheet in a drive
1'Add sheet to the data table
2'import data table of Existing sheet in to New sheet
3'Row-count
4 Assign variables
a = datatable.value ("uid","New_Sheet")
b = datatable.value ("pwd","New_Sheet")
Browser().Page().WebEdit(UserName).set a
Browser().Page().WebEdit(UserName).set b
Keyword Driven
we have three sheets in the excel
1--- module
2----testcase
3----keyword
we have to comare all three sheets
we use if statements in this frame work
if mexe = y then
we compare all three sheets in keyword driven to open the application
we use functions in this frames work , we call function names in the action to execute the script.............
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how will load the object during runtime?
How you can replace string in qtp?
what is clean sweep?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
How software tester can use constants and variables in scripts?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is difference between run time object and test object?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
Tell me one scenario, the complex functionality you have automated in your project?
What is the extension of qtp local repository?
How to find Operating system information using QTP script?
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
Define virtual object?
can u explain relative path architecture framework in qtp?
Are Shared ORs read-only?