10 Steps to Continuous Integration, Testing and Delivery

February 19, 2018 0

DevOps is based on continuous delivery and anything that breaks the continuity is a bottleneck. While Agile and DevOps have become common terms in Development and Testing organizations, manual build and deployment processes are still causing problems along with integration and testing.

Accelerate Projects with Test Environment Management

February 13, 2018 0

The management of test environments is an area mostly neglected in software development projects. In this article, Niall Crawford discusses the basic requirements of test environment management and explains the benefits this activity provides.

Testing Cloud Solutions in Production

February 7, 2018 0

The evolution of software from a simple application running in an isolated system to a multi-node solution in a network and now to geographically distributed cloud solution with hundreds or thousands of nodes, has brought about its own challenges in terms of testing. Testing strategies which works well in one model is not really applicable to others. While many of the tests for a cloud hosted solution can be done by replicating a subset of the actual production environment, some test to be effective need a production like environment.

Code Coverage as a Predictor of Test Suite Effectiveness

January 31, 2018 0

Learn about the effectiveness of coverage as a technique for evaluating quality of test suite. This presentation shows the utility of coverage by considering its correlation with mutation score, and also shows that coverage is a significant defense against bugs. It also critiques the effectiveness of mutation score as a criteria for test suite quality.

JUnit 5 Parameterized

January 30, 2018 0

The possibilities to write parametrized tests have changed and improved a lot with the release of JUnit 5, the open source unit testing tool for Java. In his blog post “Using JUnit 5 Parameterized Tests, Argument Sources and Converters”, Micha Kops provides an overview covers all new types of parameter sources for JUnit 5 tests as well as the new conversion API for test arguments.

STAREAST, Orlando, Florida, April 29 – May 4 2018

January 18, 2018 0

STAREAST is a conference for software testers and quality assurance professionals. It presents up-to-date information, tools, and technologies available in the software testing domain today. You will be able to attend conference presentations and half- or full-day tutorials.

Mockito 2 – The Return of the King

January 11, 2018 0

Probably there is no Java developer in the world who writes tests and haven’t heard about Mockito. That most popular mocking framework for Java will be celebrating its 10th birthday soon. However, I don’t plan to brood the history. At the end of 2016 the new and shiny Mockito 2 has been released.

1 73 74 75 76 77 173