Categories: Uncategorized

How to estimate effort for unit testing?

Is that a right question to ask at all during effort estimation stage?

When taking workshop with software developers involved SCRUM methodology, I came across some of the following answers in relation with effort estimation vis-a-vis unit testing:

  • No task was created for unit tests and hence, no effort was estimated. Thus, we didn’t write any unit tests.
  • We had to deliver and we were running short of time; hence, we skipped unit testing?
  • There are effort estimation done for functional tests by QA engineers; Then, why unit tests?

Interestingly, some stakeholders on client end said about of software developers on offshore side not asking for tasks to be estimated for unit tests.

If you observe above, you would find “unit testing” seen as a separate set of actions then development. If seen this way, one will surely not be able to do justice with unit tests and the related Testability quality characteristic associated with it.

I see unit tests activities to be integral part of development. Once seen this way, I pay attention right from the requirements gathering stage to perform following:

  • Design for Testability
  • Test-driven development
  • Test-along development: This is an interesting term I came across while talking to one of the client stakeholder.

Once we see unit testing as integral part of software development, we adjust the schedule to deliver the module in appropriate time duration.

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.

View Comments

  • But, you never gave the answer to how to estimate the unit testing. Is there any formula that you use?

Share
Published by
Ajitesh Kumar

Recent Posts

ROC Curve & AUC Explained with Python Examples

Last updated: 28th Aug, 2024 Confusion among data scientists regarding ROC Curve and AUC often…

2 weeks ago

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

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

2 weeks ago

Logistic Regression in Machine Learning: Python Example

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

2 weeks ago

Reducing Overfitting vs Models Complexity: Machine Learning

Last updated: 25th August, 2024 In machine learning, model complexity and overfitting are related in…

2 weeks ago

Model Parallelism vs Data Parallelism: Examples

Last updated: 24th August, 2024 Model parallelism and data parallelism are two strategies used to…

2 weeks ago

Overfitting & Underfitting in Machine Learning

Last updated: 24th August, 2024 The performance of the machine learning models on unseen datasets…

2 weeks ago