what is meant by "Parameterization technique"?

Answers were Sorted based on User's Feedback



what is meant by "Parameterization technique"?..

Answer / swetha

actually parameterization means replacing the constant
values with parameters, we use this technique to implement
retesting by passing the multiple values in order to check
whether the functionality is working fine or not.

Is This Answer Correct ?    11 Yes 0 No

what is meant by "Parameterization technique"?..

Answer / pavan

Parameterisation is a process in which it is used for replacing the constant values with variables or parameters in order to increase the scope of the test.
It will be done in 3 ways
1. Through Keyword view
2. Through Data driven wizard
3. Manually

In order to Implement the retesting.

Is This Answer Correct ?    1 Yes 0 No

what is meant by "Parameterization technique"?..

Answer / nilanjan saha

Parameterization technique helps us to replace the constant
values with variables(or socalled

parameter) to increse the flexibility of the test.
Suppose for testing purpose of the Login Id and Password
field your Test Case is to "Verify for

alphanumeric values "
So here your Test data should be say
1)id-Nilanjan
Pwd-mercury
2) Nilanjan100
Mercury
3)10000
MERCURY

So manually you can pass the data for 3 time and check,But
in parameterrization concept load all

these 3 set of data in dataTable , QTP automatically fetch
tha data from that DataTable Exacel

sheet one by one those Id & pwd pair.And the run time it
will also show you the Row1,Row2,Row3.

The test will go for 3 iterations and accordingly Test
result will be generated.

Is This Answer Correct ?    1 Yes 0 No

what is meant by "Parameterization technique"?..

Answer / prabhu

Thanks swetha...

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

what are the 5 types of objects in qtp

6 Answers   ABC, TCS, Wipro,


How to invoke QTP through VBscript?Send me full code along with description of the code.Thanks in Advance

1 Answers   Capco,


How to load a object repository in QTP during runtime?

2 Answers   BNP Paribas, Virtusa,


what are SetToProperty, SetROProperty,GetToproperty scripting?

2 Answers  


Please explain how to open with notepad of saved html file by right click option using QTP

1 Answers  






How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

0 Answers  


how to click the link in webpage by using QTP Script????????

3 Answers  


What are the trigger events in qtp?

0 Answers  


I want to run my qtp scipt on the system where qtp is not installed .I don't want to install qtp but i want that system should use the qtp from another system in lan just the qtp instance should be launched on that system without having qtp installed on it .I probably know the solution that it will be solved through RMI but how to get this problem solved plz help i anyone know the answer

4 Answers   Cimcon,


An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???

4 Answers   HCL,


There are 4 webpages in an application, in third page there is one cancel button i want to click that cancel button only, how can I click that cancel buttton ?

4 Answers   Wipro,


What is LoadRunner?

1 Answers   Crea,


Categories