Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building better workflow apps
Search
caleywoods
September 14, 2011
Programming
2
130
Building better workflow apps
caleywoods
September 14, 2011
Tweet
Share
Other Decks in Programming
See All in Programming
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
1.2k
プロダクト開発をAI 1stに変革する〜SaaS is dead時代で生き残るために〜 / AI 1st Product Development
kobakei
0
200
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
300
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
1.1k
AI Coding Agentのセキュリティリスク:PRの自己承認とメルカリの対策
s3h
0
260
まだ世にないサービスをAIと創る話 〜 失敗から学ぶフルスタック開発への挑戦 〜
katayamatg
0
110
GoogleI/O2025 LT報告会資料
shinsukefujita1126
0
160
大規模アプリにおけるXcode Previews実用化までの道のり
ikesyo
0
640
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
330
Refinementsのメソッド定義を4000倍速くした話
alpacatc
0
420
AIエージェント時代における TypeScriptスキーマ駆動開発の新たな役割
bicstone
4
660
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
120
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
840
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Documentation Writing (for coders)
carmenintech
75
5k
Raft: Consensus for Rubyists
vanstee
140
7.1k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Typedesign – Prime Four
hannesfritz
42
2.8k
Being A Developer After 40
akosma
90
590k
Bash Introduction
62gerente
615
210k
The Power of CSS Pseudo Elements
geoffreycrofte
77
6k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
590
How STYLIGHT went responsive
nonsquared
100
5.8k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Transcript
Caley Woods Building Better Workflow Apps
Who am I? - Systems Support Tech II for Walsworth
Publishing Company - Walsworth makes yearbooks - Not capable of growing a beard You may already know
Building Better Apps - Talking to your users - Automated
Testing - My opinions
Why Should I Do This? No, Why Wouldn’t You DO
This
Building Better Apps - Talking to your users - Automated
Testing - My opinions
Talk First, Build Second - Communication is paramount - Gathering
Requirements - Your greatest asset is “NO”
Building Better Apps - Talking to your users - Automated
Testing - My opinions
Testing - TOOLS - Learning Required - I have no
QA group
Watir / Selenium - Test Framework in Ruby - Why
Watir? - Batteries Not Included
Watir EXAMPLE require ‘firewatir’ # for firefox require ‘test/unit’ #
ruby test library class FooTest < Test::Unit::TestCase def setup @browser = Watir::Browser.new @browser.goto(“http://url.com”) end def teardown @browser.close end def test_gets_page assert_equal(“Domain Exception Request”, @browser.title) end end
Building Better Apps - Talking to your users - Automated
Testing - My opinions
Opinions are like… - Not seeing any other information on
testing - Worthwhile? - What’s needed?
Questions?
FYI - Minecraft 1.8 is available
ThanksssssssS