WHAT IS THE SIZE OF OBJECT REPOSITORY USING IN YOUR COMPANY?
Can any body tell me answer of this quation........
Answer Posted / mv
Hello All,
there is no limit for QTP 9.2 and beyound....
the only thing is ".tsr" if too bulky or large ...then
difficult to handle.. there will be multiple redundency in
large OR (object repository)....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the technologies supported by qtp?
Plz Explain AUTOMATION REFERENCE MODEL?
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 function you write to do database testing with the help of qtp?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
How do you configure QTP AND Test director?
How will you check that your test cases covered all the requirements?
How does qtp identify gui object?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
By using QTP can we record any log files written by the application which is in execution?
Why do we use breakpoints in QTP?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is stepin & stepout?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.