How do you test a component interface in PeopleSoft?

How do you test a component interface in PeopleSoft?

To test a component interface

  1. In Application Designer, on the Tools menu, click Test Component Interface.
  2. In the Component Interface Tester dialog box, test the component interface by using one the following methods.
  3. To save your changes, click the Save icon.

Why do we use component interface in PeopleSoft?

A component interface enables exposure of a PeopleSoft component (a set of pages grouped together for a business purpose) for synchronous access from another application (such as PeopleCode, Java, C/C++, COM, or XML).

What is a component in PeopleSoft?

A PeopleSoft Component is a collection of pages which are logically grouped. Earlier to the introduction of PIA in 8.0, the Component was called Panel Group. You can add pages to the Component by a simple drag and drop. All components in PeopleSoft should have a search record associated with it.

How do you test CI in PeopleSoft?

TESTING YOUR CI From Application Designer, click Tools, Test Component Interface. Or just right click from the top entry in the component interface and select test component interface.

Who is responsible for component testing?

Component testing is performed by testers. ‘Unit Testing’ is performed by the developers where they do the testing of the individual functionality or procedure. After Unit Testing is performed, the next testing is component testing. Component testing is done by the testers.

How do you make a component interface in PeopleSoft?

Open the PeopleSoft Application Designer. On the File menu, click New. In the New dialog box, select Component Interface, and then click OK. In the Select Source Component for Component Interface window, select the component to use as a basis for the component interface, and then click Select.

How do I create a component in PeopleSoft?

To create a component interface:

  1. Open the PeopleSoft Application Designer.
  2. Select New from the File menu.
  3. Highlight the component to use as a basis for the component interface and click Select.
  4. To create the component interface without displaying properties and to expose component properties manually, click No.

How do I create a component interface in PeopleSoft?

How do you find the components of a page in PeopleSoft?

Just go to this navigation in portal: peopletools>>>portal>>view menu item detail>>>put ur component name in portal object name in search box..

How do you perform component testing?

Component Testing Process:

  1. Requirement Analysis: User requirement related to each component is observed.
  2. Test Planning: Test is planned according to the analysis of the requirements of the user.
  3. Test Specification:
  4. Test Execution:
  5. Test Recording:
  6. Test Verification:
  7. Completion:

What are the types of component testing?

Definition: Component testing, also known as program or module testing, is done after unit testing. In this type of testing those test objects can be tested independently as a component without integrating with other components e.g. modules, classes, objects, and programs.

How to open existing component interface in PeopleSoft application designer?

Select File, Open from the PeopleSoft Application Designer menu to open an existing component interface.. 2. Select File, Definition Properties from the PeopleSoft Application Designer menu. The Definition Properties dialog box appears.

What is the PeopleTools peoplebook PeopleSoft PeopleCode reference?

Also, the PeopleTools PeopleBook Peoplesoft PeopleCode Referencecontains a chapter, “Component Interface Classes,” that describes the component interface classes, including detailed instructions on the life cycle of a component interface and how to implement a component interface program in PeopleCode.

How do I test the component interface?

Before we begin to discuss programming the Component Interface, lets test our CI. 1. From Application Designer, click Tools, Test Component Interface. Or just right click from the top entry in the component interface and select test component interface. 2.

Does it validate the PeopleCode associated with a component interface?

It does not validate the PeopleCode that is associated with a component interface. To validate the PeopleCode, open the component and select Tools, Validate from the PeopleSoft Application Designer menu. To correct an invalid component interface, you might have to delete properties for which there are no longer appropriate fields or records.