Agile software development is a group of software development methodologies based on iterative and incremental development, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams.

learn more… | top users | synonyms

-2
votes
1answer
137 views

How to write Test Strategy [closed]

How do I write test strategy in simple way by referring Functional requirement document. and Business requirement document. What are the bullet points?
1
vote
4answers
58 views

Testing for SU Sprints

In an agile environment, for sprints for small updates, what approaches to testing are recommended? Do we just do exploratory testing after the SUT has been built before releasing it or do we do both ...
5
votes
3answers
195 views

How to finish the testing in the same iteration/sprint?

I am aware of the fact that agile testing is an ongoing process and should happen in parallel to development. But how is that actually achieved? Is it even possible to fix all found issues in the same ...
4
votes
3answers
162 views

Should a scrum be any different for testers from multiple teams?

I am about to start managing a team of testers within a company. Each tester is on a different team, one tester per team. For example, one tester is on the database team, another on the software ...
1
vote
1answer
264 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 ...
3
votes
2answers
320 views

Is there traceability matrix in agile?

In traceability matrix the links between requirements and tests can help answer: Which requirements is almost never tested, and which is tested extremely often? Will a change to a particular ...