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
Hi,
Parameterization mean to check the application how
it perform the same action with multiple set of data. This
can be done by using the data table in the QTP. First
select the object that you want to parameterize and in the
value column you find a parameter symbol, click on the
symbol. Value configuration window opens in that select the
parameter radio button and give the name and select the
action sheet you want to parameterize and click ok. Now
data table column is selected now enter the multiple data
and save and application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / ns
passing runtime input values with the help of data table or
data source is called parameterization.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravinder
HI
parmeterization nothing but (DTT) To check single
application with multiple data
go to >tools>datadriver>open the window>click on parameter>
open the sub window >enter the name>click on ok>ok>enter the
valid data>run
| Is This Answer Correct ? | 0 Yes | 0 No |
what will be the stmt if record any edit box in the Web application ?
explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
What is test object model in quicktest professional (qtp)?
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain
I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this
What is exact difference between “while” and “do while” in QTP ?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
In an output value text checkpoint, where does the output value stored by default ?
How to export QTP results to an ".xls" file?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?