how to test background color and dynamic images during
runtime

Answers were Sorted based on User's Feedback



how to test background color and dynamic images during runtime..

Answer / fazlur

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

how to test background color and dynamic images during runtime..

Answer / sandeep

Msgbox Browser("Google").Page("Google").link("Sign in").Object.currentStyle.color
like wise we can find fontfamily,backgorund,Etc...

Is This Answer Correct ?    0 Yes 0 No

how to test background color and dynamic images during runtime..

Answer / 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

how to test background color and dynamic images during runtime..

Answer / sri

Hi ,You can test back grond color by using..
Object.background.color

Pls try with this

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More QTP Interview Questions

what is mean by output parameters? I need full description with example. tell me any one please

1 Answers  


can any one say that where we can download the QTP trail version ??????????

0 Answers  


Suppose there is a link present somewhere in an excel sheet. Find the link and click on it. How to write a script using Excel application object in QTP?

1 Answers  


1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins

0 Answers  


how to convert 100 into hundred repees only and viceversa

0 Answers  






When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?

6 Answers  


Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.

3 Answers   TCS,


I am just a beginner in QTP. Could any one explain me in detail how to automate adding two numbers and getting the result in QTP. Also I would like to parameterize the inputs. I have tried but getting an error like 'Can't use sub.....'(can't recollect the exact error)

2 Answers  


What is meant by Environmental variables?2 types r there know…can u pls explain clearly?

1 Answers  


Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?

1 Answers  


Explain about the Test Fusion Report of QTP ?

1 Answers   Ordain Solutions,


How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is

0 Answers   HP, Livetek,


Categories