ValidGen

Introduction

ValidGen is a tool for automatically generating the validation scripts to automatically execute the prototype without human interactions to Support Rapid Requirements Validation . The benefits of ValidGen are as follows:

  1. Automatic validation script generation. ValidGen can automatically analyze the requirements model to support generating the validation scripts for requirement validation.

  2. Input data auto-loading. ValidGen integrates the InputGen to automatically generate the input data for system operation, which does not need to prepare input data in advance and further simplifies the user’s process.

  3. Supporting rapid requirements validation. Compared with manually operating the prototype system to complete the requirements validation, the time cost of using this tool is only about 40%, and the time cost including the construction of the scenario model is only about 60%.

The video cast its feature is listed as follows (Youtube):

ValidGen Installation

Prerequest

ValidGen is an advanced feature of RM2PT. We recommend you use ValidGen in RM2PT. If you don’t have RM2PT, download it here.

Online Installation

Open RM2PT, click on Help -> Install New Software

Type https://rm2pt.com/ValidGen-UpdateSite/ in the Work with field, select Validation Script Generator, and click Next.

install_wizard

Offline Installation

** If the update site does not work, you can choose to install it offline. Click here to download InputGen. Follow the steps below to install.

You can also download ValidGen installed in RM2PT here.

2offline

3offline

4offline

5offline

6offline

7offline

ValidGen Tutorial

Prerequest

In order to generate the validation script, you need a requirement model, the RM2PT project. For creating or importing a RM2PT project,you can see the tutorial here. We recommend importing RM2PT projects from Git, which is avaliable at CaseStudies. The tutorial is here.

Input of VaildGen

BPMN

SSD

The input to ValidGen is a System Sequence Diagram, a Scenario Model represented by BPMN Model, and an optional test data package.

1)Generate The Prototype

2)Build Scenario Model

Before using the tool to validate the requirements, you must build the scenario model by BPMN-Designer integrated with the tool. We mainly used three components in the BPMN model:

build_scenario_model

3)Importing the initial data

Some initial data is required to initialize the inputgen. We have provided a sample of COCOME, which you can download here.

Store:
- Id: 1
  Name: Walmart
  Address: Main
  IsOpened: false
- Id: 2
  Name: Target
  Address: Elm
  IsOpened: false

4)Automatic generation of validation script

You can right-click the “.remodel” file, select the “Generate Validate Script” function, and a wizard window will appear. A validation script can be automatically generated after selecting the relevant attributes according to the prompts.

gen

wizard

script

5)Run The Validation Script

right-click the prototype project -> run as -> Maven Test.

run