Effective Testing Part III - Testing With DSLs
So in this series I’ve been working towards presenting how I try to approach testing. In Part I, I mentioned that the tests in our test suite should have the...
Hi, I’m Steve Ramage—a software architect and avid cyclist based in Vancouver, BC. I’m passionate about building software and technology in general. I maintain the systemd & unit file plugin for IntelliJ.
I’ve always been captivated by computers, and that has grown into a fulfilling career. Outside of work I often spend my time:
This site exists to share information about hobbies, projects and thoughts on various technical topics.
So in this series I’ve been working towards presenting how I try to approach testing. In Part I, I mentioned that the tests in our test suite should have the...
Software testing is an area that I have spent a large amount of time and energy in my career looking at. Often test infrastructure and frameworks are conside...
A recurring use-case I’ve come across is supporting queries that offer paginated selections of records, where users can supply filters and navigate to differ...