How can we automate content verification for mobile applications (iOS + Android ) without UI automation tools -
i want automate ios , android application text (content available on screens), there generic way or api available content verification of mobile application.
i don't want use ui automation tools (appium,calabash).
for android use accessibility service both detect user events , traverse user interfaces. depending on permissions request, can alter values , click on behalf of user.
check out here:
https://stuff.mit.edu/afs/sipb/project/android/docs/training/accessibility/service.html
Comments
Post a Comment