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

Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

0 Answers  


Explain about reusable actions?

3 Answers   IBM,


if mandatory and Assitive propertys are shows same how will u write skript in QTP window

0 Answers   Wipro,


What is data driven testing in QTP?

11 Answers   Agile Software,


Which environments are supported by hp qtp?

0 Answers  






What is an expert view and keyword view?

0 Answers  


write a regular expression pattern for xyz?123?

1 Answers   FAI,


what type of automation is follwed in the project?

0 Answers   Google,


suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password

3 Answers  


Without using gui map editor we can recognize the application in winrunner ?

0 Answers  


Reverse string without mid or streverse function.

1 Answers   Deloitte,


what is run-time data?

0 Answers  


Categories