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 to define array in qtp?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
what are the mandatory properties for a tex boxc (scenario?)
What is the difference in testing a client-server application and a web application?
What is standalone database?
What is the differences between image check point and bit map check point?
What is test object?
What are the challenges u faced in testing with crm domain? How u overcome with?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
How does qtp identify objects in the application?
How many types of recording modes in qtp? Which will be used when?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What is ‘object spy’ and what is the function of object spy in qtp?