how to test background color and dynamic images during
runtime
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
LINUX environment supports QTP or not? LINUX environment supports QC or not?
write string reverse prog using vb script with out using string reverse statement();
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
How to invoke Mozilla from QTP thru VB Script
How can we record an edit box in the Web application ?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How to export data in excelsheet to qtp without using datatable.
can we run the scripts of QTP8.2 in QTP7.0?
why use Description programming? what is advantages and disadvantage of this methods?
How to connect to data base?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT