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

How to execute a winrunner script in quicktest professional?

0 Answers  


what difference between runtime object and text object and what property they have. whether they have same properties or different properties.

0 Answers   Intel, Satyam,


I have written some script in QTP and i added those objects in Object Repository. All written script has been executed successfully. After few days when i tried to execute the same script i got error message "objects not found in Object Repositiry". How can we solve this issue?

3 Answers  


Diff b/w Health care domain and Banking Domain?

0 Answers  


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

0 Answers  






HI ALL, HOW WE INSTALL .NET ADD-IN OR JAVA ADD-IN TO THE QTP? PLZ URGENT.ANSWER ME.

2 Answers  


What is the difference between qtp and selenium?

0 Answers  


what kind of erros can be handled with the using QTP?

2 Answers   CTS, Satyam,


How can we disable smart identification at the time of recording? Ideally, smart identification should be enabled only at the run-time.

3 Answers  


What will be the test script in QTP to test a ComboBox where a user has to select more than two items????

8 Answers   L&T,


How to interact tool & application build in QTP?

0 Answers  


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

0 Answers   Covansys,


Categories