Please give me the steps to carry out datadriven in QTP8.2

Answers were Sorted based on User's Feedback



Please give me the steps to carry out datadriven in QTP8.2..

Answer / shreya kadiyam

Tools menu > data driver > select sample inputs in
automation program > click parameterize options icon to
select XL sheet coloumn name > click "OK" > Click finish


once you are well familiar with QTP then directly in the
test pane you can write

set datatable("column name",dtglobalsheet/sheetid)

Is This Answer Correct ?    0 Yes 0 No

Please give me the steps to carry out datadriven in QTP8.2..

Answer / 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

More QTP Interview Questions

How many types of recording modes in qtp?

0 Answers  


Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri

7 Answers  


Explain in brief about the QTP Automation Object Model.

0 Answers   Crea,


How will you report the bug and explain the defect tracking sheet you handled?

0 Answers   TCS,


hen do start automation testing after manual testing

1 Answers   Infosys,






Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?

0 Answers   IBM,


WHAT IS DIFFERENCE B/W QC 9.2 AND QC 10.0

1 Answers   SoftTech,


How can we add regular expression for date field (dd/mon/yyyy)?

3 Answers   CTS,


What are the recording modes in wave event?

0 Answers  


What is the difference between functions and actions in QTP?

7 Answers   Verizon,


how you will do cookie testing using QTP?

2 Answers  


What is data driver in qtp?

0 Answers  


Categories