Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Diff between Image check-point and Bit map
Check point?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why you have standardized functions? plzzz guys with real time exp. do answer

1846


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1914


explain how to write vb script in qtp?when will you write own script?

2305


What is the diff between image and bitmap check point?

1036


What is the Command used to start the QTP

1948


What are the recording modes in qtp?

1033


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1825


Did QTP prove efficient for your project? Yes or No, explain?

6597


how to test Web application using QTP software

1790


If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?

1028


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

1033


How software tester can use constants and variables in scripts?

2231


How QTP support all types of applications (platforms)?

4533


Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project

2085


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1962