What is the Diff between Image check-point and Bit map
Check point?
Answer Posted / kv
let us define what is a bitmap first
bitmap: a bitmap is a binary representation of an image any
image captured.
bitmap check point: a bitmap checkpoint checks for the
binary representation of the web page
image check point: this checks for the complete image in
terms of the image height, font and other physical
attributes of the image captured.image check point checks
the image source file.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is synchronization point in QTP?
How to interact tool & application build in QTP?
What are the Application Functions available in QTP?
distinguish between old version and new version QTP features.
Will down time for server and content maintenance/upgrades be allowed? how much?
Explain the terms test and business component?
How to create scenario selector
breef description of batch testing ?
Hi ,Can any one pleas explain how to test splash objects using QTP?
How do you delete unwanted results in qtp?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What is difference between Recording time object identification and Run time (Execution) time.
How to record a qtp script ?
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Can U Explain about QTP tool from older version to latest version also its differences?