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 |
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?
Explain about reusable actions?
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
What is data driven testing in QTP?
Which environments are supported by hp qtp?
What is an expert view and keyword view?
write a regular expression pattern for xyz?123?
what type of automation is follwed in the project?
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
Without using gui map editor we can recognize the application in winrunner ?
Reverse string without mid or streverse function.
what is run-time data?