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 |
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
I want to open a GOOGLE page without recording a test in QTP.Can any one answer me?
How do you perform Regreession Testing?
Do you have any knowledge about Business Processing Testing in QTP
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
What are the most frequent errors you faced while executing your scripts?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
Where should we turn Smart Identification ON in QTP?
Can we use smart identification in Keyword Driven approach? If yes , How we can use. Please Explain?
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 the web application through script in qtp
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.