Answer Posted / uma
Hi,
Below is my code,
If Browser("opentitle:="&result,"application
version:=internet explorer 7").Exist Then
print "ok"
else
print "no browser"
End If
If Page("title:="&pge1,"height:=593","url:="&purl).Exist
Then
print "ok"
else
print "no page"
End If
Here I am able to get the browser.
for the page,I am passing exactely same properties,
what I got it from Object,but it always printing no page.
[I am passing the title and url and i am directly giving
height value]
Any help?
Thanks
Uma
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is active screen?
Whats the realtime QTP testing process
what QTP Options do you know?
Tell me about your project? please help me how to tell about insurance project
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What is difference between Recording time object identification and Run time (Execution) time.
Explain how Does Run time data (Parameterization) is handled in QTP?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
What are the differences between quicktest professional and winrunner?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
Give the syntax to load function at run time.
What is a recovery scenario?
Is it possible to call win runner script in qtp?