Web Add-in extensibility
OpenText Functional Testing Web Add-in Extensibility enables you to develop support for testing third-party and custom Web controls that are not supported by default by the OpenText Functional Testing Web Add-in.
If the test object class that OpenText Functional Testing uses to represent a control does not provide the operations and properties necessary to operate on your control, you can use Web Add-in Extensibility to create a new test object class.
You can then map the control to the new test object class, and design the test object class behavior in JavaScript. You can program how operations are performed on the control and how properties are retrieved.
You can also teach OpenText Functional Testing to treat a control that contains a set of lower-level controls as a single functional control, instead of relating to each lower-level control separately.
To implement Web Add-in Extensibility, you need to be familiar with:
-
OpenText Functional Testing and its Object Model Reference
-
The behavior of the custom control (operations, properties, events)
-
Web programming (HTML and JavaScript)
-
XML (basic knowledge)
See also: