Version 8.0.1 |
To a certain extent QF-Test exposes the DOM of a web based SUT to 'SUT script'
nodes. This API is not equivalent to working directly at the JavaScript level which can be
done via the methods toJS
, callJS
and evalJS
described in this chapter.
With this API is possible to traverse the DOM and retrieve and set attributes of the
respective nodes, but not to manipulate the structure of the DOM. Thus this API is useful
for implementing Name-
or FeatureResolvers
as described in
section 53.1.
For Swing, FX and SWT QF-Test works with the actual Java GUI classes whereas a pseudo class hierarchy is used for web applications as follows:
Figure 53.1: Pseudo class hierarchy for web elements |
As shown, "NODE" is at the root of the pseudo class hierarchy. It matches any kind of element in the DOM. Derived from "NODE" are "DOCUMENT", "FRAME", "DOM_NODE" and "DIALOG", the types of nodes implementing the pseudo DOM API explained in section 53.11. "DOM_NODE" is further sub-classed according to the tag name of the node, e.g. "H1", "A" or "INPUT" where some tags have an additional subclass like "INPUT:TEXT".
NoteThe DOM can differ depending on the browser, so you should try not to rely too much on child indexes in your resolvers or scripts in case of cross-browser testing if viable.
QF-Test's DOM API comprises a hierarchy of the following five classes:
Node
classDocumentNode
classFrameNode
classDomNode
classDialogNode
classLast update: 9/10/2024 Copyright © 1999-2024 Quality First Software GmbH |
1. Functional cookies
We use functional cookies to ensure the basic functionality of the website.
2. Performance and statistic cookies
We use Matomo for analyzing and optimizing our website. Cookies permit an anonymous collection of information that help us offering you a clear and user-friendly visit of our web pages.
This cookie contains a unique, pseudonymized visitor ID internal to Matomo for recognizing returning visitors.
This cookie is used to track from which website the anonymized user proceeded to our website.
The Matomo session cookie is used to track the visitor's page requests during the session.
is created and should be then directly deleted (used to check whether the visitor’s browser supports cookies).
short lived cookies used to temporarily store data for the visit.
short lived cookies used to temporarily store data for the visit.