SourceForge > WSRPtk
 

Development

Introduction

This section covers information needed by developers to add new test assertions to the V1 Conformance Test Kit. It is assumed that the reader is familiar with the test kit architecture and WSRP.

Creating a new Test Assertion requires 2 basic steps:

  1. Enable the Test Assertion in the Profile, or add it to the Profile if it doesn't already exist.
  2. Write the Java code to implement the Test Assertion logic.

Additional steps are required if the Test Assertion requires the use of the Specialized Portlet:

  1. Add the JSP file to the webapp.
  2. Add the JSP to the flow_script_master.xml and flow_script.xml files.