Xamarin calabash-android のススメ

15
すまべん特別編 「Xamarin 2.0であそぼう!」 @関東 2014/04/19 LT エクセルソフト 田淵義人

description

すまべん特別編 「Xamarin 2.0 であそぼう!」@関東 で calabash-android の LT しました。

Transcript of Xamarin calabash-android のススメ

Page 1: Xamarin calabash-android のススメ

すまべん特別編「Xamarin 2.0であそぼう!」

@関東

2014/04/19 LTエクセルソフト 田淵義人

Page 2: Xamarin calabash-android のススメ

自己紹介

田淵 義人です。

エクセルソフトで10年ほど営業と情シス。ヘルプ、ローカライズ関連製品、.NET/Java 開発製品

の担当に加え、Xamarin も担当になりました。おかげさまでめちゃめちゃ忙しいですw

非開発者

Web, HTML5/CSS/JS, モバイル が好物

Blog: http://ytabuchi.hatenablog.com/

Twitter: @ytabuchi

facebook: http://www.facebook.com/ytabuchi.xlsoft

Page 3: Xamarin calabash-android のススメ

Xamarin ユーザーグループ(facebook):

http://j.mp/xamarin-xjug

100名突破しました!何かやりましょうw

Page 4: Xamarin calabash-android のススメ

calabash

Page 5: Xamarin calabash-android のススメ

calabash って何?

• calabash-android / calabash-ios

• 自動テストツール

Cucumber 式のテストコードを書ける(非開発者の僕でも LT が出来る!)

Android エミュレーター、iOS Simulator、実機に対応

画面写真を取れる

Record 機能もある?(未調査)

•コマンドライン、Shell から実行 → CI に統合も

http://calaba.sh

Page 6: Xamarin calabash-android のススメ

今日はcalabash-android で

Xamarin のアプリをテストする話

Page 7: Xamarin calabash-android のススメ

必要な環境

• Xamarin アプリをビルドする環境

Android SDK

Java

Xamarin 一式

• Ruby

Page 8: Xamarin calabash-android のススメ

インストールとテスト実行

• Windows

ruby と DevKit をインストール

> ruby dk.rb init

> ruby dk.rb install

> gem install calabash-android

> set RUBYOPT=-EUTF-8

> calabash-android gen

> calabash-android run file.apk

• Mac

ruby プリインストール

$ sudo gem install calabash-android

$ calabash-android gen

$ calabash-android run file.apk

Page 9: Xamarin calabash-android のススメ

feature

Feature: Test feature

Scenario: test scenario

Then I enter text "テスト" into field with id "editText"

When I press "Click Me!"

Then I see "テスト成功! on *"

Then take picture

https://github.com/calabash/calabash-android/blob/master/ruby-gem/lib/calabash-android/canned_steps.md

Page 10: Xamarin calabash-android のススメ

demo

Page 11: Xamarin calabash-android のススメ

http://xamarin.com/test-cloud

2013/4/16に Calabash の開発元である LessPainful の買収と

Xamarin test cloud を発表

Page 12: Xamarin calabash-android のススメ

http://xamarin.com/test-cloud

Page 13: Xamarin calabash-android のススメ
Page 14: Xamarin calabash-android のススメ

まだ3ヶ月以上

かかるそうです!

ご期待くださいw

Page 15: Xamarin calabash-android のススメ

まとめ• ユーザーグループ盛りたてていきたい(野望)

• calabash 便利そうなので Xamarin test cloud に興味がある方は一

足先に calabash に触ってみてはどうでしょう

• calabash-ios はこれから頑張って調べます

• calabash のエントリーをアップしてあります。

http://ytabuchi.hatenablog.com/entry/2014/02/28/204850

http://ytabuchi.hatenablog.com/entry/2014/04/19/014250