Automated Testing Framework

Today, Automated Testing Framework is a topic that arouses great interest and debate in society. With the advancement of technology and globalization, Automated Testing Framework has become a crucial part of people's daily lives. Whether in the workplace, personal or academic sphere, Automated Testing Framework has managed to significantly impact all aspects of modern life. Therefore, it is important to analyze in detail and objectively the impact that Automated Testing Framework has on our daily lives, as well as its implications in the short, medium and long term. In this article, different perspectives and opinions on Automated Testing Framework will be explored, in order to provide the reader with a broad and complete vision of this topic that is so relevant today.

Automated Testing Framework
Stable release
0.21 / October 24, 2014 (2014-10-24)
Repository
Written inPOSIX shell, C, or C++
Typetesting framework
LicenseFree software (BSD)
Websitegithub.com/jmmv/atf/wiki

Automated Testing Framework (ATF) is a testing framework originally created for NetBSD as a Google Summer of Code project in 2007. Automated Testing Framework is also used in many mobile phone companies to test latest applications or updated OS. ATF can be used to automatize basic and time-consuming works such as clicking and switching applications repeatedly. In addition, daily regression test will increase the chance to catch bugs before the release of new features.

ATF is a software testing framework in which test cases can be written in POSIX shell, C, or C++.

A primary goal of the ATF project is that tests are self-contained and intended to be executed by end users periodically.

It is released under the two-clause BSD license.

References

External links