Articles tagged with: Testing

On Elastic Beanstalk, Docker and CircleCI

Summary: Discusses their experience with Elastic Beanstalk, Docker, and CircleCI while working on a new project. Provides notes and references for each tool and discuss alternatives to Elastic Beanstalk.


Book Review: Hands-on Testing with PHPUnit How-to

Summary: A review of the book 'Hands-on Testing with PHPUnit How-to', by Michael Lively.


Don't test only with superusers

Summary: The importance of testing software with normal user accounts, not just admin accounts, to avoid potential issues and ensure functionality for all users.


Setting up a Firefox development profile

Summary: A guide on setting up multiple Firefox profiles for personal browsing, development, and testing.


Resource exhaustion and other uncommon testing scenarios

Summary: Some uncommon testing scenarios.