Benefits of Test Automation in Salesforce

November 30, 2020 1

Salesforce is a major software player in the field of customer relationship management (CRM) and customer service software. This article discusses the specific challenges of automated testing for Salesforce applications and provides best practices for implementing test automation in this domain.

Implementing Automated Software Testing

November 23, 2020 1

This book “Implementing Automated Software Testing”, Elfriede Dustin, Thom Garrett and Bernie Gauf presents a comprehensive treatment of the domain of software testing automation. The first part defines and describes test automation, proposing a business case for automation and discussing the pitfalls that should be avoided.

Testing Legacy Code: Safe Refactoring

November 16, 2020 0

The paradox: I cannot test this code because it is legacy. I need to refractor the code to make it testable. How can I manage that, without breaking existing functionality? I will need to write some tests, but… argh! This presentation explains how to safely refactor and test ‘untestable’ code – without breaking any existing functionality.

Build Test Automation Engineers From Scratch

November 2, 2020 0

Creating test automation engineers from manual testers is hard. Even if your testers are willing, they have a lot of hurdles to get over to feel like the same kind of subject matter experts in automation as they are in manual testing.