Answer Posted / abcd
Parametrization is a process of replacing hard coded/fixed
values with multiple values in order to expand the scope of
the test.
There are different ways to parametrize in QTP. You can find
more info @
http://everythingaboutqa.blogspot.com/2011/07/parameterizing-values-in-qtp.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between check point and output value?
What is the use of text output value in quicktest professional (qtp)?
Without using gui map editor we can recognize the application in winrunner ?
What are table and db checkpoints?
Can you write a script to check if the folder exists or not?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
Explain advantages and disadvantages kdf?
What are the features and benefits of quick test pro (qtp 8.0)?
What are the different properties of an web object
Explain the Different types of QTP test assets and their extensions?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What is a data driven test in qtp?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
what is meant by Implicit and explicit requirements?