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 |
What is Environment Variable and when we apply this in QTP?
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How does Parameterization and Data-Driving relate to each other in QTP?
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
What is the maximum size of Object Repository in QTP 8.2?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
For which type of project the iterative model is suitable?
How we can differentiate between stand alone application and web application in QTP?
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script