RE: checking background color and images using QTP
Retrieve the background color of the page:
Dim objPrimary objSecondary Set objPrimary Browser("micClass: Browser").Page("micClass: Page").WebElement("WebElement") Set objSecondary objPrimary.object bgcolor objSecondary.currentStyle.backgroundColor Print bgcolor
You can simply use Standard checkpoint for Images. Are you planning on using DP instead?