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 meant by Pseudo Code?

5 Answers   Satyam,


What are the types of environment variables in qtp?

0 Answers  


How many types of OBJECTS are there in QTP?

8 Answers   Intel, Inter Globe Technologies,


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

0 Answers  


Can I use datatable of Action1 in the Action2.

2 Answers   IBM,






how can we handle exceptional handling in qtp

6 Answers   NIIT,


what is actually contain test report? can anybody post the test report

0 Answers   Synechron,


How to run scripts 1,29,3,5,7,2 scripts using test batch runner in QTP.... Ie...I wanted to run scripts not in an order 1,2,3,4,5...like that How it is possible using test batch runner... I dont want hardcoded script

0 Answers   IBM,


wht is the difference between action and functio?

3 Answers  


How can i count the list box elements in QTP ?using script plz explain me (Chandana)

6 Answers   Wipro,


what is the difference between DATA TABLE and DATA SET?

2 Answers   Accenture,


What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.

11 Answers   Polaris,


Categories