Categories: Agile MethodologyQA

Testing Early, Testing Often for Greater Success in Agile SCRUM

In my experiences, I have found two different approaches taken towards testing in Agile SCRUM:

  1. Testers creating test plans while interacting with BAs, as like in waterfall model, in the beginning of each sprint, and executing those tests once the development is done. In this model, testers and developers still managed to survive successfully in their own islands/worlds and things used to move. However, there is not much interaction and collaboration between developers and testers during development phase. There are chances of usual conflicts that happens in the world of development and testing.

Representing Conflict between Developers & Testers 🙂

  1. Testers creating test plans with help of BAs, collaborating on test cases, related with user stories, with independent developers and following the approach of test early, test often. In this model, testers and developers collaborate on each user stories and become equal partners to deliver high quality user stories, and overall release. Testers help developers to write code to make sure that their test cases pass during testing phases. This is more of a sort of test-driven development. Testers and developers become stakeholders of equal importance and this reduces areas of conflicts between testers and developers. In this model, testers come up with all different and extensive test case scenarios based on discussions with BAs and developers, come of suite of test cases.

Developers & Testers Collaborate leading to greater success

 

In above two approaches, the second one has lead to greater success. However, it goes back to how SCRUM masters facilitate the testing process in his SCRUM teams.

Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Share
Published by
Ajitesh Kumar

Recent Posts

Recommender Systems in Machine Learning: Examples

Last updated: 16th Sep, 2024 Recommender systems are widely used in applications such as personalized…

7 hours ago

Difference: Binary vs Multiclass vs Multilabel Classification

Last updated: 13th Sep, 2024 There are three main types of classification algorithms when dealing…

3 days ago

Sklearn LabelEncoder Example – Single & Multiple Columns

Last updated: 13 Sept, 2024 In this post, you will learn about the concept of…

4 days ago

ROC Curve & AUC Explained with Python Examples

Last updated: 8th Sep, 2024 Confusion among data scientists regarding whether to use ROC Curve…

1 week ago

Accuracy, Precision, Recall & F1-Score – Python Examples

Last updated: 27th Aug, 2024 Classification models are used in classification problems to predict the…

3 weeks ago

Logistic Regression in Machine Learning: Python Example

Last updated: 26th August, 2024 In this blog post, we will discuss the concepts of…

3 weeks ago