Skip to content

AlperenDirik/AltUnityTester-UnitySampleGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AltUnityTester-UnitySampleGame

Test automation in Unity with AltUnityTester

First Task is

    [Test]
    public void TestStartButtonLoadsMainScene()
    {
        //Here you can write the test
        altDriver.LoadScene("Start");
        altDriver.FindObject(By.TEXT, "StartButton").Click();
        altDriver.WaitForCurrentSceneToBe("Main");
    }`

When the start button that comes after the splash screen is clicked, I automate it to direct us to the game scene.

I installed AltTester Desktop on macOS and iOS devices. I installed explorer for testing. I'm ready to write a case now.

image

About

Test automation in Unity with AltUnityTester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published