01-10-2013, 12:12 PM
Hi,
Suppose in a page we are supposed to have 5 images.(Expected)
How you can make sure that on run time all the images been loaded properly in proper location.(We don't have any broken images on the page)
My view is that you can put bitmap checkpoint to those images so on run time it goes for bit by bit comparison and comes up with appropriate result.
But if there are more number of images (30+) then we need to set bitmap checkpoint for each of the images .
So what can be the way in such case?
Please share you view regarding this situation. Handling the situation using descriptive programming will be helpful.
Suppose in a page we are supposed to have 5 images.(Expected)
How you can make sure that on run time all the images been loaded properly in proper location.(We don't have any broken images on the page)
My view is that you can put bitmap checkpoint to those images so on run time it goes for bit by bit comparison and comes up with appropriate result.
But if there are more number of images (30+) then we need to set bitmap checkpoint for each of the images .
So what can be the way in such case?
Please share you view regarding this situation. Handling the situation using descriptive programming will be helpful.