What is Parameterizing Tests?

Answers were Sorted based on User's Feedback



What is Parameterizing Tests?..

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

What is Parameterizing Tests?..

Answer / ramu

when you test ur application we may want to test how the
application performs same operations with multiple sets of data

Is This Answer Correct ?    3 Yes 0 No

What is Parameterizing Tests?..

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

What is Parameterizing Tests?..

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

Post New Answer

More QTP Interview Questions

In qtp, how you can get the last character from a string?

0 Answers  


The hybrid framework can be implemented for any application. Is it true?

0 Answers  


How qtp recognizes the object?

0 Answers  


how to evalute defects in QTP script?

0 Answers  


Have you faced any problems with object repository?

0 Answers  






Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar

0 Answers  


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?

2 Answers  


Can we use index on view?

0 Answers   Wipro,


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

0 Answers   ADP, CTS,


Why qtp the best testing tool?

0 Answers  


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);

0 Answers  


Can any one send me the QTP Basic Coding Samples?

0 Answers  


Categories