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 |
In qtp, how you can get the last character from a string?
The hybrid framework can be implemented for any application. Is it true?
How qtp recognizes the object?
how to evalute defects in QTP script?
Have you faced any problems with object repository?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Can we use index on view?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Why qtp the best testing tool?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Can any one send me the QTP Basic Coding Samples?