How do we call Library Files(.vbs) in the Test Script
Thanks in Advance...
Answer Posted / k.sai krishn reddy
u can add library file to ur script through Test-----------
-->Resources tab here u find option called add file there u
can add ur files manually before running the script then
save it so when ever u open that script attached lib files
also opened with that script.
i hope this will satisfy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
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 VBScript operators, functions, and statements do you use in QuickTest Professional?
How to carry out bit map check points in QTP
Can you write a script to check if the folder exists or not?
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
distinguish between old version and new version QTP features.
Differences between quicktest professional (qtp) and winrunner?
Explain data driven framework?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How can get count of list box?
Get the count of files of similar types from a folder.
How you are developing the script? Using record and play back or manual?
how will load the object during runtime?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?