Book description
The World Wide Web has come a long way from static HTML pages. Today's developers enforce and enjoy standards, and we have built the web's primitive tools into advanced libraries, frameworks, and platforms.With these new freedoms come new responsibilities. Developers can now write some amazing bugs. A bug in a web page, hosted in a free web browser, can render expensive servers useless. Modern editors help rapidly write tangled and crufty code, the perfect habitat for bugs of every species, in situations that are hard to debug. We need help from the mortal enemy of the bug: Test-First Programming. This Short Cut seeks fixes for the hardest situation in web development; proactive test cases for Ajax code. We survey existing techniques, and invent new ones. Our goal is heads-down programming, without repeatedly clicking on a web browser.
Table of contents
-
Test Driven Ajax (on Rails)
- Enough Planning! Now Rush to Coding...
- YAML !omap
- assert_xpath Queries XHTML Details
- Why YPath?
- In-Place Editing (without Ajax.InPlaceEditor()!)
- Lexing JavaScript with assert_js
- Simulate Ajax Server Hits with xhr :get
- Simulate Ajax Posts with select_form
- Using an IFRAME to Test Web Sites
- assert_params
- Wiki Tests Wiki
- Red Bar
- assert_ajax
- Green Bar
- Conclusion(s)
- About the Author
Product information
- Title: Test Driven Ajax (on Rails)
- Author(s):
- Release date: April 2007
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596510657
You might also like
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Kubernetes in Action
Kubernetes in Action teaches you to use Kubernetes to deploy container-based distributed applications. You'll start with …
book
LinkedIn For Dummies, 5th Edition
Make LinkedIn your number one professional branding tool LinkedIn is the premiere social network for professionals …
book
Effective Testing with RSpec 3
"Our tests are broken again!" "Why does the suite take so long to run?" "What value …