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
in my application,validation message has in japanise language.how to validate this message is appears properly or not
explain structured testing? plz guys with exp. do answer
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Where we can use the analog mode and where we can use the low – level mode?
what is the diffrence bw qtp architectute and qtp framework?
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.
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
How the exception handling can be done using quicktest professional (qtp)?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
What is the difference in testing a client-server application and a web application?
please post the interview questions for QA position in FACTSET
what QTP Options do you know?
write script for bitmap image?
QTP script is not working on other's machine..