heat icon indicating copy to clipboard operation
heat copied to clipboard

Error message when some steps in flowmode have the same number

Open mbarsocchi opened this issue 7 years ago • 0 comments

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?

mbarsocchi avatar Aug 08 '18 13:08 mbarsocchi