LispCast Episode 2
October 19th, 2007
Have you written your acceptance tests?
I have! And you can watch me in Episode 2 of LispCast! I use Selenium to develop acceptance tests for the software I created in Episode 1.
Watch the video here. Here’s the modified source code, plus the acceptance tests.
Relevant pages:
Let me know what you think!
Related Posts
Popularity: 4% [?]
Filed under LispCast |3 Responses to “LispCast Episode 2”
Leave a Reply

[…] this episode, using the acceptance tests we developed last time, I refactor the code to make it easier to read, maintain, and […]
You’re doing a great job! Thanks
I think “with-selenium-session” may have been depecrated. Looks like we may want something like this now:
(setf selenium:*selenium-session* (selenium:do-get-new-browser-session
“*firefox” “http://www.google.com”))