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 would you export a script from one pc to another in qtp?
What are the different kinds of test steps?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How do I get the QTP scripts result in xml format by using vb script function?
What is text/text area checkpoint?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What is data driver in qtp? Where we use it?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
how will you check how many members visited the website www.infosys.com?
Object repositories types, which and when to use?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
How many types of recording modes in qtp?
How to find the path of folder in which the test is saved in qtp?