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

Flight reservation using input and output parameter script.

1 Answers  


How many types of Test Plans are there...??

5 Answers  


What is the extention of Virtualobject

1 Answers   Accenture,


where we save the scripts created in one project?

6 Answers   IBM,


please clarify the question ................. i know how to open the notepad file ? but i don't know how to enter the data into opened notepad ? Ex: set a=createobject("wscript.shell") a.run "Notepad.exe" please give the replay. my mail id is raju.ippali@gmial.com, 9823257761

6 Answers  






Write test cases for copy and past password in password field ?

0 Answers  


What are the features and benefits of Quick Test Pro(QTP)?

0 Answers   Crea,


How to supress warnings from the "Test results page"?

3 Answers   Crea,


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

0 Answers   Accenture,


how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons

2 Answers   Aspire,


How can you handle exceptions in qtp?

0 Answers  


WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT

0 Answers   Infosys,


Categories