By using QTP, How do you test a frame in a web page?

Answers were Sorted based on User's Feedback



By using QTP, How do you test a frame in a web page?..

Answer / kalyan

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

By using QTP, How do you test a frame in a web page?..

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

By using QTP, How do you test a frame in a web page?..

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

By using QTP, How do you test a frame in a web page?..

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

Post New Answer

More QTP Interview Questions

How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?

1 Answers  


Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?

3 Answers   Livetek,


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

0 Answers  


what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”

0 Answers  


To which environments does quicktest professional (qtp) supports?

0 Answers  






How u perform exception handling in QTp,what is other name for ths

1 Answers   Lehman Brothers,


What is 'sleep' in sync point?

0 Answers  


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

4 Answers   V2 Solutions,


where we save the scripts created in one project?

6 Answers   IBM,


i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks

2 Answers  


I want to install qtp software in my system, My operating system is vista . Anybody please suggest me how to get QTP software with licence key

2 Answers  


Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?

1 Answers  


Categories