Please give me the steps to carry out datadriven in QTP8.2
Answer Posted / noor
I'll take an example of login screen and explain.
first record the login page.
u can see the recored script in the expert view.
Browser(" WWW").Page("ABC").webedit("").set "XYZ"
Know if u want to parameterize username one can do it
manually by writing script in the expert view or using
wizard data driver, under tools menu click on datadriver
in the wizard select datatable as parametertype and in Name
and u can select the location as well global or localvalue
field u can change the name give Username and click ok
username will be added to datatable as column name under
that u can give diff values then run the script.this is
using data table.parameterization can be done using
environmental var and random numbers aswell.
validations can also be done with parameterization
various methods u can apply.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Why script error occur in between recording in qtp?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
Key word driven framework
What are the types of environment variables in qtp?
images are dynamically changes how to compare two images with out using the bitmap
How to analyzing the checpoint results?
How to explain a banking project in interview as a test engineer???
What are the features supported by UFT?
How can i initiate the objects to find uniquely in OR
write the vb script for call to new action in qtp?
What are the types of object repository in qtp?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
Explain the qtp test phases.