Skip to content

kuntakinta/AndroidTutorialForBeginners

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In order to test with espresso test framework i forked github repository https://github.com/hussien89aa/AndroidTutorialForBeginners.

I have created two simple tests on application Alaram App under directory: /Alaram App/app/src/androidTest.

First of the scenarios is checking whether desired pop-up is displayed. It is confirmed by checking the text which should be displayed on pop-up. Second scenario checks if user is correctly navigated onto main activity view after closing pop-up with button "done". It verifies if text which should be located on Main Activity View is displayed.

About

This repository is created in a purpose to show very basic implementation of espresso automation test frame work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.9%
  • PHP 3.7%
  • C# 1.3%
  • JavaScript 1.1%