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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / gaytri
Thanks Chaitu for your reply,, It really helps me.
| Is This Answer Correct ? | 0 Yes | 0 No |
4. How u will open the build automatically in QTP except using Systemutil.run command
what is Unicode Compatibility ? HOw does this makes a diffrence from Winrunner.?
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
What is Terminal Emulators”? Why we used in QTP.? How he works on QTP.
how to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.
Can u call txt extension file in QTP?
write a regular expression pattern for xyz?123?
how do u handle an object without name using QTP 9.2?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waiting upto for that Browser sync only. It should wait total Browser get upload with fields.
In key word driven framework,we will rename the logical names of objects,why?