What is Parameterizing Tests?
Answers were Sorted based on User's Feedback
Answer / latiful
when converting test into data driven tests - we replace
fixed values with parameters/variale - is kmown as
parameterizing the tests.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / barun choudhary
When you test your application, you may want to check how it performs the same operations with multiple sets of data. For example, suppose you want to check how your application responds to ten separate sets of data. You could record ten separate tests, each with its own set of data. Alternatively, you can create a parameterized test that runs ten times: each time the test runs, it uses a different set of data.
| Is This Answer Correct ? | 0 Yes | 0 No |
1>why parameterization is necessary in qtp? 2>if we give constant value then what problem?
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to capture data from images in QTP and produce them in Excel sheet ?
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
how to generate numbers in between to numbers suppose numbers in between 500 to 1000 in sequencies using vbscript
Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script
How do you perform testing on web based application using qtp 9.2?
How many ways return more then one value from function?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
how can i impliment error handling in QTP?
What are the difference between QTP and Winrunner