Questions tagged [testing]

For questions about testing activity within a project. Please, avoid asking questions about the technical aspects of testing. Use Software Quality Assurance & Testing Stack Exchange (sqa.stackexchange.com) for these types of question instead.

Description

Testing is one of the core activity in the software development process.

Testing has two main goals:

  • demonstrate to developers and customers, that the developed system satisfy of requirements.
  • find defects in the developed system.

By manage testing activity it is possible to manage some quality aspests of the product.

Avoid asking technical questions about testing in this site. Aks it on the Software Quality Assurance & Testing Stack Exchange instead.

Links

See also

85 questions
21
votes
8 answers

How do I overcome a bottleneck in a team's process, when what people are telling me doesn't match what I see

I started a new job a few months ago as a scrum master. The team was and still is having problems completing their tasks during the sprint. Initially the problems seemed to be tasks that were too big and there were some blockers early on in the…
Paul V. Silva
  • 313
  • 2
  • 9
20
votes
5 answers

What is the role of a QA tester on a Scrum team?

I've recently added a QA tester to our new Scrum team. The tester comes with a lot of experience in automated testing and is capable of scripting, light coding, etc. He will be using automation tools, such as Selenium, to assist with the QA process.…
Ben K
  • 727
  • 1
  • 5
  • 16
19
votes
7 answers

What are developers expected to do during testing in the latter half of each Sprint?

When you are using the Scrum framework, a Sprint cycle involves development and QA. At the end of the Sprint the tasks worked upon and tested are showcased and released. Typically, for a team of 3 to 4 developers there would be 1 QA resource. What…
John
  • 648
  • 2
  • 7
  • 10
16
votes
4 answers

How Quality Assurance is related to Testing?

Very often I hear people say "Quality Assurance" while talking about "Testing" and vise versa. According to my understanding these two terms mean different things. Could anyone explain the difference? Or they really mean the same?
yegor256
  • 7,020
  • 4
  • 26
  • 50
15
votes
7 answers

How can I make unit testing a priority?

As a one man band delivering smallish web development projects, I found that nearly all regression issues that clients find in the final development phase of the project could be found with unit tests beforehand. Unit tests for me somewhat act as a…
jdog
  • 421
  • 2
  • 10
15
votes
7 answers

Project stuck in endless testing cycle

I am involved in a project where for some time now the project has stuck in an endless testing, UAT, bug fixing cycle. The issues that caused this are, lack of initial requirements, new requirements creeping up during testing, and just bad coding…
troubledpm
  • 151
  • 3
10
votes
4 answers

How can I handle a client's client who is upset with bugs but refuses to use any kind of Project Management?

I am a programming/engineering freelancer working as a consultant for a mid-sized corporation. This mid-sized corporation has many clients, including a very large financial company (one of the top 10 financial companies in the world), who we will…
Eric Belair
  • 201
  • 1
  • 5
9
votes
6 answers

Should we allocate separate hourly estimates for test tasks in addition to the development tasks

Breaking user stories into tasks and estimating their development time in hours is pretty widely accepted. However, we have subsequent test activities that need to be carried out before the task and ergo the story can be deemed done. Should the…
El Toro Bauldo
  • 729
  • 3
  • 18
9
votes
2 answers

How are items with dependencies to other items handled in Kanban?

In our team we are working with system integration testing only. This means that we don't have any development tasks, just testing tasks and tasks related to preparing our heavy systems for test. We are looking into if Kanban is a good process for…
Michael
  • 353
  • 3
  • 9
9
votes
10 answers

Do you include testing in the original estimate?

Our dev team estimates work in hours, but we do not include any testing time in the original estimate. For example if the devs say an item will take 4 hours that will become our estimate for that item, but it might take an additional hour for our QA…
iamthestreets
  • 201
  • 1
  • 2
  • 5
8
votes
7 answers

Should a Product Owner start testing while an item is in code review

We have a Product Owner (PO) who starts testing while an item is in code review and gives feedback to developers. I see, from the point of view of the PO, that this allows for quicker feedback. However, I don't think she should start testing while…
Ruan
  • 784
  • 5
  • 12
8
votes
6 answers

QA-Challenged Team - How to Improve?

Both in my Scrum Team and in the IT Department as a whole, we do not have a single hired QA-personnel. In fact, it is mandated by upper management that we cannot hire one (and I do not think this likely to change). Despite this, there still exists a…
Sarov
  • 14,643
  • 5
  • 31
  • 60
8
votes
5 answers

Client with conservative UAT policy

One particular client has a very traditional, conservative approach to UAT and deployment. When the development team completes the items in the sprint, this is all packaged into a release, which must wind its way through a UAT/Staging environment,…
7
votes
8 answers

Should the same person do the testing who did the development?

Background We have 50 employees who are working on different projects in a team of 3-4 people. In my firm the testing is done by the developers. We have 2 or 3 products with a large code base that we constantly modify while we add new…
user6263
  • 71
  • 2
7
votes
4 answers

Incorporating QA and Testing in a Startup running Scrum

We continue to struggle with how to improve our QA and Testing processes in the sprint. We run a two week sprint and find that the QA and testing gets left late in the process and ends up rushed with the beginning of the next sprint spent fixing…
chrishomer
  • 2,151
  • 4
  • 17
  • 13
1
2 3 4 5 6