I have a comment on this statement in the Software Quality Assurance Baseline:
"2. Functional tests SHOULD be checked automatically with the exception of those
functionality that require human interaction, such as Graphical User Interfaces (GUI)."
Describe the solution you'd like
It can be a bit different for the Service Quality Assurance as there are a few QA tools like Selenium available for the frontend tests. It's very important for the implementation of CI/CD pipeline as functionality can be tested automatically without human interaction.
Please elaborate here on the enhancement request.
I have a comment on this statement in the Software Quality Assurance Baseline: "2. Functional tests SHOULD be checked automatically with the exception of those functionality that require human interaction, such as Graphical User Interfaces (GUI)."
Describe the solution you'd like
It can be a bit different for the Service Quality Assurance as there are a few QA tools like Selenium available for the frontend tests. It's very important for the implementation of CI/CD pipeline as functionality can be tested automatically without human interaction.
Additional context
"A Comparative Study of GUI Automated Tools for Software Testing" contains the information about QA tools intended for the frontend software testing. https://www.thinkmind.org/download.php?articleid=softeng_2017_1_20_64068
Issue #30 from the SQA baseline moved here, additional comments will also be put here