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 |
How to take screen shot of desktop by using vb script code or is there any method?
what is the difference between call to copy action and call to an existing action
Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?
What are default add-ins in qtp?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
i have data in excel sheet.i imported the data in data table.while doing parameterization,how the code knows it is a valid or invalid data?
How to find the length of the string in qtp?
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
what is a good testcase?
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
Explain how Does Run time data (Parameterization) is handled in QTP?
What is User defined function in QTP