Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question What is the best way to write integration tests in unity 5.6 and newer

Discussion in 'Testing & Automation' started by domienvs, Feb 27, 2018.

  1. domienvs

    domienvs

    Joined:
    Feb 27, 2018
    Posts:
    1
    A couple of years ago, one could use the "Unity Test Tools" asset, but that one is deprecated by now. I can however still write unit tests now in using the test runner, but how do I write integration tests now that this asset is deprecated?
    Is there a decent alternative asset?