how to organize files in object repository of qtp
Answer / shrinivas
it can be organised by using object repository manager.
as there are two types of repositories 1.local object
repository 2.associate repository
associated repository can be created by user which consists
of objects that are used repeatad in the test carried out by
user.
local object repository consists of the objects exclusively
used in the test.
object repository manager provides merging option by which u
can merge associated object repositories.
by this way we can manage the object repository files....
Is This Answer Correct ? | 0 Yes | 2 No |
how to store charecters of HARIBABU Using arrays
Which keyword is used to declare a variable in the vbscript language?
Explain about arrays in vb script?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
Give examples where vb script can directly run on users system with windows as os?
I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????
How can you test font size, type and color using QTP tool?
What is the purpose of the err object in the vbscript language?
generic function for webedit box for web application
The function template cocept is implemented in vb.net is ???
How to Import data from a file (file is on the desktop) to the data table
Hi, can any one tell this Actually I AM NEW TO QTP I have one qtp script in which it calls the vbs file during it's run TIME by using the ExecuteFile "absolute path" If the vbs file is executed seperately it will give the output in a msgbox In the same way if qtp script is executed the result will be displayed in w result window right? Now the question is how to get that vbs file output in the qtp result window when I run the qtp script which calls the vbsfile during it's run TIME