< Previous | Next >

Testing your web applications using Jasmine

This tutorial shows you how to test your web applications using Jasmine.
This tutorial is divided into several exercises that must be completed in sequence for the tutorial to work properly.

Learning objectives

In this tutorial, you will learn how to do the following things:
  • Create a test project
  • Create test cases and add test logic
  • Creating a test runner file
  • Deploy the test on WebSphere® Application Server, Liberty Profile

Time required

This tutorial should take approximately 30 minutes to finish. If you explore other concepts related to this tutorial, it could take longer to complete.

Skill level

Intermediate

Audience

This tutorial is intended for users who want to become familiar with the tools for creating unit tests for the JavaScript code

System requirements

To complete this tutorial, you need to have the following things:
  • A supported version of WebSphere Application Server installed.
  • A clean workspace.
  • An Internet connection.
< Previous | Next >

Feedback