How to Parameterize Object repository in QTP?

Answer Posted / sai sankar

parametrization means transfering values or passing test
data values from one action to another action / one test to
another test. In Qtp we can parametrise datas by four
methods:
1. Action parametrisation(from one action to another action)
2.Data table (same as action but data table is used for
transfering datas)
3.Environment
4.Random Numbers

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many lines of code in each script of QTP?

4030


after click on compose mail how can we attached a file in qtp with vbscript code

1607


can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.

5092


Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,

1376


Explain how Does Run time data (Parameterization) is handled in QTP?

555






What is the use of text output value in quicktest professional?

503


What is QTP and the use of QTP in TD?

591


suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?

1321


How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.

1781


write the vb script for call to new action in qtp?

1853


suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question

1486


What are the ordinal identifiers in web page?

628


Dis advantages of XML checkpoint ?

1573


how interviews will be on QTP?

1516


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1573