The Artima Developer Community
Sponsored Link

Agile Buzz Forum
More on testing

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
More on testing Posted: Dec 19, 2003 7:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: More on testing
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement
I wrote about testing awhile back, and that generated a few responses from Ryan Lowe. Interestingly enough, one of the things we were discussing just bit me this morning. A little background first.

The engineering guys have been making the VW installer into a network capable installer - a really nifty thing, and something that will end up being part of our (eventual) support for auto-update. We are planning to deploy the net installer for use in downloading Cincom Smalltalk NC - the idea being that you could either download as you do now, or grab the installer and pull down what you need at install time. Bottom line, engineering whipped that up pretty quickly, and has been waiting for me to have a servlet that would allow for registration from the installer

Now, I already have the servlet used by the registration app. However, that servlet has some inherent coupling to the workflow of the online application, which would differ somewhat from the workflow of the client application - even though they both talk http. So I created a new servlet, and a test version (that stubs out some of the things that require server side access) for local testing. Well, one of those stubbings out - of something I thought "couldn't break" - broke.

So now I'm adding a few new tests to cover the stuff that "couldn't break". The good thing is, I'll have a more stable application at the end of all this.

Read: More on testing

Topic: Boldness Previous Topic   Next Topic Topic: Aggregators that automatically download web pages?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use