Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?
Answer Posted / sunilkrishna kumar avvas
It is a process of replacing the constant value with
variables or parameters in order to increase the scope of
the test
Parametrization can be done in 3 ways (i)Through data
driver wizard and(ii)through key word view and (iii)manual view.
(i)through data driver wizard
activate menu item -->select the option data driven -->
select the constant value in the list --> click on
parametrize button --> click on next --> click on parameter
options button -->select the desired column name --> click
on OK -->click on finish
(ii)through keyword view
go to keyword view ,select the desired constant value -->
click on configure the value(Ctrl+F11) button --> select the
option parameter --> specify the desired column name -->
click on OK
(iii) To avoid the above navigation one can directly type
the script as follows
Ex: TO parametrize the val1 edit box in VB application
x=datatable("column name",form ID or form name)
vbwindow("application name").vbedit("val1").set x
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How QTP support all types of applications (platforms)?
What are the various automation frameworks available in qtp?
What is data driver in qtp? Where we use it?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What is the descriptive programming?
Where to use function or action?
Approach for Installation,comaptibility,system testing
What is QTP’s model for test creation?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How do you delete unwanted results in qtp?
Generic function to search for the unique link in webtable and click on it
How does qtp identify gui object?
Explain the qtp test phases.
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)