By using QTP, How do you test a frame in a web page?
Answers were Sorted based on User's Feedback
Dorababu sorry to say this. we are not xml programmers.
Here frame means nothing but one part in a web page.Means
one page will be having n number of frames.
We can test frame is available or not. For example--
Browser().page().frame().webbutton().click
In Above example webbutton existing in a frame. If we take
the properties of webbutton using objspy we will get the
frame properties,page properties & browser properties along
with webbutton properties.
any doubts mail to mskalyan.smile@gmail.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / nani4urs
By using Check Poinnts we can check the frame in a web page.
for eg: we have to check the image in a frame we can use
the bitmap check point.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / sirisha
Could you please explain briefly? am little bit poor in
coding. and wr can i write this xml file? and how can i
execute?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / m dora babu
Hi,
First we need to create a xml file and then we can test a
frame in web page in the below format.
<?xml version="1.0"?>
<ROOT>
<Browser name="sten Desktop"
logicalname="stenadDesktop">
<Page title="sten Desktop"
logicalname="stenabPage">
<Frame title="stecab test"
name="stestyIframe_activity_*.*"
logicalname="stesttentionFrame">
<WebElement innertext=""
index="2" htmltag="SPAN" logicalname="astesttionTabs"/>
</Frame>
</Browser>
</ROOT>
M Dora Babu S O N T A S O F T W A R E
BANGLORE Mail me @ mdorababum@gmail.com
| Is This Answer Correct ? | 1 Yes | 3 No |
How to carry out bit map check points in QTP
How can i Save the snapshots in a specified folders using Scripting in QTP?
Is there any thing that we can replace recovery scenario manager in QTP.
when a test case is written how u test using qtp
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
How you handles Pop-up windows which are Dynamically changing in Runtime?
what type of scripts are asked in qtp?
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?
Find the 'String' from excel sheet and save to another sheet.But we don't know the string column number and row number?
How to Analyze the Checpoint results with Standard Checpoint ?
I have to pass all the test cases into gmail userid and password using functions please give me code thanks have anice and greate day
what are the metrics in general we use in testing