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 |
QTP Testing Process?
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
describe some problem that u had with automation testing tool?
Hi Suppose u have complex Test scripts which u vl write first and which u vl execute first
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
Is it possible to merge two object repository files in qtp?
what is a good testcase?
Hi All, I am a beginner in QTP and have understood the basics of QTP by going through tutorial. I am trying to Automate a HRMIS application, What is the right approach to Automate this application. Kindly answer. Thanks in advance
How is the Bitmap checkpoint different from Image checkpoint?
w is fragmentation and paging
Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)