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

There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?

6 Answers   Oracle,


How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..

3 Answers   IBM,


In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3

4 Answers   Broadridge,


I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????

0 Answers  


i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know

1 Answers   Accenture,


what is the automation framework that ur company using(actual procedure,not theoritically explination)

1 Answers  


How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize

2 Answers  


How comfortable are you in VB scripting?

2 Answers  


is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?

1 Answers  


what is the latest version of QTP? Main difference between 9.2 and 10 version

0 Answers  


How to change the screen name while running the test.

3 Answers   TCS,


What the genaric function to connect Sql Server using Sql Server Authentication and Windows Authentication

1 Answers  


Categories