How to deal with or prevent idle in the test team?How do you manage large sets of Acceptance Criteria?Requirement-to-code traceability in Agile/Scrum development?How to write automation when test engineers are constantly pulled to do manual testing?How to handle Idle team members in SprintWhy is software testing so low ranked inside the development hierachy?How should I respond when the team wants to ignore a critical but hard to reproduce bugActual data for why developers shouldn't be the only ones testing their code?How to manage test automation project with agile methodology when we have no control over the software we are testingMultiple Scrum Teams - How Can I Make Use of QA?What changes for testers when they are testing in agile environments?

Can a Bard use an arcane focus?

Is there enough fresh water in the world to eradicate the drinking water crisis?

Simulating a probability of 1 of 2^N with less than N random bits

Perfect riffle shuffles

A social experiment. What is the worst that can happen?

A known event to a history junkie

General topology proving something for all of its points

What is the smallest body in which a sling shot maneuver can be performed?

Do these cracks on my tires look bad?

QGIS Geometry Generator Line Type

Teaching indefinite integrals that require special-casing

Can somebody explain Brexit in a few child-proof sentences?

What does the "3am" section means in manpages?

tikz grid without top edge

Is it okay / does it make sense for another player to join a running game of Munchkin?

When is separating the total wavefunction into a space part and a spin part possible?

Would it be legal for a US State to ban exports of a natural resource?

Adding empty element to declared container without declaring type of element

For airliners, what prevents wing strikes on landing in bad weather?

Is camera lens focus an exact point or a range?

Organic chemistry Iodoform Reaction

Lifted its hind leg on or lifted its hind leg towards?

How do I repair my stair bannister?

Have I saved too much for retirement so far?



How to deal with or prevent idle in the test team?


How do you manage large sets of Acceptance Criteria?Requirement-to-code traceability in Agile/Scrum development?How to write automation when test engineers are constantly pulled to do manual testing?How to handle Idle team members in SprintWhy is software testing so low ranked inside the development hierachy?How should I respond when the team wants to ignore a critical but hard to reproduce bugActual data for why developers shouldn't be the only ones testing their code?How to manage test automation project with agile methodology when we have no control over the software we are testingMultiple Scrum Teams - How Can I Make Use of QA?What changes for testers when they are testing in agile environments?













2















I'm currently in two scrum projects. The team consists of 9 people (5 developers, 3 testers). We work with user stories, story point estimates and two-week sprints. The team has received a great deal of Scrum and delivers reliably finished (Code + Test + Documentation) software. The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team.



Nevertheless, we have the following problem:



At the beginning of the sprint it always takes until testable user stories are completed. Therefore, it comes to idle with the testers, because there is nothing to test.



Already taken countermeasures (which could not solve the problem):



  • Testers begin with the test preparation for all stories


  • Support testers - where possible - the work of the developers


  • "Open Issues List" by the team in case someone has nothing to do


  • Know How Transfer among the testers


Nevertheless, we have not gotten the problem under control so far.
Question: Has anyone had similar experiences? What can you do about it?
I am grateful for all suggestions!










