Bug: Testcase manualview is not ok when CallTestCase returns a value

Reproduction steps

I have 2 testcases, Login and “GetFirstCasenumber”. The 2nd testcase returns a value so I can call it like this:

WebUI.callTestCase(findTestCase('Business Functions/Login'), [:], FailureHandling.STOP_ON_FAILURE)

CaseNumber = WebUI.callTestCase(findTestCase('Business Functions/Get first CaseNumber'), [:], FailureHandling.STOP_ON_FAILURE)

Then go to manual-view:

Here you see the name of the testcase is visible in the “Input” column, but it should be in the “Object” column.

regards,
Vincent

1 Like