How many ways we can parameterize data in QTP?
Answer Posted / 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 View All Answers
Shall we add Local Repository to shared object repository,if yes,how we add
What is throw object?
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is the use of running the scripts in Hidden-mode in UFT?
How did you use regular expressions in QTP and also in WR?
What is the basic concept of quicktest professional (qtp)?
How to get the particular property value?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is recovery scenario in qtp?
What is meant by Output Value in UFT?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
What is the diff between image and bitmap check point?
How to get Traceability matrix from TD?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.