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 is Curd testing?

0 Answers   Wipro,


Give answer with example what is orthogonal array testing technique?

1 Answers   CTS, Wipro,


A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100

1 Answers   Virtusa,


Does QTP work in UNIX environment

5 Answers   BirlaSoft, C1 India,


How to connect the real time application application with the QTP?

2 Answers  






Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance

0 Answers  


What is the Diff between Image check-point and Bit map Check point?

3 Answers   Ordain Solutions,


WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?

9 Answers   CTS,


Explain about datafile/verification of date file when file is not available in local system?

0 Answers  


hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale

0 Answers  


Explain the difference between data driven testing and parameterization ?

0 Answers  


object types is used for what?

1 Answers  


Categories