Can we add the function library directly from scripting in
qtp instead of adding from resource tab?
Answer Posted / nath .t
Sorry for the small mistake in the above answer.
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch
qtApp.Visible = True
qtApp.Open "C:\Tests\Test1", False, False
qtApp.Test.Settings.Resources.Libraries.Add "e:\Utils.vbs"
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Can we write winrunner language i.e TSL in QTP tool?
how do i know how to use tools
what are the limitations of smart identification in qtp 9.0
Can I change properties of a test object?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Explain the benefits of quick test pro(qtp)?
What are the different types of qtp test assets and their extensions?
Explain the concept of object repository?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
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 ,
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
How will you report the bug and explain the defect tracking sheet you handled?
write the vb script for call to new action in qtp?
Is it possible to call from one action to another action in qtp?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?