Please give me the steps to carry out datadriven in QTP8.2
Answers were Sorted based on User's Feedback
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 |
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 |
How i can change shared repository to per test repository in qtp
why we use check points , In qtp we use the any check points , what r they , when and why
write a function to read the items from Combobox of Flight Reservation application and save in excel.
HOW CAN QTP AND TEST DIRECTOR CONNECTED TO THE DATABASE AND WHAT R THE OPTIONS?
Where u will use output checkpoint in QTP?
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
Question:how many types of repositories in QTP9.2?and explain??
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
I want to know how to execute the descriptive programming in qtp for the webedit object which does not contain attached text property. but i have checked it with name and html id property. Even though it is not executing. it is giving error in object's physical description.
Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
Explain Checking XML....