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 |
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
what time u r using data driven test in ur app"
plz tel me what is the differnce between QC & QTP?
How can you identify the browser and its information using the qtp script?
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?
what is the difference between IE & Netscape in web testing on a log in page
How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
What is the file extension of the code file in qtp?
Does Low-level recording capture mouse movements?
Explain how you can find length of array in qtp?
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