2
votes
1answer
83 views

How do you manage large sets of Acceptance Criteria?

Where I work we've recently made the switch to SCRUM. We've gone through the usual problem involved in such a transition from Waterfall but, overall, we now have a functional Agile/SCRUM approach. ...
5
votes
3answers
151 views

Documentation tool in Session-Based Test Management (SBTM)?

I wonder if anyone have experience of a tool for session-based testing? Nowadays we use SharePoint lists where we can write down our session plus other relevant info about the session (requirement, ...
1
vote
1answer
320 views

How to organize Test Plans in Microsoft Test Manager

Question: for those of you who create Test Plans based on product area rather than per iteration, why? And for those of you who create new, fresh Test Plans based on your release cycle (iteration / ...
2
votes
3answers
304 views

Separate tasks between development and QA

As my company begins its first agile project, I'm wondering if it would be easier to have separate tasks for QA and development for each story/requirement. Is it a cleaner process or will the lack of ...
1
vote
1answer
266 views

Applying Agile methodology - Testing /QA in Infrastructure Projects

What advice do you have for promoting Agile methodology in delivering Infrastructure projects. Can this be done to good advantage for Quality assurance purposes or are infrastructure projects too ...
5
votes
4answers
401 views

Test case design standards- friend or foe?

Currently we use an agile team based approach to testing, where each team is responsible for their specific area of a product. While we have found this to be effective and easily manageable, over ...
3
votes
3answers
261 views

Difference between “Testing Behaviour” and “Test Case”

I'm new to software testing and would like to know the difference between "test case" and "testing behavior". For example, a registration form on the web has the following fields: -Name: ...