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
How to run a test using quicktest professional (qtp)?
what is the difference between data driver & data driven and driver script?
can the activities of test case design be automated?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What is the difference between the design-time and run-time data tables?
what frame work you are following?
How many tabs are available to view your test in a test pane and what are they?
What are the data types in qtp?
wht type of User defined functions or Java Releated functions do we write in VB scripting
Explain the parameter in qtp?
What is difference between Recording time object identification and Run time (Execution) time.
What is the latest version of qtp?
Define Error Pane of UFT?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
Can any one send me the QTP Basic Coding Samples?