Skip to content

Testing Milestone

patshiv edited this page Feb 3, 2017 · 2 revisions

Behavioral Test: The behavioral test is located in the Java folder under app and in the edu.sc.cse(Android Test) directory. The title is LoginScreenTest. The test was created through Espresso Recorder. Clicked Run(name of file) to run it. https://github.com/SCCapstone/GamecockStudy-formally- SportsMeetUp-/blob/master/app/src/androidTest/java/edu/sc/cse/LoginScreenTest.java

Unit Testing: The unit testing is located in the same Java folder but app and in the edu.sc.cse(test) directory using assertEquals.There was an exception made for the content before the "@" symbol. The title is ExampleUnitTest.Clicked Run(name of file) to run it. https://github.com/SCCapstone/GamecockStudy-formally-SportsMeetUp-/blob/master/app/src/test/java/edu/sc/cse/ExampleUnitTest.java

Weekly Progress Reports

Clone this wiki locally