What is DOM
Answers were Sorted based on User's Feedback
Answer / ravi more
The Document Object Model (DOM) is an interface
specification maintained by the W3C DOM Workgroup that
defines an application independent mechanism to access,
parse, or update XML data. In simple terms it is a
hierarchical model that allows developers to manipulate XML
documents easily Any developer that has worked extensively
with XML should be able to discuss the concept and use of
DOM objects freely.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rag
Document Object Model (DOM) is a set of COM objects that
correspond to the elements you see on a Web page. Within
Internet Explorer, every HTML element (<IMG>, <A>, <TABLE>,
and so on) is programmable via an object that is part of the
overall object model
| Is This Answer Correct ? | 0 Yes | 1 No |
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Can I record on netscape browser does it require any special settings ?
How is a Step generator used in UFT?
can u write one user defined function for webedit class.
What is the regular expression for Yahoo mail Inbox?
what is recovery manager and recovey scenerio?
in QTP we test web based application at that time what script is run? is support vb script? plz tell me
hi, for QTP TRAINING......SURESH REDDY SMART SOLUTIONS sr.nagar IS BEST OR NOT? how faculty teaches?
Explain the features of quick test pro(qtp)?
Is the provision for integrating QTP with QC ,available from the version 9.0 onwards only or even 8.2 version has such provisions?
Hi, I have 50 test cases for automation, Based on which criteria we can decide for these test cases we have to use Descriptive programming and remaining for general coding? Thanks In Advance..Kavitha
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?