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
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Hands-On System Programming with C++
A hands-on guide to making system programming with C++ easy Key Features Write system-level code leveraging …
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
The Linux Programming Interface
The Linux Programming Interface is the definitive guide to the Linux and UNIX programming interface—the interface …