JSON Engine 3.0

JSON (JavaScript Object Notation) is a compact format for exchanging data. It is structured in pairs that consist of names and values, and ordered lists of values.

The JSON Engine 3.0 allows you to create, modify, verify, or validate JSON structures.

Installation

The JSON Engine 3.0 is part of the Tricentis Tosca standard installation.

For information on software versions and hardware requirements, see the system requirements.

Concept

JSON files (documents) are loaded into Resources for manipulation. Resources require unique names to be assigned to them.

Resources can be used multiple times within the same TestCase. As soon as the test execution has finished, the used resources are discarded and can no longer be used across multiple TestCases.