By using the System Component Architecture (SCA) test framework, you can create tests for
which three items?
A.
Reference binding components
B.
Service components like a Mediator
C.
Wires
D.
Invoke activities in a BPL process
E.
Composite sensors
Explanation:
The test framework supports testing at the SOA composite application level. In this
type of testing, wires (C), service binding components, service components (such as BPEL
processes and Oracle Mediator service components) (B), and reference binding components (A)
are tested.
Actually i found no way to test Reference binding components (A) but there is a way to do assertions on Invoke activities in BPEL process.
I believe B,C and D are the correct answer.
Answer is A,B and C.
Reference:
https://docs.oracle.com/cd/E28271_01/dev.1111/e10224/bp_testsuite.htm
Answer is A, B and C.
The test framework supports testing at the SOA composite application level. In this type of testing, wires, service binding components, service components (such as BPEL processes and Oracle Mediator service components), and reference binding components are tested.
ABC