How i can use and create Library functions in QTP and what
is the proces .

Answers were Sorted based on User's Feedback



How i can use and create Library functions in QTP and what is the proces ...

Answer / jay prakash

Creating library is nothing but writing some .vbs files and
assosiating it with the main script.
The .vbs files can contain the variable declaration,
functions&Procedures etc. Which (Variables and
Functions&Procedures) can be directly referred from your
QTP Scripts.

Steps are:
1. Create us .vbs files.
2. From QTP (I am talking wrt QTP 9.2) File->Settings
Select resource tab.
3. Associate the libs by browsing to the .vbs file path.

Your script is ready with the Library function. It is
benificial in the case you can use the same library for
different scripts. reusabilitu and maintainance is very
easy.

Please let me know if it satisfies your query.

Is This Answer Correct ?    1 Yes 0 No

How i can use and create Library functions in QTP and what is the proces ...

Answer / krishnateja muppalla

Library functions are nothing but reusable functions. You can create all reusable functions in a library (.vbs file) based on your project requirement. When ever you want particular function, you can call from current script.

Associating library function to our mail script you can see from above answer.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How can we merge two repositories? Can we merge two differnt rep. I mean 1is peraction and other shared

4 Answers   Tavant Technologies,


To which environments does quicktest professional (qtp) supports?

1 Answers  


Can any one tell the different properties and values of differnt objects like Browser,Page,link,webedit,webcombobox,webradio botton,webcheckbox and web button.Because I am facing a lot of problems in interviews with Descriptive Programing.I never worked on web Application...Pls help any one as soon as possible....

2 Answers  


Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?

2 Answers   Datamatics,


what is the another name for blackbox testing?

7 Answers  


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

1 Answers  


what is QTP batch testing tool?

2 Answers  


How to "Turn Off" QTP results after running a Script?

3 Answers   Crea,


How will you test a keyboard?

1 Answers  


Explain the types of object repository?

1 Answers  


i have a doubt can anyone tell me where are scripts stored while using QTP.Tell me the exact procedure takes place in real time?like how we call scripts how to proceed after writing scripts?how scripts are executed etc?i heard some use Qc whether others dont use.so tell me whole procedure for both the things it will be a very big help.as i have interview i want to have whole idea on this.its very urgent.

1 Answers   RR Donnelley, RRDonnelley,


How can you write the scripts that operate on different objects depending on run-time information?

1 Answers  


Categories