How to parameterize in QTP?

Answers were Sorted based on User's Feedback



How to parameterize in QTP?..

Answer / shyam.meghansh

Paramaterization can be done in this way:
#1. In the sheet "Action 1", write some parameters under
column A like name1, name2.
#2. In the code,
Browser("browser_name").Page("page_name).Webedit
("textbox_name").Set
Datatable("A","Action 1").
#3. From FSO u can do like this

datatable.import(<file name>)


In default sheet the data will be stored and in the script
u need 2 modify the code like this

Browser("browser_name").Page("page_name).Webedit
("textbox_name").Set
Datatable(Names,Gtsheet).

Names :- is the colum name and
GtSheet : - is global sheet in default sheet

Is This Answer Correct ?    14 Yes 1 No

How to parameterize in QTP?..

Answer / mukesh

Go to Keyword view, Select the value to parameterize. click
on configure value button for value to be
parameterize.Value configuration options window pop/s up.
Select parameter radion button and click ok button. The
script will automatically update in Expert view. We can
pass the parameters in the data table directly

Is This Answer Correct ?    13 Yes 2 No

How to parameterize in QTP?..

Answer / poonam

Paramaterization can be done in this way:
#1. In the sheet "Action 1", write some parameters under
column A like name1, name2.
#2. In the code,
Browser("browser_name").Page("page_name).Webedit("textbox_name").Set
Datatable("A","Action 1").

Is This Answer Correct ?    16 Yes 6 No

How to parameterize in QTP?..

Answer / dinesh1433

There are 4 ways of doing parameterize in QTP

1. Action Parameterization
2. Data Table parameter
3. Random number parameter
4. Environmental variable parameter

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

can we install qtp in windows vista

2 Answers  


images are dynamically changes how to compare two images with out using the bitmap

0 Answers   Hexaware,


What is RTM (require ment tracebulity marix) fromate?

0 Answers   Wipro,


What is the descriptive programming?

0 Answers  


what is the difference between xmlutil and xmlDOM in qtp?

2 Answers  






What is the limitation to XML Checkpoints?

0 Answers  


Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

0 Answers   IGI,


User defined function in QTP

2 Answers   Lehman Brothers,


IS standard check point is very important than the other check points in QTP? If so why?

4 Answers  


Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks

0 Answers  


desribe a situation where u faced a stressful situation and how did u cope with it

0 Answers   DELL,


What is parameterization? What is syncronization pt.?

3 Answers   Semantic Space, SRM,


Categories