Hello Everyone,
In QTP we have one option Data Driver wizard that comes in
Tools -> Data Driver. so, please tell me abtout the use of
Add Value and Parameterize options available in Data Driver
wizard. And also the concept of value, constants,
Parameterized displayed in the wizard. Please explain by
giving the example.
Thanks in advance,
Gaytri
Answer Posted / chaitu.c
for exp we generate the script for insert order It has the
date,fly to,flyfrom,flight table,name,tickets,class
fields.if you want to parameterize the values in that
fields then you go for data driver wizard. data driver has
the value , constant, parameter
value = it shows the current value of the field
constatn = it shows the occurence of the fields
parameter = it shows the any field already parameterized
previously or not
data driver has two buttons like
addvalue and parameterized
addvalue = it is used for to add the which you want to
parameterized in you test.
parameterized Button = it is shows the who to parameterize
the fields parameterization
Process of parameterization
select step by step->Next->Select Parameter and press
parameterIcon->after we can get parameter option dialog-
>Select Datatable in Parametertypes->selec parameter in
datatable (Note: before do this first we can create
parameter in datatable global sheet)->after that press ok
button->finally press Next button or Finish button. this is
process of datadriver parameterization.
i think you satisfied with this
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is clean sweep?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
For which type of projects the iterative model is not suitable?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
How to add verification steps to tests?
If object is not recognized by qtp but the object is standard object what is your approach?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
how to prepared for first for the first interview?
Explain features of the latest version of qtp/ uft 12.1?
how did u use automating testing tools in ur job?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How qtp identifies objects?
How to export quicktest professional results to an .xls file?