Section J31 Test Cases JSON Format - Gnorion/BizVR GitHub Wiki

       "J31 testcases" :
        {
            "tab" : "TEST CASES",
            "title" : "J31 Test Cases",
            "summary" : "2 test cases generated by Gnorion VV Engine",
	    "date":"2024/10/22 10:46:00",                 // date test cases generated
	    "workspace":"workspace name",                 // name of the workspace
	    "project":"project name",                     // name of the project
            "model name" : "TC12",                        // name of the DMN model
	    "scope": "decision",                          // "decision"= a branch, "table"=single table or "model"=all tables
            "target table" : "determine eligibility",     // name of the root table for the branch or single table. blank for "model"
            "target id" : "Decision_1gw5n26",             // id of the root table for the bramnch or single table. blank for "model"
	    "tables used":"list of tables",		  // list of the tables used for the test cases
	    "tables omitted":"list of tables",            // tables not present in the export file
            "id" : "xxx-xxx-xxx",                         // unique id (supplied by BVR)
            "input method" : "EXPLICIT",                  // method of identifying input variables. "EXPLICIT"=use ovals; "IMPLICIT"=infer inputs
            "limit" : 500,                                // requested maximum number of test cases
            "type" : "+",                                 // type of test cases (+,-, etc)
	    "exporter":"export file version",             // version number of the code that generated the export file
	    "message":"the test case limit was exceeded", // relevant warning messages
            "test cases" : [
                {
                    "testid" : "Test1",
                    "age" : 19,
                    "income" : 999
                },
                {
                    "testid" : "Test2",
                    "age" : 19,
                    "income" : 1001
                }
            ]
        },