[Suggestion for error system]

It is wrong to map test scripts with test cases on tool Management.

According to the definition from www.tutorialspoint.com: "A test case is a document, which has a set of test data, preconditions, expected results and postconditions, developed for a particular test scenario in order to verify compliance against a specific requirement. "

Applying the above definition to my akaAT tool:

  • Test scenario consisting of steps, preconditions, expected results and postconditions will be equivalent to your Test script.

  • One set of Test data + Test scenario will be equivalent to Test case

But currently, according to the mapping between the akaat tool and the Management tool, I am mapping Test script with Test case => This Mapping method is wrong.