I have developed a small application with login screen and also written some Espresso script to automate the same.
I know that WireMock is a flexible library for stubbing and mocking web services. With the help of that one can create actual HTTP server so that your code under test can connect to as it would a real web service.
Now I want to develop web service for login screen with the help of wiremock.I have gone through details provided Here but the description is too much technical . If any one have any tutorial , reference or idea how to do the same that will be great.
I am using below tool.
- Android Studio
- Espresso
- Gradle Build Tool