Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?
Answers were Sorted based on User's Feedback
Answer / rahul
See it very simple.Paramerisation is what suppose if we
want chek something for morethan one value then definatly
putting that value as constant doesnt help at all.So there
is only one mean we make them as Parameter and this process
is called parameterization.
4 ways of doing this
1> Data table
2>Random Number
3>Environment
4>Test/Action/Component
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / navin.k
parameterization is process of replacing the constant with
variables inorder to increas the scope of the test.
- it will be done in three ways they are :
1. keyword parameterization
2. Data Driver parameterization
3. manually
| Is This Answer Correct ? | 1 Yes | 0 No |
If u want to check how ur application behaves for different
input data we can go for parameterization.
U can parameterize the input data u give.
Paramerization is of 4 types
1. Test,action or component parameters
2.data table parameters
3.Environment variable parameters
4.Random number parameters
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pradeep
a generic answer (not related to just WR/QTP):
parameterization is a process to get the correct output
results for different input values that are passed into a
single variable.
method:
-define a variable in the script
-create or re-direct the user to generate a data table that
holds the respective values
-run the script
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satyaprasad
perameterization is a process of replacing single value
with multiple variable
tools --> datadriver--->in datadriverwindow click paramerize
-->peramerize all--->click ok
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
parameterization is a process of replacing constant value with the parameters in order to increase the scope of the test
open any action__view__properties__parameter__inputparameter__add value__click ok
| Is This Answer Correct ? | 0 Yes | 0 No |
Is any limitation to xml checkpoints?
Does QTP support flat files? If yes what are those?
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
How function returns a value?
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
What is Object Spy?
7 Answers JKH, Ordain Solutions,
what is vmodel?advantages and disadvantages of vmodel?
write script for how to add function library in QTP
How will you declare a variable in qtp?
write progamming connecting QTP to database sql? this is question asked by interview? please give sql, pl/sql related answer?pls any answer this?
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?