How we test the logo or images in the web page using QTP?
For example take google page, they change their logo for
new year,christmas etc..How we test that?
Plz answer this question...
Thanks in advance..
Answers were Sorted based on User's Feedback
Answer / naveen
All types of logos/images can be tested using image check
point. However the displayed image may change but basic
property remain same. U chk for that unchanged peoperty and
add to OR.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is debugging? How you debug your script?
how can we group that these test cases only should be automated and in which order you execute that test cases
When to use descriptive programming?
What is the significance of “action 0” in qtp?
What are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
What is operator in VB Script?
Why script error occur in between recording in qtp?
How do u write regular expression for a window name which is changing for each build ? i.e. in first build the window name is : "computer graphics are very ...." . in second build the window name is : "computer graphics can be created" . - Appreciate proper replies
Explain the new feature of UFT regarding the export of test results?
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
Is it possible to check the Run time value property of a field through a Database Checkpoint ? Further, is it possible to localize and mention a particular cell , in the database dynamically. My requirement is that I would need to check the status of a particular field , that would change from an "Active" state to a "Stopped" state dynamically.