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 |
Can we Script any test case with out having Object repository? or Using Object Repository is a must
What is the Risk Analysis? Waht types of risk analysis are there?
Reverse string without mid or streverse function.
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
difference between GetRoProperry and GetToProperty.and where we've to use exactly those properties
What are objects? how do you select the unknow object?
what is testing process with QTP in organization
Hi. plz expalin abouit SetToProperty, SetRoProperty, GetToProperty, GetRoProperty,GetToPrperties. with examples.
Key word driven framework
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
what r the executing modes in QTP
How can we fill data in a text box without recording using object spy. Can you please provide the steps...