how to test background color and dynamic images during
runtime
Answers were Sorted based on User's Feedback
Answer / gom
For Web Appln:
Set Search = Browser("name:=.*").Page
("title:=.*").WebElement("innertext:=.*","Index:=1")
Set obj = Search.Object
BgColor = obj.currentStyle.backgroundColor
If BgColor <> "" Then
Msgbox "Pass"
Else
Msgbox "Fail"
End If
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreeprasad
It is possible only in web applications only.by using check
points we have to test the back ground colour and dynamic
images.
for eg: Yahoomail page
back ground colour is blue
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / akshar jain
hi sreeprasad can u send s acript for the samea
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / satya
var=browser("gamil").page("gmail").image("tom and
jerry").get ro property("color")
msgbox var
| Is This Answer Correct ? | 1 Yes | 2 No |
Where are the snapshots stored?
Why do we use text checkpoint as we can make use of the same in the standard check point?
what are the challenges you have faced while testing web based application using the automation tools ?
where do you store the test result?
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
how to write testcases for web based insurance,from the script by using qtp.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
how u will evaluate the tool for test automation?
using descriptive programming how to close all opend browsers?
What is file database?
What is batch testing?
what is meant by automation tool?