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
Does QTP run in any environment?
How many ways is to parameterize the value?
How to analyzing the checpoint results?
terminal services client
how did u use automating testing tools in ur job?
What is accessibility check point?
what frame work you are following?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Can launch two instances of qtp on the same machine?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How do I get the QTP scripts result in xml format by using vb script function?
What is the difference between a Function and Action in QTP?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how