which checkpoint we use to validate yahoo login screen
window after login with ur id and password in qtp
Answer Posted / anonymous
May be there are several ways, but I think, by getting the
title of the yahoo page, we can validate. This is concept,
not real example. I have to test this today.... So Check
the correctness of this code before run it.
pname= Browser("...").Page("welcome xxxx/OR Something
else").GetRoProperty("text")
If pname="welcomexxx" then
datatable("TestName",3)=Environment("TestName")
datatable("Results",3)="Pass"
else
datatable("TestName",3)=Environment("TestName")
datatable("Results",3)="Fail"
End if
Datatable.exportsheet "c:\res.xls",3
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can i check items sorted or not in a weblist ? Give me the script for this...
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How many types of recording facility are available in quicktest professional?
What is active screen?
what testplan contents and what test strategy contents,what is the diff b/w them
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Limitations in QTP?
What is quicktest professional (qtp window?
What are test settings and global settings?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
The hybrid framework can be implemented for any application. Is it true?
What is the use of ordinal identifier in qtp?
What is qtpro? What is quick test pro? What is a quick test professional?
What is the use of Debug Viewer?