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 |
What is meant by Step Generator in Qtp How is it used? pls gimme in detail
Tell about descriptive programing in qtp8.2?
What is the another extension name of library file. If that is exist than what's the difference between them.
how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes
why you have standardized functions? plzzz guys with real time exp. do answer
actuall wat my doubt is:while doin regression testin we enter all +ve & -ve data....system has to accept +ve and reject -ve data.in such case we get a popup window sayin that wrong entry...now i wan to overcome this popup window..how do i go further....plz explain.i tried thru rec.scenario but of no use.
I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?
How to create scenario selector
tell me about framework types and most used framework in real time. types of output value in details. diff between wr and qtp in detail.
Can any one explain about environment variables with examples?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
what is Automation frame work and how do u used this for your project?