Skip to content
What you think is what you get
What you think is what you get
Home
Posts
About Me
Home
Posts
About Me
Follow on
linkedin
Follow on
github
Follow on
twitter
Follow on
facebook
Follow on
instagram
What you think is what you get
Home
Posts
About Me
Posts tagged with: Android Test
Tag: Android Test
Android
Android Monkey 介紹與使用
by
zgh149
7 3 月, 2017
0
描述 Monkey主要是用來做穩定性或是壓力測試,它可以執行在實體裝置或是模擬器上,藉由產生一系列的隨機事件(......
Android
Robotium 使用介紹
by
zgh149
21 2 月, 2017
0
Robotium 為專門測試 android ui 的 framework,詳細介紹參考官網 本篇介紹如何導入......
Android
使用 TDD 加入 android 測試案例
by
zgh149
17 2 月, 2017
0
上一篇 建立測試案例以及測試 android activity 的模板 建立基本模板以及測試案例之後。本篇開始......
Android
建立測試案例以及測試 android activity 的模板
by
zgh149
17 2 月, 2017
0
在上一篇 Create android test project by command line and ec......
Android
Create android test project by command line and eclipse
by
zgh149
16 2 月, 2017
0
使用 Eclipse 建立 android test project Step 1. 開啟 Eclipse -......
Android
Create Test Case for android project(Step by Step)
by
zgh149
28 5 月, 2015
0
官網教學,參考 https://developer.android.com/training/testing.......