Testing types

1
Hey, So I understand that you can do functional tests with ATS, but what other type of tests can you do as well? Is there a possibility for unittesting? Kind regards, Kathy
asked
2 answers
1

Hey Kathy

ATS can indeed be used for functional and some non-functional testing. ATS is designed to be used for Regression tests, but:

Examples functional testing: regression testing, new code testing, data testing

Examples non-funtional tests: availability testing, security testing (negative testing) and performance testing.

Since ATS is based on Selenium, ATS is able to do all kinds of testing, as long as it is GUI-based. This means that things like integration and/or unit testing are not supported now, except with a workaround where you create (a) page(s) with buttons triggering microflows representing these tests.

Kind regards,

Myrthe

answered
1

try the Unit Testing Module

answered