How many ways we can parameterize data in QTP?
Answer Posted / akshay kumar
There are four types of parameters:
Test, action or component parameters enable you to use values passed from your test or component, or values from other actions in your test.
Data Table parameters enable you to create a data-driven test (or action) that runs several times using the data you supply. In each repetition, or iteration, QuickTest uses a different value from the Data Table.
Environment variable parameters enable you to use variable values from other sources during the run session. These may be values you supply, or values that QuickTest generates for you based on conditions and options you choose.
Random number parameters enable you to insert random numbers as values in your test or component. For example, to check how your application handles small and large ticket orders, you can have QuickTest generate a random number and insert it in a number of tickets edit field.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is standalone database?
How QTP support all types of applications (platforms)?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
What is checking bitmaps?
How you can decide which type of object repository you have to use?
How to replay a script in qtp?
What is parameter in qtp?
What are output values and why they are used ?
Explain runtime dynamic settings?
Have you done batch testing in qtp? If yes how you are doing?
how can i call function (which has link with excell sheet at a remote location) within another function
Can we run multiple QTP scripts one after the other without manual intervention? How?
Give the syntax to load function at run time.
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What are the ordinal identifiers in web page?