Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Boozang is a codeless testing tool that allows you to define and execute UI/API automated tests without the need to code them. It also supports Cucumber tests and has a modular approach towards testing.

Integration with CI/CD tools is also possible through scripts generated in Boozang to be used in your CI/CD tool.

More details about Boozang here.

...

Tip
iconfalse
titleTip

In order to reuse some Test steps, you must assure that when the Test starts it will not reload the URL but start where the last Test have ended. To do that, set the Parameter inside the "Basic InfoReload Policy" of the detail of the Test to "Never".

Image RemovedImage Added


Once the Modules and Tests are ready, they'll need to be linked to each Step in the Cucumber Test. In order to achieve this, access the details of each Cucumber Test and click in the "NOT IMPLEMENTED! -..." which will load in the upper part of the application, under the Main submenu of the "Action Setting" tab.

...