ASIT Testing

Content

  • Introduction

  • Prerequisites

  • Configuration
  • Demo
  • Test Report

The ASIT integration test tool, enables services to be tested either in isolation as part of a maven build or as component.

How it work

  • Pass in the inputs and optionally the expected output values
  • Actual output object and expected output object are compared

ASIT

Prerequisites

The ASIT test tool requires at minimum the following to be installed on the users PC:-

  1. MVN 2.1.0
  2. Java 1.5
  3. Microsoft Excel 2002

Configure & Installation

  1. Create new folder
  2. Open in command prompt
  3. Execute: mvn archetype:generate -DarchetypeArtifactId=asit-maven-archetype -DarchetypeGroupId=com.tnt.express.asit -DarchetypeVersion=3.4
  4. This will prompt you for:

  5. GroupId : enter a group id name e.g. com.tnt.cit
  6. ArtifactId : enter an artifact id e.g. asit
  7. Version: 1.0-SNAPSHOT: just press enter
  8. Package: just press enter
  9. Y: : just press enter

 

tIPS

To run a test you should execute this command : mvn integration-test

Asit Testing

By irshaad

Asit Testing

  • 260