Developer's Diary
Software development, with Terry Ebdon
19-Jul-2020 Unit testing

Table of Contents

Web testing

I diligently test page navigation before publishing these blog posts. Experience has shown me that it's the most likely error that could creep in. At some point I'll revisit WebDoxy's JournalPage creation logic. It should be possible to reliably generate the appropriate links. It's non-trivial as I don't post every day and there are special cases for the home page. A first step is to automate the testing.

My favourite tool for web testing was Canoo WebTest. It seems to be Abandonware. Selenium is the obvious replacement. Geb browser automation should make it easy.

18-JUL-2020 👈 Top of page 👉 20-JUL-2020

© 2020 Terry Ebdon.

Find me coding on GitHub, networking on LinkedIn, answering questions on Stack Exchange and hanging out on twitter.