Created on 26 April 2020
icon_unfollowing
Login to follow
fixture

Fixture

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 18 September 2021 by 
fixture

Fixture

Documentation
1.0.1

Getting Started

It is over writing.

Basic Usage

It is over writing.

Actions

Fixture_Setup

Set up a test tenant.

Do the following setup:

  • Create a test tenant and switch the current context. The default tenant name is'Fixture'.
  • Create a test user and log in. The default username is'FixtureRunner'.
  • If test data is specified, import that data to the test tenant.

Properties

TestData: Test data in YAML

Example:

ModuleName:
  EntityName1:
    Record1:
      Id: &record1
      Attr: foo
  EntityName2:
    Record2:
      Id: *record1
      Attr: bar

Fixture_Teardown

Discard test data

Delete data in multi-tenant entity. Please note that the data in the single tenant will not be deleted.

Properties

None

YAML for Fixture

This section describes the YAML format that can be used in Fixture.

It is over writing.

Advanced Guide

It is over writing.


Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 3 dependencies