Skip to content
Maciej Laskowski edited this page Sep 20, 2016 · 15 revisions

Automated Exploratory Tests

Getting Started

What is AET

AET (Automated Exploratory Testing) is an online testing tool which aids front end client side layout regression testing of websites and portfolios. It allows team to ensure that a change in one part of the software did not introduce any defects in other parts of application. AET is a flexible application that can be adapted and tailored to the requirements of a given project.

Why AET

The aim of AET is to assure better quality of the software. This goal is achieved by a couple of factors.

AET allows to easily and quickly create and maintain test as well as analyze their results. Because of that it encourages to cover wide part of software with tests. Test automation also has strong influence on test coverage, because AET is able to cover much bigger part of software than manual testing. Automation also helps to eliminate human errors as well as saves time. Finally, AET supports the continuous delivery of software.

Clone this wiki locally