what is meant by "Parameterization technique"?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Have you faced any problems with object repository?
waht is the diff b/w Environment variable and Global variable in qtp?? explain types of variable in qtp??
Difference between action & Reusable action?
Where the text version of script file located in file system?
What are the types of object repository in qtp?
Hi Friends, I have an application that is having some options to choose. While doing business transaction I need to select one option among from available options. But here the thing is, we won't get one option which we've chosen already and the available options will get automatically from the system with time basis, moreover each and every option having with various label names respective to that option. So obviously if I run my recorded script will automatically gets fail, even though it got pass at first time. Could anyone please give me appropriate solution for this. I would be greatly obliged with you if you give the solution as soon as possible.
When do go for loop condition in test?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
why text area checkpoints cannot used for web applications
Write script to fetch the data from global sheet where row number is 3 and parameter is "text"
3 Answers Accenture, Thomson Reuters,
· What should test in BANKING DOMAIN application ?
Differentiate the two Object Repository Types of QTP.