0 votes
in Appium by
What Test Frameworks Are Supported By Appium?

1 Answer

0 votes
by

Appium does not support test frameworks because there is no need to support them. You can use Appium with all sorts of testing frameworks. 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. 

...