What is the Diff between Image check-point and Bit map
Check point?
Answers were Sorted based on User's Feedback
Answer / b.ramyasri
Hai...
Image checkpoints enable you to check the properties of a
Web image. You can check an area of a Web page or
application as a bitmap. While creating a test or
component, you specify the area you want to check by
selecting an object. You can check an entire object or any
area within an object. QuickTest captures the specified
object as a bitmap, and inserts a checkpoint in the test or
component. You can also choose to save only the selected
area of the object with your test or component in order to
save disk Space. For example, suppose you have a Web site
that can display a map of a city the user specifies. The
map has control keys for zooming. You can record the new
map that is displayed after one click on the control key
that zooms in the map.
Using the bitmap checkpoint, you can check that the map
zooms in correctly. You can create bitmap checkpoints for
all supported testing environments (as long as the
appropriate add-ins is loaded). Note: The results of bitmap
checkpoints may be affected by factors such as operating
system, screen resolution, and color settings.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mogal
Image check point is used to check the properties of a web page.Image check point checks the properties of full image or entire window image.
bitmap check point checks the particular/specific part of an image.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sadiya
hi
image check point use to check only the image
bitmap check point use to check all testing environment
| Is This Answer Correct ? | 0 Yes | 1 No |
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
Hi, OUR PROJECT NAME IS: HOSPITAL CONTROL SYSTEM. IS IT COMES UNDER WHICH DOMAIN(HEALTH CARE OR HEALTH INSURANCE)
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance
What is the difference between Image Checkpoint and Bitmap Checkpoint?
suppose take one row in a row 16 columns is there.in 16 columns 16 numbers is there.but i want to get each 3 column number.o/p :5 columns get in 16 columns means. so can anybody write this function? plz send if u know the answer.
Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.
How to run a test using quicktest professional?
In Test Director , You can store Test cases or vb Script . Why we need VSS?
In what situations QTP will not recognize the Objects?
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha