Answer Posted / pavani prasad
Hi Uma,
try the below one, hope it will work.
If Browser("opentitle:="&result,"application
version:=internet explorer 7").Exist Then
print "ok"
else
print "no browser"
End If
If Browser("opentitle:="&result,"application
version:=internet explorer 7").Page
("title:="&pge1,"height:=593","url:="&purl).Exist
Then
print "ok"
else
print "no page"
End If
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain calling sub procedure.
What are the different types of qtp test assets and their extensions?
Explain QTP using different development techniques ?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Explain process of smart Identification in QTP?
what is command for executing files?
What are the advantages of a Hybrid framework?
How to use debug tools?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How to find Operating system information using QTP script?
How is test case write?
Object repositories types, which and when to use?