What is the Diff between Image check-point and Bit map
Check point?
Answer Posted / sreeprasad
Image:checks the property values of an image, check that
image source file is correct
Bitmap:checks an area of a web page or application after
capturing it as a bitmap
check that the web page or application is displayed as a
expected.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to test use the quality control .how to verify the image verification
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)
What are the Application Functions available in QTP?
Explain different recording modes?
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 the difference between the design-time and run-time data tables?
What are the types of data tables in qtp?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
What is debugging? How you debug your script?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How can get count of list box?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
What is the basic concept of quicktest professional?
How to replay a script in qtp?
Discuss quicktest professional environment?