AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
AltTester Unity SDK 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, Robot or Java.
**In what language is the test written?** (C#, Java, Python 2.7, Python 3) **What version of Unity are you using?** (2019.4.40f1, 2020.3.31f1, 2020.3.40f1, 2021.3.2f1, 2021.3.11f1, etc) **What version of AltTester®...
## Steps to reproduce Create a testcase with parameters. Check the box next to the testcase in the AltTester Editor window. Modify one parameter of the testcase. See how the...
## Steps to reproduce 1. Open the SampleScenes game in Unity 2. In Unity Editor in _Game_ set the `Free Aspect` ratio (random size) 3. Start the game with `Play...
At the moment BeginTouch creates a touch and set the TouchPhase to Began. This should only for a frame because when the TouchPhase is set to began. When this happen...
In the AltTester Desktop app when the `AltTester Input` toggle is unchecked in the instrumented build that uses Old Input Sysmten the action Tap/Swipe still works performing mouse input on...
If you set axis for Mouse then Unity will put delta values of Mouse position and we don't do this. This problem was brought up by someone in our discord...
**In what language is the test written?** C# **What version of AltTester Unity SDK are you using?** 1.8.0, 1.8.2 **The OS from where you are running the test?** Windows ###...
## Steps to reproduce Run the `TestPressKeyWaitTheDuration` from `Assets\AltTester\Examples\Test\Editor\Driver\Testforscene1TestSample.cs` multiple times (try a number > `10`) using the `[Repeat(x)]` attribute in the script ## Actual result ### AR 🚫 the...
When playing in editor with AltTester open, checking **Custom Input** throws error in console -> "Value cannot be null" ### Additional info This issue was encountered in a client project,...
## Steps to reproduce 1. Open the AltTesterDesktop 2. Open the instrumented game in BrowserStack 3. Connect the instrumented game to the Built-in Server 4. Wait until the game disconnects...