From the course: Agile Analysis Weekly Tips

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Collaborate on testing

Collaborate on testing

- In Agile, testing is built into the process. It's not a separate phase. And for product owners and business analysts, this means you collaborate together and often to test then give feedback to the team on items being worked on. You may be wondering what this really looks like. When Agile is really working on teams the teams see and test working software everyday, and testing comes into play in a few ways. First, use automated regression testing. This is when the product owners and business analysts help the team ensure the regression test suite is complete with the right scenarios to make for a high quality and complete regression test suite. The regression test suite is run as often as needed, even multiple times per day, as code is checked in for some teams. Second, practice manual testing daily. This is when the developers work together with the product owner and business analyst to show their progress on a daily basis. Manual testing is done by developers as they code and by…

Contents