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
Define Error Pane of UFT?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
By using QTP can we record any log files written by the application which is in execution?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Where we use data driver in qtp?
How to get popup error message.
Why do we use breakpoints in QTP?
What are the main differences of qtp and win runner?
What is post recovery scenario?
Approach for Installation,comaptibility,system testing
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
If the objects hierarchy is changing from build to build, then how you will handle that condition?
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.
When should I use smart identification?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS