Introduction

What is QualityMate?

QualityMate enables users to write automation test cases from end to end, starting with the User Interaction (UI) recordings, then test case script generation, and finally the execution of such scripts in a continuous integration (CI) environment.

QualityMate provides support for Windows and Web applications. Windows platform support is based on native UI Automation libraries from Microsoft and therefore kind of a wrapper around them; while Web platform support is based on the Selenium browser automation project.

One of the main goals of QualityMate design is decoupling the scripts from the underlying platform, meaning that it minimizes generating code that refers to specific control elements of the platform (Buttons, radio buttons, etc). This goal is achieved by creating abstractions of the controls that require specific implementation per every platform.

Supported platforms

You can use QualityMate to automate scripts and test cases on different platforms/technologies:

  • Windows Desktop:

    • WinForms

    • VB6

    • WPF

    • Silverlight

  • Web browsers:

    • Chrome

    • Chromium browsers (Edge, Electron)

    • Firefox

    • Internet Explorer

Check our Samples

If you prefer a hands-on approach to learn QualityMate, you could experiment by yourself with these samples:

Templates

You can download one of our templates to quickstart your script!

Last updated