Skip to Content

Add Test Cases

This tutorial shows you how to add basic tests cases in your application.
You will learn
  • How to add dependencies.
  • How to add tests.
  • How to test the application.
slavipandeSvetoslav PandelievAugust 27, 2025
Created by
slavipande
October 12, 2023
Contributors
PlamiIG
ekaterina-mitova
slavipande

Prerequisites

You’ve configured the access to your application. Follow the steps in the Add Authorization tutorial that is part of the Develop a Full-Stack CAP Application Following SAP BTP Developer’s Guide tutorial group.

This tutorial follows the guidance provided in the SAP BTP Developer’s Guide.

  • Step 1

    You can create a CAP project in either Node.js or Java. You have to choose one way or the other and follow through. The tabs Node.js and Java provide detailed steps for each alternative way.

  • Step 2
  • Step 3

    Which command do you have to run in the terminal to test the application?

Back to top