Answer Posted / gpprakash1989
Image checkpoint can be inserted on web application whereas Bitmap checkpoint can be inserted on any window / web application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to find that tools work well with your existing system?
How to write business scripts using object repository with different scenarios
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Explain how Selenium is different from UFT?
What are the different attribute used with regular expression?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what is clean sweep?
What is the registration process and examination fees?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How to handle dynamic objects in quicktest professional?
What are the features supported by UFT?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
What are the trigger events in qtp?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
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