Тёмный

Game Testing Tutorial Series pt 1: Adding GameDriver to your Unity Project 

Подписаться
Просмотров 2,4 тыс.
% 35

This video tutorial shows how to add GameDriver to any Unity game project, introduces HierarchyPath Explorer, and how to build an NUnit test in Visual Studio.
GameDriver® is a Registered Trademark of GameDriver, Inc. All rights reserved.

Игры

Опубликовано:

 

12 фев 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@Carlos_Jr1984
@Carlos_Jr1984 3 года назад
Very nice tool. I saw in another vid that you can build executable files so the tests can run outside of Unity. Can you also create IPAs and APKs so the tests can be run on mobile devices? Thanks!
@GameDriver
@GameDriver 3 года назад
Yes, GameDriver supports iOS and in the upcoming release you can also test against Android devices, as well as consoles.
@Carlos_Jr1984
@Carlos_Jr1984 3 года назад
@@GameDriver Ive been looking into Play Mode Tests in Unity Test runner. I’d be interested to know the differences / benefits of using Game Driver instead of it. Any info you could give would be great. Thx!
@GameDriver
@GameDriver 3 года назад
@@Carlos_Jr1984 that’s a great question. Both leverage the NUnit framework, but GameDriver tests can live within the Unity project or entirely separately. Once the GameDriver agent is added to the project, you don’t need to do any further coding or instrumentation within the project, and you can write your tests independently from the project code itself. Then when it comes time to release your project, simply remove the agent prior to the final build and it’s gone. The tests can then be managed in a separate repo for subsequent releases. Besides that, the API gives complete control over the integrated game, allowing you to inject input and query or even manipulate object states entirely from the “outside”. We believe this approach to be the most flexible in building a comprehensive test automation library that will follow your project across releases and platforms. If you’re interested, I would suggest giving it a try. We’re about to release version 2.0, which is outlined in the “Coming Soon” blog at GameDriver.io If you’re interested in trying the beta, please email us at info@gamedriver.io
@Carlos_Jr1984
@Carlos_Jr1984 3 года назад
@@GameDriver thanks for this detailed answer. I sure will give it a try. Will mail you
@Carlos_Jr1984
@Carlos_Jr1984 3 года назад
@@GameDriver Hello! Can I be part of the beta testing program for this tool? Thx
@ShahzaibKhan-nm9kx
@ShahzaibKhan-nm9kx 3 года назад
The name "Api" does not exist in the current context. Getting this error in my class although I have followed all the steps. Could please tell me why I'm getting this error?
@GameDriver
@GameDriver 3 года назад
Hi Shahzaib. When you say you followed all of the steps, are you referring to the getting started article here? support.gamedriver.io/support/solutions/articles/69000385792-getting-started-with-gamedriver If you continue to have issues building your first tests, please send us an email at support@gamedriver.io