I want to test the connectivity icon in 3 cases : When the connection status is fine When few heartbeats were missed and/or if the web socket is closed. When no internet In Case one i can test it because i’m always connected to the internet but others i can’t. PS: I’m using TestNG with Appium and Java What do
Tag: connectivity
Check internet status from the main activity
I’m new student on android development, so I don’t have the enough experience for coding, so I need the help from you… I create a java class on android studio to check if there is an internet connection or not : So, I have two questions : 1- is this the right code or I’m missing something ? 2- as