How do we call Library Files(.vbs) in the Test Script
Thanks in Advance...
Answer Posted / sri satya
By using script, we can add in this way also:
path1="C:/Lib1"
path2="C:/Lib2"
Set qtLibraries =
qtApp1.Test.Settings.Resources.Libraries ' Get the
libraries collection object
qtLibraries.Add path1 ,1
qtLibraries.Add path2 ,2
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is Test Fusion Report in QTP?
explain abt dyanamic changing object with example?
please any one can explain the keyword driven framework. with gmail example.
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Diff b/w test scenario's and test Procedures?
what is the advantages and disadvantages of using functions instead of re usable actions
What are the different types of action?
What is the use of running the scripts in Hidden-mode in UFT?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
Explain how qtp identifies objects?
What are the types of environment variables in qtp?
How does qtp recognize objects in aut?
How do you check ticket cost and ticket number in flight application?