Automated Tests

    From The Document Foundation Wiki
    < QA


    Introduction

    Automatic tests are important part of regression tests. There are needed some developer skills and time for creating and maintaining. Once they are written, they might check the given function effectively and frequently.

    Please join developers and help them to implement more tests!

    Tests in LibreOffice

    LibreOffice currently supports two types of automatic checks:

    • unit tests check low level functionality at compile time
    • subsequenttests check high level functionality; they require installed LibreOffice but they are currently integrated with the build framework as well