where the object repository is located?how to choose the
object repository as shared or action object repositories?
Answer Posted / subhan.qa
hi chitanya thnx for giving this answer but am asking in
real time where the object repositories are going to be
saved.for example if the action object repositories is saved
in some folder.when we are working with that action how to
access the object repository?and am asking same for shared
one also?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Analyzing the checpoint results?
How to write business scripts using object repository with different scenarios
In qtp, how you can use xpath to identify objects?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
Write a script to verify font style and color of a windows object using descriptive programming
Who uses qtp tool?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
What is the difference between the design-time and run-time data tables?
Explain the concept of object repository & how qtp recognizes objects?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How do you synchronization point through DP?
What are the types of environment variables in qtp?
With what extension you can save the list of tests in a file to run in test batch runner?
How can you send user defined messages to test report?