By using QTP, How do you test a frame in a web page?
Answer Posted / 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 View All Answers
What is the basic concept of qtp?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
how u will evaluate the tool for test automation?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
What is quicktest professional (qtp window?
What is the descriptive programming?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
Explain the qtp test phases.
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Explain the check points in quicktest professional (qtp)?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
What are the different types of action?
Explain the difference between data driven testing and parameterization ?
In qtp, how you can remove the spaces from string?