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
What is difference between Recording time object identification and Run time (Execution) time.
what frame work you are following?
How to create Reusable and Multiple Actions?
What is TOM in QTP?
Explain in brief about the quicktest professional automation object model?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What is the difference between byref and byval in qtp?
what is error and fault in terms of software quality?
Hi All, How to get repeated word in string . Thanks Balaji
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Can we run test with out adding object in object repository? How it is possible?
How to find the length of the string in qtp?
Is it possible to switch between recording modes during a test creation?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is checkpoints for quicktest professional (qtp)?