Shall we add Local Repository to shared object repository,if
yes,how we add
Answer Posted / vaaniraj
We can add the local repository to share , by merging the
local objects to shared objects where by editing the shared
objects in object identification window.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What are the types of properties that quick test learns while recording?
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
Explain advantages and disadvantages of ddf?
In qtp, how you can get the last character from a string?
What are the properties you would use for identifying a browser and page when using descriptive programming?
In qtp, how you can remove the spaces from string?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
can test automation improve test effectiveness?
what is the diffrence bw qtp architectute and qtp framework?
What is the process of synchronizing qtp and aut?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Diff b/w Health care domain and Banking Domain?
Name the properties you would use for identifying a browser and page when using descriptive programming?
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