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 |
How will you declare a variable in qtp?
tell me the script for envirnment value parameeter with an example. which situation envirnment valu parameter is used
why the smart identification is not there in WinRunner
How to call a test from another test?
Is QTP supports Unix. If yes, then how the test automation is done?
In key word driven framework,we will rename the logical names of objects,why?
Discuss quicktest professional (qtp) environment?
How to apporach while starting the automation testing?
What’s the basic concept of QTP?
my assignment is,how can i differentiate between readed & unreaded mails in my inbox ?, since for both readed & unreaded having same properties for both test objects &run time objects
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object