Tutorials and resources on how to apply test automation in software testing

Perils of Page-Object Pattern

May 29, 2018 0

Page-Object pattern is very commonly used during software testing when you use test automation frameworks. However, as the scale of the framework grows, there is a limitation on how much reusability really happens. It can inherently become very difficult to separate the test intent from the business domain. This presentation discusses the issues with the Page-Object pattern and the solution that you can implement – Business Layer – Page – Object pattern, to help your code staying DRY.

Spring Integration Testing With Maven & Spock

May 24, 2018 1

​It is not easy to write good automated tests as it involves to create and maintain a stable testing environment and configure the right tools. In this free less extracted from his “Test With Spring” course, Petri Kainulainen explains how to run integration tests With Maven, Spock edition.

Painless Integration Testing with TestContainers

May 2, 2018 0

Testcontainers is an open source Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

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.

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 27 28 29 30 31 51