wht is the difference betn check point and output value?
Answer Posted / fayaz
After inserting checkpoint (image,page,bitmap,xml etc)
while recording or editing, the QTP stores it as the
expected value and when we run the test, QTP compares it
with the actual value and if there are any mis match then
the check point fails else it will be passed
When u insert an output value on any object and run ur
test , then QTP will store the value of that particular
object (property) in the datatable, so that we can make use
of that value in further actions, or where ever its
necessary in the test...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can I check if a environment variable exist or not?
How can you handle exceptions in qtp?
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
how to test load test and block box testing an a web based application pls give ans briefly
Explain the benefits of quick test pro(qtp)?
How do you send email with attachment from outlook using qtp ?
how can we do the frame work in qtp
When ‘option explicit’ keyword is used in qtp?
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 is the difference between shared and local object repository?
Describe the differences between functions and actions in UFT?
Explain the Different types of QTP test assets and their extensions?
Explain different type of event trigger option.
What are the key elements available in test result window?