2018-11-20 COSTIN MORARIU When you run an integration or system test, i.e. a test that spans one or more logical or physical boundaries in the system, you normally need some test …
SUMMARY OF EUROSTAR 2016
2016-11-07 SVANTE LIDMAN About Eurostar Eurostar is Europe’s largest conference that is focused on testing and this year the conference was held in Stockholm October 31 – November 3. Since …
TEST CATEGORIZATION IN DEPLOYMENT PIPELINES
2014-02-14 TOMMY TYNJÄ Have you ever gotten tired of waiting for those long running tests in CI to finish so you can get feedback on your latest code change? Chances are …
CONTINUOUS DELIVERY TESTING LEVELS
2013-05-29 TOMMY TYNJÄ This blog post is a summary of thoughts discussed between me, Andreas Rehn (@andreasrehn) and Patrik Boström (@patbos).A key part of Continuous Delivery is automated testing and even …
TESTING THE PRESENCE OF LOG MESSAGES WITH JAVA.UTIL.LOGGING
2013-05-28 TOMMY TYNJÄ Sometimes there is value in creating a unit test to assert that a specific log message actually gets printed. It might be for audit logs or making sure …
WRITING INTEGRATION TESTS WITH AN IN-MEMORY MONGO DB
2012-12-21 TOMMY TYNJÄ As I mentioned in my previous post, I’ve been working closely to the document oritented NoSQL database Mongo DB lately. As an advocate of sustainable systems development (test …
THE IMPORTANCE OF INTEGRATION TESTING
2012-09-21 TOMMY TYNJÄ I’ve been studying integration testing quite close for the past year, especially since being a contributor to the JBoss Arquillian and ShrinkWrap projects, which target automated enterprise integration …
TIME FOR A NEW TAKE ON ENTERPRISE TESTING
2012-07-13 TOMMY TYNJÄ TDD and test automation tools such as JUnit, Selenium etc. have been around for such a long time, that you would expect every modern application platform to leverage …
WRITING INTEGRATION TESTS IN JAVA WITH ARQUILLIAN
2012-04-22 TOMMY TYNJÄ Arquillian is a JBoss project that focuses on integration testing for Java. It’s an Open Source project I’m contributing to and using on the current project I’m working …
MYTEN OM KVALITETSKOMPROMISSEN
2011-02-22 ADMIN Alla som har hört frasen “varför är det så svårt att få produktägare att prioritera kvalitet istället för att trycka in massa funktioner hela tiden!” räcker upp en hand. …
GROOVY OCH GRIZZLY HTTP UNIT TEST
2008-12-17, ADMIN Hur ofta är det inte som man stöter på legacy kod som vill göra ett externt TCP anrop (socket, http, webservice eller något annat) och så sliter man sitt …