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.

JSON structures can be created, modified or verified with the Tosca JSON Engine 3.0.

The Tosca JSON 3.0 Engine is automatically installed during the Tricentis Tosca standard installation.

The prerequisites for using Tosca JSON Engine 3.0 can be found in 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.