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



Today only i joined in this site. Can u please tell me definition of parameterization. and how i..

Answer / purni

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

Today only i joined in this site. Can u please tell me definition of parameterization. and how i..

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

Today only i joined in this site. Can u please tell me definition of parameterization. and how i..

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

Today only i joined in this site. Can u please tell me definition of parameterization. and how i..

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

Post New Answer

More QTP Interview Questions

What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??

3 Answers   Virtusa,


In QTP how can we recognize objects Without using Object Repository?

3 Answers   IBM, Wipro,


How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..

1 Answers  


1. How to capture data from images in QTP and produce them in Excel sheet ? 2. What is Terminal Emulator add-in installation and configuration procedure ? 3. Tell me how do u define action and transaction in QTP ? 4. Is QTP case sensitive ? 5. Problem with XML checkpoint ? 6. When was QTP 8.2 and Loadrunner 8.0 officially released to the market ? 7. Can we record on netscape browser does it require any special settings ? 8. How do I add new object to the object repository to any particular frame ? 9. Do we have rapid test scrpit wizard in QTP ? How to learn all the windows and objects in QTP 10. How to open Exceel sheet using QTP script ? 11. Is it necessary to learn VB script to work with QTP or we can manage with keword driven ? 12. What is descriptive programming in QTP ? 13. How to invoke the QTP from dos prompt and run a test without any interaction with human ? 14. What is the meaning of Context sensitive ? 15. How to retrive the property values from "Resource.mtr" after recording the script with "Standard checkpoints" ? 16. Where should we use accessbility checkpoints. Can u explain me with the example ? 17. How do we add object repository dynamically ? (During runtime) 18. How to record right click of a context menu and click on the selection ? 19. How to connect oracle database to QTP ? 20. How will you load few objects in Active Screen ? 21. Can I compare two DataBases using QTP ? 22. If the the two object have same class then how QTP will find the object ? 23. Can I change the runtime properties of an object ? How can I check if a parameter exists in database ? 24. What is the script for database check point, bitmapchek point, regular expression ? 25. What is QTP environmental variable ?

1 Answers  


Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions

4 Answers   Livetek,






What is accessibility check point?

0 Answers  


What is the difference between analog and low level recording?

0 Answers  


After geting the modules where we generate the script ie in qtp or notpad ?

1 Answers  


anybody wants to learn QTP with realtime implementations and complete framwork contact to this mail id ciraaj@gmail.com

1 Answers  


what is meant by source control?

0 Answers   Ordain Solutions,


How the objecs properties are identified?Tell me in Hierarchical order?

5 Answers   IBM,


What is SQL injection?

2 Answers   CTS,


Categories