Testing

Return to Introduction  Previous page  Next page

Introduction to Testing

Enterprise Architect enables you to create test scripts for model elements.

Basic Tasks

Simple tasks that you might perform include:

Categories

Typically you create:

Unit tests for things that are being built, such as Classes and components
Integration tests to test how components work together
System tests to ensure the system meets business requirements
Acceptance tests to test user satisfaction, and
Scenario tests to test the end-to-end suitability and functionality of the application.

Using Tests

Other tasks that you might perform when working with tests include: