Golem Documentation - ProtoTest/ProtoTest.Golem GitHub Wiki
=====
See the API Documentation for available classes in Golem.
Test with WebDriver
- The "Element" class provides methods for manipulating Selenium-WebDriver (browser tests).
- Your test suite should be an MBunit style class that implements WebDriverTestBase.
Test with Appium
- The "TouchCommands" class provides methods for manipulating Appium (native/hybrid app tests).
- Your test suite should implement AppiumTestBase.
Test a RESTful API
- See the REST package for available REST helper classes.
- RESTful API test suites should implement RestTestBase.
=====