heat
heat copied to clipboard
Error message when some steps in flowmode have the same number
When a user create the Json for the flow mode it could happen that some steps have the same step number. In this situation, the test may or may not fail/pass due to the overwriting of the step.
{ "objectName": "First Call", "stepNumber": "1", "webappName": "SVC", ..... }, { "objectName": "Second Call", "stepNumber": "2", "webappName": "SVC", ..... }, { "objectName": "Third Call", "stepNumber": "2", "webappName": "SVC", ..... }
Is it possible to have a warning/error at compile time, that shows this error?