Confirmed users
3,816
edits
Line 30: | Line 30: | ||
'''Tactics:''' | '''Tactics:''' | ||
Goal 1: | Goal 1: | ||
* Create a list of 'hot-spots' where we need more testing and devote 10 hours a week to writing test cases each in our specific areas. Determine the 'hot-spots' by analyzing: | * Create a list of 'hot-spots' where we need more testing and devote 10 hours a week to writing test cases each in our specific areas. Determine the 'hot-spots' by analyzing: | ||
Line 35: | Line 36: | ||
*** Use those areas to drill down into relevant files and determine where to concentrate test cases based on areas where we have low/incomplete code coverage | *** Use those areas to drill down into relevant files and determine where to concentrate test cases based on areas where we have low/incomplete code coverage | ||
*** Prioritize recently fixed security bugs for inclusion on the hot-spot list | *** Prioritize recently fixed security bugs for inclusion on the hot-spot list | ||
** Create the 'hot-spot' list for each area - JS, Content, Layout/Gfx, Mobile | ** Create the 'hot-spot' list for each area - JS, Content, Layout/Gfx, Mobile/Ffx Frontend | ||
** Bring the list to developers to get them to help create tests | ** Bring the list to developers to get them to help create tests | ||
** Not having done this before, use a time based approach. Next time we will look at number of test cases written this quarter and see how to change this goal going forward | ** Not having done this before, use a time based approach. Next time we will look at number of test cases written this quarter and see how to change this goal going forward |