What is the Diff between Image check-point and Bit map
Check point?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ashok
image chect point means check whether the charecterstic of
the image correctly appear in web page r not.
bitmap means check whether the bitmap correctly present in
webpage r not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajendra pradeep
For Checking whether an Image existson a webpage is "Image
Check Point" and and Checking a part of that image
is "Bitmap Check Point"
| Is This Answer Correct ? | 0 Yes | 0 No |
Expalin Text/Text Area Checkpoint
Can we do server automation by QTP? If you have any helpful links ,pls post it. Thanks Uma
What are the Application Functions available in QTP?
What is API
In my QTP script I have a word in notepad that ends in a question mark, for example... "father?" As part of my script I want to delete the question mark. How do you delete a character in notepad?
How to integrate the qualitycenter with qtp
QTP script is not working on other's machine..
Scenario:2 combo boxes.1st combo contains a,b,c,d.2nd combo contains 10..20,20..30,30..40,.Selecting 'a' shld display 10...20,'b' shld display 20..30.. and so on.tell d script? 2.Random testing of 500 test cases in qtp?
Why u don’t like recording the script and writing the script
Pls can anyone give me the descriptive programing script to find the number of edit boxes in a login window in flights reservation (windows application only not web). Pls anyone, very urgent
Write the vb script for the lowest and highest values of an array?
write the code to reverse a string without using Strrev built in function.