what is meant by "Parameterization technique"?
Answer Posted / 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 |
Post New Answer View All Answers
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
What is the quicktest professional (qtp) testing process?
can any one say that where we can download the QTP trail version ??????????
What is the Difference between test object and run time object?
How to remove the associated function library?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
Limitations in QTP?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Will down time for server and content maintenance/upgrades be allowed? how much?
When using descriptive programming?
How can I check if a environment variable exist or not?
Through array we can execute the testcase how ? give me example
Is QTP supports Unix. If yes, then how the test automation is done?
What are the different ways to invoke an application using QTP?
How to carry out bit map check points in QTP