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 |
dears, I have one question for QTP.If my software is english and defined objects is english name. But, if my software has support MUI, under this case that my objects in the QTP can't work, because the QTP can't catch the objects name. In this case, is anybody know how to solve this problem? Thanks a lot.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
Which object repository we use in real time and can we merge 2 object repostiory and how?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
how to click the link in webpage by using QTP Script????????
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Read excel using qtp descriptive programing
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
What are the problems / difficulties faced when you used Smart Identification ?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
how can we retrieve ten rows from the data table using loop concept?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?