Continuous Testing for .NET

April 30, 2018 0

Continuous Testing is the process of executing automated tests as part of the software delivery pipeline to obtain immediate feedback on the business risks associated with a software release candidate. This practice is strongly associated to the Continuous Delivery approach. In his article “Continuous Testing in .NET”, Damir Arh proposes an overview of continuous testing and how to implement it in Visual Studio.

Introducing TestLodge

April 23, 2018 0

Test management is an essential activity for software testing. The software development teams need to have a central repository to store the test plans, test cases and test results that will provide input for the bug tracking system. In this article, Scott Sherwood presents TestLodge, a test management tool that allows you to manage your test plans, test cases and test runs with ease.

ChinaTest, Beijing, China, July 15-18 2018

April 17, 2018 0

ChinaTest is a four-day conference about software testing that will take place in Beijing. It is part of the TiD Conference series that integrates resources and forces of SPIChina, ChinaTest and AgileChina.

Successful Software Testing Leadership

April 10, 2018 0

This presentation discusses the qualities of the modern software testing leader. Whether you are responsible for establishing a software testing practice in your organization, managing test processes or people, defining testing strategies for your team, coaching testing or influencing your co-workers to adopt successful quality practices, this presentation provides you the foundations and knowledge to succeed in your endeavor.

What Drives Software Quality

April 3, 2018 1

Software quality or the quality of software is a topic that generates many debates within the software development community. Is it about user satisfaction? Does it deliver value to the organization? Do we consider the quality of the code or its capability to change in the future, maybe with some automated tests to make sure nothing breaks? How good is “good enough”? In his book “What Drives Quality” Ben Linders tries to provide an overview of the quality perspectives during the software development life cycle.