how to test background color and dynamic images during
runtime
Answer Posted / 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 |
Post New Answer View All Answers
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How to release all resources file from the QTP?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
What are the Disadvantages of shared object repository?
What are the benefits of qtp?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Where you get the run time data table?
What are the recording modes in wave event?
How QTP identify the system time that's changes every seconds?
When ‘option explicit’ keyword is used in qtp?
Generic function to search for the unique link in webtable and click on it
How to use the object spy in quicktest professional 8.0 version?
What are the views available in quicktest professional?
Explain types of descriptive programming?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.