Answer Posted / kishore raj
7 check points.
1.Standard
2.Text
3.Text area
4.Bit map
5.Accessibility
6.XML
7.Database
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Hi Samrat, Thank u very much, what u said it is right.
What is output value? How many types of output values are there in qtp?
How to export quicktest professional (qtp) results to an .xls file?
What is the syntax to call one script from another?
describe some problems that u had with automating testing tool?
How is the Bitmap checkpoint different from Image checkpoint?
Where we use data driver in qtp?
How to carry out bit map check points in QTP
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Can we record an application running on a remote machine using qtp?
What is the default add-ins in qtp?
How to find operating system information using the qtp script?
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
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Discuss the QTP Environment?