share|improve this question


























    2















    I'm currently in two scrum projects. The team consists of 9 people (5 developers, 3 testers). We work with user stories, story point estimates and two-week sprints. The team has received a great deal of Scrum and delivers reliably finished (Code + Test + Documentation) software. The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team.



    Nevertheless, we have the following problem:



    At the beginning of the sprint it always takes until testable user stories are completed. Therefore, it comes to idle with the testers, because there is nothing to test.



    Already taken countermeasures (which could not solve the problem):



    • Testers begin with the test preparation for all stories


    • Support testers - where possible - the work of the developers


    • "Open Issues List" by the team in case someone has nothing to do


    • Know How Transfer among the testers


    Nevertheless, we have not gotten the problem under control so far.
    Question: Has anyone had similar experiences? What can you do about it?
    I am grateful for all suggestions!










    share|improve this question
























      2












      2








      2








      I'm currently in two scrum projects. The team consists of 9 people (5 developers, 3 testers). We work with user stories, story point estimates and two-week sprints. The team has received a great deal of Scrum and delivers reliably finished (Code + Test + Documentation) software. The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team.



      Nevertheless, we have the following problem:



      At the beginning of the sprint it always takes until testable user stories are completed. Therefore, it comes to idle with the testers, because there is nothing to test.



      Already taken countermeasures (which could not solve the problem):



      • Testers begin with the test preparation for all stories


      • Support testers - where possible - the work of the developers


      • "Open Issues List" by the team in case someone has nothing to do


      • Know How Transfer among the testers


      Nevertheless, we have not gotten the problem under control so far.
      Question: Has anyone had similar experiences? What can you do about it?
      I am grateful for all suggestions!










      share|improve this question














      I'm currently in two scrum projects. The team consists of 9 people (5 developers, 3 testers). We work with user stories, story point estimates and two-week sprints. The team has received a great deal of Scrum and delivers reliably finished (Code + Test + Documentation) software. The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team.



      Nevertheless, we have the following problem:



      At the beginning of the sprint it always takes until testable user stories are completed. Therefore, it comes to idle with the testers, because there is nothing to test.



      Already taken countermeasures (which could not solve the problem):



      • Testers begin with the test preparation for all stories


      • Support testers - where possible - the work of the developers


      • "Open Issues List" by the team in case someone has nothing to do


      • Know How Transfer among the testers


      Nevertheless, we have not gotten the problem under control so far.
      Question: Has anyone had similar experiences? What can you do about it?
      I am grateful for all suggestions!







      manual-testing test-management team-management management scrum






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 3 hours ago









      MornonMornon

      1048




      1048




















          4 Answers
          4






          active

          oldest

          votes


















          5















          "there is nothing to test"




          That is a strong statement.



          I like to use James Bach's definition of testing:




          Testing is the process of evaluating a product by learning about it
          through exploration and experimentation, which includes to some
          degree: questioning, study, modeling, observation, inference, etc.




          So, unless there is nothing new to learn about the product, yes, you don't have anything to test.



          However, there may be some new things that you can learn. Maybe if you do some of the following, you may uncover them:



          • Pair programming (yes, with the developer);

          • Investigate results of your monitoring and logging instrumentation;

          • Extend your monitoring and logging instrumentation;

          • Create chaos in your environments;

          • Refine backlog to remove duplication and increase simplicity;

          • Watch users (control groups or real ones) using your product;


          • Investigate competitors systems;

          • Refactor any piece of code (production code, automated checking code, deployment code, etc).

          These activities may put a tester in new places, expanding his/hers understanding of the product.






          share|improve this answer























          • Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

            – Mornon
            1 hour ago


















          3














          If you have a set of Regression Tests, testers can start automating them starting with which are easiest to automate. This will save you a lot of time in the long run during Regression Testing. Of course, this requires some programming skills and if the testers do not have those at the moment then this is the great time for them to learn it and apply to automating the tests. This is a win-win for both the testers and the team. As, testers are adding a new skill to their personal tool-set which will eventually benefit the business/company too.






          share|improve this answer























          • The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

            – Mornon
            3 hours ago











          • We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

            – Mornon
            3 hours ago











          • @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

            – Baljeet Singh
            2 hours ago


















          1














          In addition to some of the other suggestions, you could consider a few other options:



          • Build/run load tests for new/recent work (given the maturity of your test automation you may already have this under control)

          • Review existing test automation for obsolete or ineffective tests (You have no idea how much I wish I could reach this point)

          • Review and refactor existing test automation code. In any rapid development environment, automated test code can get dated quite quickly.

          • Review and update older customer documentation. In my experience this can become out of date fairly rapidly if development is quick.

          • Review other documentation to make sure it's up to date. This can include (but is not limited to) use cases, business requirements, database dictionaries, functional requirements, test documentation...

          • Work with product owners to refine any stories in the backlog - or just go in there and review them and ask questions anyway. Testers typically have a unique combination of breadth and depth with a product they're familiar with and can often pick up potentially problematic changes before they go to code.

          • Review the user stories and defects in the current sprint and start planning how to test them. If there's configuration that's needed, it can save a lot of time to set up as much of the configuration as possible before the story/defect is coded.

          A lot of these are things I've done when I found myself in a holding pattern.






          share|improve this answer






























            1














            Since you mentioned, it's a scrum.. its actually the scrum master role to make a deliverable level module to prepare from tiny user stories, so that tester can start preparing their test case based on the deliverable level.



            Say for example, if a micro service which cannot be tested, it should not be included alone in the sprint, rather connecting module (frontend or api) should be included.speak to your scrum master, ask him for it, else request for agile coach itself for it.






            share|improve this answer






















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "244"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













              draft saved

              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsqa.stackexchange.com%2fquestions%2f38429%2fhow-to-deal-with-or-prevent-idle-in-the-test-team%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              5















              "there is nothing to test"




              That is a strong statement.



              I like to use James Bach's definition of testing:




              Testing is the process of evaluating a product by learning about it
              through exploration and experimentation, which includes to some
              degree: questioning, study, modeling, observation, inference, etc.




              So, unless there is nothing new to learn about the product, yes, you don't have anything to test.



              However, there may be some new things that you can learn. Maybe if you do some of the following, you may uncover them:



              • Pair programming (yes, with the developer);

              • Investigate results of your monitoring and logging instrumentation;

              • Extend your monitoring and logging instrumentation;

              • Create chaos in your environments;

              • Refine backlog to remove duplication and increase simplicity;

              • Watch users (control groups or real ones) using your product;


              • Investigate competitors systems;

              • Refactor any piece of code (production code, automated checking code, deployment code, etc).

              These activities may put a tester in new places, expanding his/hers understanding of the product.






              share|improve this answer























              • Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

                – Mornon
                1 hour ago















              5















              "there is nothing to test"




              That is a strong statement.



              I like to use James Bach's definition of testing:




              Testing is the process of evaluating a product by learning about it
              through exploration and experimentation, which includes to some
              degree: questioning, study, modeling, observation, inference, etc.




              So, unless there is nothing new to learn about the product, yes, you don't have anything to test.



              However, there may be some new things that you can learn. Maybe if you do some of the following, you may uncover them:



              • Pair programming (yes, with the developer);

              • Investigate results of your monitoring and logging instrumentation;

              • Extend your monitoring and logging instrumentation;

              • Create chaos in your environments;

              • Refine backlog to remove duplication and increase simplicity;

              • Watch users (control groups or real ones) using your product;


              • Investigate competitors systems;

              • Refactor any piece of code (production code, automated checking code, deployment code, etc).

              These activities may put a tester in new places, expanding his/hers understanding of the product.






              share|improve this answer























              • Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

                – Mornon
                1 hour ago













              5












              5








              5








              "there is nothing to test"




              That is a strong statement.



              I like to use James Bach's definition of testing:




              Testing is the process of evaluating a product by learning about it
              through exploration and experimentation, which includes to some
              degree: questioning, study, modeling, observation, inference, etc.




              So, unless there is nothing new to learn about the product, yes, you don't have anything to test.



              However, there may be some new things that you can learn. Maybe if you do some of the following, you may uncover them:



              • Pair programming (yes, with the developer);

              • Investigate results of your monitoring and logging instrumentation;

              • Extend your monitoring and logging instrumentation;

              • Create chaos in your environments;

              • Refine backlog to remove duplication and increase simplicity;

              • Watch users (control groups or real ones) using your product;


              • Investigate competitors systems;

              • Refactor any piece of code (production code, automated checking code, deployment code, etc).

              These activities may put a tester in new places, expanding his/hers understanding of the product.






              share|improve this answer














              "there is nothing to test"




              That is a strong statement.



              I like to use James Bach's definition of testing:




              Testing is the process of evaluating a product by learning about it
              through exploration and experimentation, which includes to some
              degree: questioning, study, modeling, observation, inference, etc.




              So, unless there is nothing new to learn about the product, yes, you don't have anything to test.



              However, there may be some new things that you can learn. Maybe if you do some of the following, you may uncover them:



              • Pair programming (yes, with the developer);

              • Investigate results of your monitoring and logging instrumentation;

              • Extend your monitoring and logging instrumentation;

              • Create chaos in your environments;

              • Refine backlog to remove duplication and increase simplicity;

              • Watch users (control groups or real ones) using your product;


              • Investigate competitors systems;

              • Refactor any piece of code (production code, automated checking code, deployment code, etc).

              These activities may put a tester in new places, expanding his/hers understanding of the product.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 2 hours ago









              João FariasJoão Farias

              2,986415




              2,986415












              • Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

                – Mornon
                1 hour ago

















              • Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

                – Mornon
                1 hour ago
















              Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

              – Mornon
              1 hour ago





              Most of the points have been completely implemented in the past few weeks. We are currently setting up Penetration Testing on a CI basis for our projects. Further education in the team are also on the agenda.

              – Mornon
              1 hour ago











              3














              If you have a set of Regression Tests, testers can start automating them starting with which are easiest to automate. This will save you a lot of time in the long run during Regression Testing. Of course, this requires some programming skills and if the testers do not have those at the moment then this is the great time for them to learn it and apply to automating the tests. This is a win-win for both the testers and the team. As, testers are adding a new skill to their personal tool-set which will eventually benefit the business/company too.






              share|improve this answer























              • The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

                – Mornon
                3 hours ago











              • We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

                – Mornon
                3 hours ago











              • @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

                – Baljeet Singh
                2 hours ago















              3














              If you have a set of Regression Tests, testers can start automating them starting with which are easiest to automate. This will save you a lot of time in the long run during Regression Testing. Of course, this requires some programming skills and if the testers do not have those at the moment then this is the great time for them to learn it and apply to automating the tests. This is a win-win for both the testers and the team. As, testers are adding a new skill to their personal tool-set which will eventually benefit the business/company too.






              share|improve this answer























              • The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

                – Mornon
                3 hours ago











              • We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

                – Mornon
                3 hours ago











              • @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

                – Baljeet Singh
                2 hours ago













              3












              3








              3







              If you have a set of Regression Tests, testers can start automating them starting with which are easiest to automate. This will save you a lot of time in the long run during Regression Testing. Of course, this requires some programming skills and if the testers do not have those at the moment then this is the great time for them to learn it and apply to automating the tests. This is a win-win for both the testers and the team. As, testers are adding a new skill to their personal tool-set which will eventually benefit the business/company too.






              share|improve this answer













              If you have a set of Regression Tests, testers can start automating them starting with which are easiest to automate. This will save you a lot of time in the long run during Regression Testing. Of course, this requires some programming skills and if the testers do not have those at the moment then this is the great time for them to learn it and apply to automating the tests. This is a win-win for both the testers and the team. As, testers are adding a new skill to their personal tool-set which will eventually benefit the business/company too.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered 3 hours ago









              Baljeet SinghBaljeet Singh

              408




              408












              • The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

                – Mornon
                3 hours ago











              • We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

                – Mornon
                3 hours ago











              • @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

                – Baljeet Singh
                2 hours ago

















              • The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

                – Mornon
                3 hours ago











              • We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

                – Mornon
                3 hours ago











              • @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

                – Baljeet Singh
                2 hours ago
















              The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

              – Mornon
              3 hours ago





              The test automation is up to date, and the CI runs through every day. However, this does not result in enough tasks for the test team. We have also offered training courses and so the testers just trained in Selenium.

              – Mornon
              3 hours ago













              We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

              – Mornon
              3 hours ago





              We are already implementing our CI on Penetration Test, and we are training our testers in terms of safety.

              – Mornon
              3 hours ago













              @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

              – Baljeet Singh
              2 hours ago





              @Mornon That's great! Not sure what else can be done. I personally tend to help out on some low priority development tasks.

              – Baljeet Singh
              2 hours ago











              1














              In addition to some of the other suggestions, you could consider a few other options:



              • Build/run load tests for new/recent work (given the maturity of your test automation you may already have this under control)

              • Review existing test automation for obsolete or ineffective tests (You have no idea how much I wish I could reach this point)

              • Review and refactor existing test automation code. In any rapid development environment, automated test code can get dated quite quickly.

              • Review and update older customer documentation. In my experience this can become out of date fairly rapidly if development is quick.

              • Review other documentation to make sure it's up to date. This can include (but is not limited to) use cases, business requirements, database dictionaries, functional requirements, test documentation...

              • Work with product owners to refine any stories in the backlog - or just go in there and review them and ask questions anyway. Testers typically have a unique combination of breadth and depth with a product they're familiar with and can often pick up potentially problematic changes before they go to code.

              • Review the user stories and defects in the current sprint and start planning how to test them. If there's configuration that's needed, it can save a lot of time to set up as much of the configuration as possible before the story/defect is coded.

              A lot of these are things I've done when I found myself in a holding pattern.






              share|improve this answer



























                1














                In addition to some of the other suggestions, you could consider a few other options:



                • Build/run load tests for new/recent work (given the maturity of your test automation you may already have this under control)

                • Review existing test automation for obsolete or ineffective tests (You have no idea how much I wish I could reach this point)

                • Review and refactor existing test automation code. In any rapid development environment, automated test code can get dated quite quickly.

                • Review and update older customer documentation. In my experience this can become out of date fairly rapidly if development is quick.

                • Review other documentation to make sure it's up to date. This can include (but is not limited to) use cases, business requirements, database dictionaries, functional requirements, test documentation...

                • Work with product owners to refine any stories in the backlog - or just go in there and review them and ask questions anyway. Testers typically have a unique combination of breadth and depth with a product they're familiar with and can often pick up potentially problematic changes before they go to code.

                • Review the user stories and defects in the current sprint and start planning how to test them. If there's configuration that's needed, it can save a lot of time to set up as much of the configuration as possible before the story/defect is coded.

                A lot of these are things I've done when I found myself in a holding pattern.






                share|improve this answer

























                  1












                  1








                  1







                  In addition to some of the other suggestions, you could consider a few other options:



                  • Build/run load tests for new/recent work (given the maturity of your test automation you may already have this under control)

                  • Review existing test automation for obsolete or ineffective tests (You have no idea how much I wish I could reach this point)

                  • Review and refactor existing test automation code. In any rapid development environment, automated test code can get dated quite quickly.

                  • Review and update older customer documentation. In my experience this can become out of date fairly rapidly if development is quick.

                  • Review other documentation to make sure it's up to date. This can include (but is not limited to) use cases, business requirements, database dictionaries, functional requirements, test documentation...

                  • Work with product owners to refine any stories in the backlog - or just go in there and review them and ask questions anyway. Testers typically have a unique combination of breadth and depth with a product they're familiar with and can often pick up potentially problematic changes before they go to code.

                  • Review the user stories and defects in the current sprint and start planning how to test them. If there's configuration that's needed, it can save a lot of time to set up as much of the configuration as possible before the story/defect is coded.

                  A lot of these are things I've done when I found myself in a holding pattern.






                  share|improve this answer













                  In addition to some of the other suggestions, you could consider a few other options:



                  • Build/run load tests for new/recent work (given the maturity of your test automation you may already have this under control)

                  • Review existing test automation for obsolete or ineffective tests (You have no idea how much I wish I could reach this point)

                  • Review and refactor existing test automation code. In any rapid development environment, automated test code can get dated quite quickly.

                  • Review and update older customer documentation. In my experience this can become out of date fairly rapidly if development is quick.

                  • Review other documentation to make sure it's up to date. This can include (but is not limited to) use cases, business requirements, database dictionaries, functional requirements, test documentation...

                  • Work with product owners to refine any stories in the backlog - or just go in there and review them and ask questions anyway. Testers typically have a unique combination of breadth and depth with a product they're familiar with and can often pick up potentially problematic changes before they go to code.

                  • Review the user stories and defects in the current sprint and start planning how to test them. If there's configuration that's needed, it can save a lot of time to set up as much of the configuration as possible before the story/defect is coded.

                  A lot of these are things I've done when I found myself in a holding pattern.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 1 hour ago









                  Kate PaulkKate Paulk

                  24.9k64085




                  24.9k64085





















                      1














                      Since you mentioned, it's a scrum.. its actually the scrum master role to make a deliverable level module to prepare from tiny user stories, so that tester can start preparing their test case based on the deliverable level.



                      Say for example, if a micro service which cannot be tested, it should not be included alone in the sprint, rather connecting module (frontend or api) should be included.speak to your scrum master, ask him for it, else request for agile coach itself for it.






                      share|improve this answer



























                        1














                        Since you mentioned, it's a scrum.. its actually the scrum master role to make a deliverable level module to prepare from tiny user stories, so that tester can start preparing their test case based on the deliverable level.



                        Say for example, if a micro service which cannot be tested, it should not be included alone in the sprint, rather connecting module (frontend or api) should be included.speak to your scrum master, ask him for it, else request for agile coach itself for it.






                        share|improve this answer

























                          1












                          1








                          1







                          Since you mentioned, it's a scrum.. its actually the scrum master role to make a deliverable level module to prepare from tiny user stories, so that tester can start preparing their test case based on the deliverable level.



                          Say for example, if a micro service which cannot be tested, it should not be included alone in the sprint, rather connecting module (frontend or api) should be included.speak to your scrum master, ask him for it, else request for agile coach itself for it.






                          share|improve this answer













                          Since you mentioned, it's a scrum.. its actually the scrum master role to make a deliverable level module to prepare from tiny user stories, so that tester can start preparing their test case based on the deliverable level.



                          Say for example, if a micro service which cannot be tested, it should not be included alone in the sprint, rather connecting module (frontend or api) should be included.speak to your scrum master, ask him for it, else request for agile coach itself for it.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 1 hour ago









                          ManuManu

                          668




                          668



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Software Quality Assurance & Testing Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid


                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.

                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsqa.stackexchange.com%2fquestions%2f38429%2fhow-to-deal-with-or-prevent-idle-in-the-test-team%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              acmart: Multiple authors: all with same affiliation, one author an additional affiliationHow to Write Names of Multiple Authors with Shared Affiliation in ACM 2017 Template?Multiple authors with different primary affiliation, but same additional affiliationSame affiliation for all authors without extra packagesIOS-Book-Article.cls: one author with multiple affiliationacmart: Shared Author AffiliationMultiple authors with different primary affiliation, but same additional affiliationAuthor affiliation with only 1 authorAdding Multiple Authors with Different Affiliation in LaTeX ArticleLaTeX: Multiple authors stays on same lineHow to Label Multiple Authors with Same DescriptionHow to make two authors use the same affiliationTwo authors with same affiliation on finished front page

                              How to write “ä” and other umlauts and accented letters in bibliography?Accents in BibTeXSorting references with special characters alphabeticallyUse ae ligature in bibliographyEastern European nameInverted circumflex in BibTexBibTex, non-ascii initials and nameptr fproblems with accent in LatexHow to add a Ø to my bibliography from Jabref?References without accentsTroubles when trying to cite St“omer-Verlet in ”title" field of a bib entryComprehensive list of accented charactersHow to type the letter “i” with two dots (diaeresis) in math mode?Problem with glossary text and accented lettersSpecial character in bibliographyAccented letters, Unicode and LaTeX accentsHow to stop natbib from modifying bibliography styleCitation of a paper with non-standard characters by BibtexWrite accented characters to file using writeHow to group the bibliography alphabetically, if some surnames start with “accented” characters?How can I automatically capitalize significant words in my bibliography?

                              Problem using RevTeX4-1 with “! Undefined control sequence. @bibitemShut”