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 |
How Does Run time data (Parameterization) is handled in QTP?
Write Descriptiv prg 4 login logn....txt bx password---txt bx ok---btn
What issues come up in test automation, and how do you manage them?
I want some banking domain projects where can i get this projects ( anybody can help me plz)
How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.
somebody please say me why we go for using regular expressions,actions.what is the main and exact use of this in real time applications.real time testers pls answer my question with example if u can
Object Repositories types, which & when to use?
Explain the types of object repository?
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?
How do you create regression test packs?