Component Types
Ensure the component is created under the required hierarchy level.
Oracle Utilities Testing Accelerator supports the following types of components:
Web Service Based Components
A web service based component represents an Inbound Web Service/Business Object/Business Service in an Oracle Utilities application (such as CCB/C2M/WAM/Meter).
A distinguishing feature of the web service component is that its component type is defined as “WS” and the keywords used in defining it are specific to a web service request.
For information about web service specific keywords, refer to Appendix A: Web Service Component Keywords.
GUI Based Components
A GUI based component typically represents a page/part of the page in an Oracle Utilities application (such as CCB/C2M/WAM/Meter).
A distinguishing feature of the GUI based component is that it's component type is defined as “Web” and the keywords used in defining the component are specific to a web page.
Example: Click, Edit, etc.
For information about GUI-specific keywords, refer to Appendix B: GUI Component Keywords.
REST Web Service Components
A REST web service component represents a REST interface in an Oracle Utilities application (such as CCB/C2M/WAM/Meter).
A distinguishing feature of the REST based component is that its component type is defined as “REST” and the keywords used in defining the component are specific to a REST web service.
For information about REST-specific keywords, refer to Appendix C: REST Component Keywords.