I am new in android testing I am using Robotium for testing purpose and I have a scenario where I need to check is the network (WiFi, 3G, 2G)connection is available or not, so how can i write a test case for this. Please help to solve this..
Thanks.
I am new in android testing I am using Robotium for testing purpose and
Share
Source: How to check internet access on Android? InetAddress never times out
You’ll need these in your manifest
I personally had to run a specific check to see if the user could access my server (Possibility of firewall blocking, or the user having only a local connection)
Good Luck!!