Dear all,
faced a problem while trying to run Test Suite collection on Linux.
I have N test-cases working fine
They are combined into Test Suite working fine
I’ve created a Test Suite collection having two instances of Test Suite (item#2) for 2 different browsers working fine locally (Windows)
Project is published in Bitbucket Git repository
I am trying to run Test Suite Collection on Linux using CI tool (Bamboo) and it leads to error in all test-cases
So, in the end, the “katalon …” instruction is executed, the project is accessed by the script, it tries to run each Suite and each test case inside one-be-one, but fails on each step requiring any Global Variable from the Profile, saying:
Message:
Test Cases/Signup FAILED because (of) Variable 'G_sender_password' is not defined for test case.
Which means in the end - even an instance of a browser is not started, because I have initial URL defined in Global Variable.