Home > front end >  Estimation Time for subtasks
Estimation Time for subtasks

Time:03-16

I need to know how to estimate the time needed to complete a QC subtasks in user stories. I’ve read many articles regarding the estimation of time but they were no help in applying them in real life.
I’m using JIRA

CodePudding user response:

breakdown the tasks to smaller enough for you to estimate the effort. The estimation can based on your experience or previous similar work in previous projects. consider the whole process of QA, including test analysis, test plan, test execution, and can include both test execution time and time to repeat the test in order for developer and retest time to confirm fix from developer.

usually it is good to give your estimation in a range, e.g. (min, avg, max)

  • Related