tools:
- appium server GUI
- appium inspector
- android studio
- flutter
- laragon
- intellij IDE
- dbeaver
requirement detail
- postgresql - storing testing scenario
- appium server - running test and integrate with ci/cd
- flutter - sample app
- jUnit5 - testing scenario
flow
- start emulator or real device
- start appium server and appium inspector
- run the sample app using appium inspector
- inspect the android element
- write test code on junit
- storing the element detail and scenario test on db
- update the code and using the db
- test till dawn