Answer Posted / nandankumar
Parameterizion is the process of replacing the constant
values with the parameters or variables in order to
increase the scope of the test.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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?
How can you identify the browser and its information using the qtp script?
How to replay a script in qtp?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
which type of testing process are you following in ur company? how to recognize a qtp page?
Who uses qtp tool?
How to define array in qtp?
How QTP support all types of applications (platforms)?
How qtp recognizes the object?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
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