How many ways we can parameterize data in QTP?



How many ways we can parameterize data in QTP?..

Answer / b.ramyasri

Hai...

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.

K,Byeee...
Thanks & Regards
B.Ramyasri

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More QTP Interview Questions

IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp

2 Answers  


what time u r using data driven test in ur app"

6 Answers   Accenture, IBM,


plz tel me what is the differnce between QC & QTP?

3 Answers   iGate, Satyam,


How can you identify the browser and its information using the qtp script?

0 Answers  


I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?

4 Answers  






what is the difference between IE & Netscape in web testing on a log in page

0 Answers   TCS,


How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?

1 Answers  


How to launch application under test through VBscript without using systemutil.run or invokeapplication?

3 Answers  


What is the file extension of the code file in qtp?

0 Answers  


Does Low-level recording capture mouse movements?

0 Answers  


Explain how you can find length of array in qtp?

0 Answers  


Hi Friends, I'm new to QTP. I want to write a function in QTP for below senario. In an Excel sheet column B, I Have 10 Url/Links, and in Colum A there is a Flag as Y and N. My test should run only on those iterations which are flagged as Y. Please help, Thanks

6 Answers  


Categories