Start of Content Area

Background documentation Testing Java Applications  Locate the document in its SAP Library structure

 

To meet the high demands placed on quality assurance for Java-based application projects, the JLin test tool and the test functions specially designed for WebDynpro applications are provided as an integral part of the SAP NetWeaver Developer Studio.

Use

JLin

JLin enables you to investigate the properties of Java source files and check the syntax of their semantics. Checks for metrics, conventions, compatibilities, authorizations, and language restrictions, for example, are delivered as standard. You can also create and perform your own checks by specifying check parameters. Thus a check run can include several single checks, which can be performed on one or more Java source code files.

After the check run has been completed, the system displays a list containing the test results as information, warnings, or errors, along with location of the problem in the source code. Thus JLin is a suitable development tool that you can call either in a Java program or as a separate plug-in.

For more information, refer to JLin.

Web Dynpro Test Tools

To test Web Dynpro applications, special functions are provided in the Web Dynpro perspective. These enable you to record test scripts within the Developer Studio and also reproduce them.

For more information, refer to Testing Web Dynpro Applications in the Developer Studio

 

End of Content Area