Tag: Testing Methodology

My Week’s Favorites – May 23, 2021

Happy weekend everyone! Here are a few interesting reads to make your weekend better. Building a Modern Quality Program from the Ground Up – Jeff Sing Heuristics applied when opening a safe lock – Maria Kedemo Agile Testing Challenges and Tips To Overcome Them – David Tzemach Use Selenium Wait for page to load with Python [Tutorial] –  Nishant Choudhary Cross Browser Testing With TestCafe and CircleCI – Dennis Martinez Enjoy reading and happy testing!

My Week’s Favorites – May 9, 2021

Happy weekend everyone! Here are a few interesting reads to make your weekend better. Mutation Testing – Goran Petrovic Here’s How Experts Are Improving Website Performance To Meet Core Web Vitals – Ritesh Shetty Evaluating Test Cases, Checks, and Tools – Michael Bolton Analyze first, test later: How to approach your next software project – Michael Bolton How I teach Business Agility with a simple puzzle – Rob Lambert Enjoy reading and happy testing!

My Week’s Favorites – March 28, 2021

Welcome back to my weekly summary. Here are a few interesting reads to make your weekend better. SOME (MORE) WAYS OF MOBILE TESTING – Vinh Nguyen How I break the shell with L.I.E.S – Nithin S RISE – A Synapse QA Anthology – Synapse QA Daily Standups – An Introduction Daily Standup Meetings – Jake Bartlett Going Beyond Test Coverage – Thomas Shipley Enjoy reading and happy testing!

My Week’s Favorites – Oct 18, 2020

Happy weekend everyone! Here are a few interesting reads to make your weekend better. 4 Ways to Handle Test Data for Your End-to-End Tests – Dennis Martinez Ten More Commandments Of Automation – Paul Grizzaffi A Working Model for Thinking about Product Strategy Development – Simon Knight 27 Of The Best CI/CD Tools Available Today – Himanshu Sheth 6 Strategies to Maximize Your End-to-end Testing Impact – Bertold Kolics Enjoy reading and happy testing!

My Week’s Favorites – Sep 27, 2020

Happy weekend everyone! Here are a few interesting reads to make your weekend better. Don’t hire fast & fire fast – Rob Lambert AWS testing with Jest Unit Tests: Part 1 – Kris Raven Are You Testing Your Website On Microsoft Edge? – Kritika Murari Account takeover by OTP bypass – Bhavarth Kandoria How Do I Build A Culture of Quality Excellence? – Michael Battat Enjoy reading and happy testing!

My Week’s Favorites – July 5, 2020

Happy weekend everyone! Here are a few interesting reads to make your weekend better. Most Common QA Myths – Dilruba Malik Cognitive biases and how they influence software testing – Prashant Hegde Cost of Delay Vs Cost of Poor Quality – Duncan Nisbet Six Ways Testers Can Help Programmers Clean Up Their Acts – Cameron Laird Design Systems and Testability – Michael Battat Enjoy reading and happy testing!

Testing Heuristics with Mnemonics

In the software testing world, you may or may not aware of using techniques or models to help your testing more effectively and efficiently. Sometimes, you may not know what you should test first, whether or not your testing coverage is good enough, your test design is comprehensive or not, to name a few. A lot of questions come into your mind with curiosity from your manager/leader about your testing.  In this post, I am trying to collect Test Heuristics in Mnemonics from testing experts…

My Week’s Favorites – June 13, 2020

Happy weekend everyone! Here are a few interesting reads to make your weekend better. Assess Quality, Don’t Measure It – James Bach Agile: Walls Dysfunction & People – Pete Walen In uncertain times, product quality is key: 4 ways to amplify QA – Ronald Cummings-John 6 Breakthrough Functional Testing Trends for 2020 – Kevin Dunne How to go from performance tester to performance engineer – Scott Moore Enjoy reading and happy testing!

My Week’s Favorites – May 31, 2020

Happy weekend everyone! Here are a few interesting reads to make your weekend better. Devising A UI Test Plan That Works Like A Charm – Harish Rajora  How Do You Catch More Bugs In Your End-To-End Tests? – James Lamberti Do We All Need To Become SDITS? – Callum Akehurst-Ryan 60 great resources for performance engineering teams – Joe Colantonio 5 Steps to Getting Started with Risk-Based Testing – Shawn Jaques Enjoy reading and happy testing!

Apply Root Cause Analysis to Software Defects

What? Root Cause Analysis (RCA) is a method of problem-solving used for identifying the root causes of faults or problems. In software testing, it is used to identify the root causes of defects or problems and preventing them rather than treating the symptoms. There are two types of RCA in Software Defects: RCA of appearing defects: To answer the question of why these defects happen during the development phase. RCA of escaped defects: To answer the question of why these defects happen after releasing or promoting…