Search Unity

[Free] AltUnity Tester - UI Test Automation tool to help you interact with object from Unity game

Discussion in 'Assets and Asset Store' started by timeapusok, Apr 16, 2020.

  1. timeapusok

    timeapusok

    Joined:
    Apr 15, 2020
    Posts:
    59
    Download it from Asset Store

    AltUnity Tester is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python or Java.
    You can run your tests on real devices (mobile, PCs, etc.) or inside the Unity Editor.

    Main features:
    • create an AltUnityDriver
    • connect to the AltUnityTester component running on the device
    • ask for information on objects from the Unity Game
    • find elements and get their coordinate
    • simulate any kind of device input
    Here's a tutorial video to help you get started:


    Read the documentation for more info: https://altom.gitlab.io/altunity/altunitytester
    Join our community on Gitter for any questions and support: https://gitter.im/AltUnityTester
     
    Circool likes this.
  2. timeapusok

    timeapusok

    Joined:
    Apr 15, 2020
    Posts:
    59
    The newest release of our test automation tool for Unity comes with a series of breaking changes.

    One of the most important aspects is the name change: AltUnity Tester becomes AltTester Unity SDK starting with v. 1.8.0 and similarly, AltUnity Inspector becomes AltTester Desktop starting with v. 1.5.0. The old one didn't quite fit our plans and our long-term mission to extend our test automation solution in the following directions:
    • support new platforms - we are very close with webGL and Nintendo and starting to investigating AR/VR and other consoles
    • help game testers to start automation easier - we already have an MVP of the Recording feature, we’re testing it and plan to release the Beta version in the following months
    • start exploring how we could support Unreal and other engines
    Other changes that come with this release


    New features
    • Generate xml test report from the Editor Window
    • Enable/disable driver logging
    Bugs fixed
    • Tests not appearing in Editor Window
    • SetText() not working
    • Hovering mouse over element does not trigger tooltip
    You can read more details in the article! Join our Discord Server if you have any questions for the development team or you encounter any trouble with our tools!