Skip to content

Experiment with v2.0.0 AltTester (part of code was generated with Recorder)

Notifications You must be signed in to change notification settings

ralupopa/Tests-AltTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisite

  1. Download and install .NET SDK
  2. Download AltTester Pro
  3. Use AltTicTacToe from package downloaded above, as it is instrumented with sdk 2.0.0

Tests created with NUnit & AltTester-Driver for a game developed w/ Unity (TrashCat)

This repository is a test project that uses NUnit as the test library. It was generated using following command (as suggested in documentation)

dotnet new nunit

AltTester Unity SDK framework contains AltDriver class used to connect to the instrumented game developed w/ Unity. AltTester-Driver for C# is available as a nuget package. Install AltTester-Driver nuget package

dotnet add package AltTester-Driver --version 2.0.0

Run tests manually (with dotnet CLI)

  1. Launch game
  2. From AltTicTacToeTests execute all tests:
dotnet test

About

Experiment with v2.0.0 AltTester (part of code was generated with Recorder)

Topics

Resources

Stars

Watchers

Forks

Languages