How Does Run time data (Parameterization) is handled in QTP?
Answers were Sorted based on User's Feedback
Answer / tripti arya
Parameterization is nothing but giving multiple input/test
data. In QTP i/p data can be given in 4 ways:
1.Input through keyboard
2.Input through notepad
3.Input through Excel Sheet:a.Global Sheet b.Action Sheet
4.Input through database i.e importing data from database
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / gyanesh ranjan rout
Parameterization is nothing but giving multiple input/test
data. In QTP i/p data can be given in 4 ways:
1.Input through keyboard
2.Input through notepad
3.Input through Excel Sheet:a.Global Sheet b.Action Sheet
4.Input through database i.e importing data from database
5.Through Environment Variable.
6.Through Random Number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suha
You can then enter test data into the Data Table, an
integrated spreadsheet with the full functionality of
Excel, to manipulate data sets and create multiple test
iterations, without programming, to expand test case
coverage. Data can be typed in or imported from databases,
spreadsheets, or text files
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / meenu
you can use parameter feature i quick test to enhance your
test or component by parameterizing the values that it
uses. A parameter is a variable that is assigned a value
from an external data source or generator. You can
parameteriza values in steps or checkpoints in your test or
component.You can also parameterize the values of action
parameters. If you wish to parameterize the same value in
several steps you may want to consider data driven wizard
| Is This Answer Correct ? | 1 Yes | 3 No |
Could any one suggest web site links to learning VB Script for QTP purpose??
Explain in brief about the qtp automation object model (aom).
what is framework in QTP? any one give me answer
Which company is better amdocs or techm ???
In QTP if u got a defect , how to report to developer using Test director or Quality center .
Is it possible to call out to Java from QTP?
Difference between object identification and smart identification
Explain the parameter in qtp?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
How to add a page checkpoint to your test?
If I change the object name in one action will it be updated in all the actions? Or not?