According to use, how virtual object is different from
object spy? If Qtp is not learning a sub-menues. What
should we done? how would we manage on the expert view too?
alkaa.dugaal@gmail.com
Answer Posted / jay prakash
virtual objects are something like which look like standard
windows widgets but are not actually. For example in
MSPaint there are widgets like buttons like eraser, brush..
but actually they are not buttons. U can find that from
objet spy.
You can add virtual object by Tools -> Virtual Objet -> New
Virtual Object.
Please see if it helps.
regards,
jay prakash
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Approach for Installation,comaptibility,system testing
How to create runtime property for an object?
What is the difference between per-action and shared?
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
Why script error occur in between recording in qtp?
How QTP identify the system time that's changes every seconds?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How QTP support all types of applications (platforms)?
How to modify the text checkpoint?
What is the script for database check point, bitmapchek point, regular expression ?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What are main panes available in qtp test browser?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u