how do u get lib files into scripting files?
Answers were Sorted based on User's Feedback
Answer / king
The above one related to navigation this is the code
executefile ("path of VBS file")
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / leena
Open test Go to File menu -> Settings -> Resources ->
Associate function libraries -> Click on '+' button ->give
Function library file path -> Apply -> Ok. In this way
function library file get associat with the test. now call
a function in the function library file. While runing the
scrit lib file is called into scripting file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepa
save the notepad text as .vbs eg:testing.vbs .after
creating the file in qtp click open choose liberary file
select testing.vbs .through this v can view the libfiles in
scripting file
| Is This Answer Correct ? | 0 Yes | 1 No |
in howmany ways you perfrom batchtesting
What are the environment variables?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
What is object spy in quicktest professional?
I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
HI How to take screenshots of a Webpage and saving it in a external word document using QTP.
what is difference between wait and synchronization point.
what is runmodes in QTP
Ehat is the descriptive programing in QTP?
Explain the check points in quicktest professional?