This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

I am using APPIUM for mobile application testing and storing all data into sqlite database in that app. I have to validate page inputs based on sqlite db data. Kindly let me know how to get sqlite db connection through APPIUM.

  • created

    Dec '18
  • last reply

    Dec '18
  • 1

    reply

  • 115

    views

  • 2

    users

Appium does not provide such functionality. You could try to retrieve the database file itself from the app and then handle it on client side though.