0 votes
in Agile by
What testing is done during Agile?

1 Answer

0 votes
by

The primary testing activities during Agile is automated unit testing and exploratory testing.

Though, depending on project requirements, a tester may execute Functional and Non-functional tests on the Application Under Test (AUT).

...