Google News
logo
Appium - Interview Questions
What test frameworks are supported by Appium?
Appium does not support test frameworks because there is no need to support them! You can use Appium with all the test frameworks you want. NUNIT and.NET UNIT TEST FRAMEWORK are just a few examples; you will write your tests using one of the drivers for Appium; thus your tests will interface with Appium just in terms of an external dependency. Use whatever test framework you want!
Advertisement