I work for a company who provides wifi. I have some access point setup and I would like to write some automated tests that simulate the connecting to these.
So my test would be something like this:
- Launch Device
- Go to wifi settings on device
- Select wifi you wish to connect to
- Verify that the device is able to successfully connect to wifi. (When testing this manually on IOS, our splash page automatically pops up, on Android I generally need to open a browser and then the splash page is displayed)
Would it be possible to use Appium to do this? Would like to write tests for both IOS and Android.