-
Notifications
You must be signed in to change notification settings - Fork 48
Lab10
Somkiat Puisungnoen edited this page Nov 10, 2017
·
3 revisions
- พื้นฐานสำหรับการเขียน Unit test สำหรับ Android application
- เครื่องมือที่ใช้งานคือ JUnit 4, Android Studio 3
- ทำการเขียน Unit test สำหรับการ validate ข้อมูลได้
- ทำการทดสอบ Android app ผ่าน Monkey test ได้
- จำนวนของ Code coverage เป็น 100%
- จำนวน if statements น้อย ๆ
- code สวยงาม เพิ่ม ลดและแก้ไขได้ง่าย
ส่งภายในวันที่ 15 พฤศจิกายน
$git clone https://github.com/<yourname>/android-basic-testing
$cd android-basic-testing
$gradlew clean testDebugUnitTest
$gradlew fullCoverageReport
$gradlew assembleDebug
$gradlew installDebug
$adb shell monkey -p cc.somkiat.basicunittesting -s 01418546 10000