What is Parameterizing Tests?

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


Please Help Members By Posting Answers For Below Questions

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?

1543


How can you identify the browser and its information using the qtp script?

668


How to replay a script in qtp?

722


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..

1366


I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?

1820






What VBScript operators, functions, and statements do you use in QuickTest Professional?

2250


How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?

685


which type of testing process are you following in ur company? how to recognize a qtp page?

1496


Who uses qtp tool?

657


How to define array in qtp?

660


How QTP support all types of applications (platforms)?

4144


How qtp recognizes the object?

765


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?

1704


Which features or drawbacks of QTP lead to the upgrade for a newer version?

657


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

2561