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
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Difference between test object and run time object?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Tell some commonly used Excel VBA functions?
If the objects hierarchy is changing from build to build, then how you will handle that condition?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What are the challenges you faced during you entire life automation ?
Sql questions to find second max salary and how to use joins
Does QTP record on Objects created on XWindows Environment?
What are the factors on which script execution time is dependent?
How can you send user defined messages to test report?
Explain how you can find the absolute value of the number in qtp?
why text area checkpoints cannot used for web applications
what the difference between shared repository and per action repository?