how to test background color and dynamic images during
runtime
Answer Posted / chanikya reddy
Set ctrlWebEl = Browser("Welcome to Gmail").Page("Welcome to Gmail").WebElement("Welcome to Gmail")
Set objWebEl = ctrlWebEl.Object
sColor = objWebEl.currentStyle.color
'or u can use
sBackgrColor = objWebEl.currentStyle.backgroundColor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How do you convert manual test cases to automated test cases?
How to open a new test using quicktest professional?
breef description of batch testing ?
QTP script is not working on other's machine..
Explain object spy in qtp.
What VBScript operators, functions, and statements do you use in QuickTest Professional?
can any one say that where we can download the QTP trail version ??????????
Explain about the test fusion report of quicktest professional?
What is the use of ordinal identifier in qtp?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
Can launch two instances of qtp on the same machine?
What is the basic concept of quicktest professional?
How can i check items sorted or not in a weblist ? Give me the script for this...