1. Appium Test (functional test, user acceptance test, black box test)-Rating:8
The Appium test is equivalent to a black box test. Just test UI logic correctness. So the Appium test framework provides limited methods. Gets a Appiumdriver object. The object just has a lot of findelements() methods to get to the UI element. UI element is webelement, this class provides the method basically is obtains the information primarily, for example obtains name,class,tagname,location,text,isslected,istouched and so on information. There is also a click event generating function click (). Unfortunately, there is no Longclick () event. The entire test framework can be manipulated only by these 2 more useful objects. So on the whole, this test framework is just testing the correctness of the UI logic and not going into the test business logic flow. There is no way to detect it.
Pros:
Android test Appium, Robotium, monkey and other frameworks or tool comparisons