Questions tagged [test-plan]

A test plan is contract between the testers and the project team describing the role of testing in the project.

A test plan is contract between the testers and the project team describing the role of testing in the project. The purpose of test plan is to prescribe the scope, approach, resources and schedule of the testing activities. To identify items being tested, the feature to be tested, the testing task to be performed, the personnel responsible for each task and the risks associated with the plan. From this, it is imperative that test plan is made by taking inputs from the product development team, keeping in consideration the project deadlines and risks involved while testing the product or components of the product. After completion of SRS learning and business requirement gathering test management concentrate on test planning. Generally, author of test plan is Test lead or Team lead and Project Manager approves the test plan after review.

116 questions
1
vote
1 answer

Azure DevOps test Plans

How do I call multiple shared parameters in a single test plan? I can call a single shared parameter for now. It will be helpful if I can call multiple parameters in a single test plan.
Surya
  • 13
  • 2
1
vote
0 answers

How to attach a file, any format using YAML or command or scripts in azure devops to show it in test plans attachment?

attach a file, any format using YAML or command or scripts in azure devops to show it in test plans attachment?
1
vote
0 answers

Is there an easy way or a plugin to import test plans/test cases from QTest to Azure Devops?

I just wanted to know if there's a plugin/tool in ADO that imports test cases/Test plans easily from QTest to ADO. We are looking for different options to move away from QTest. One option we have is to explore ADO to see if that's a best tool for…
1
vote
2 answers

How to select a tests form a test suite

I have a stage with the follow tasks: There are 2 test suites with 8 test cases. I want to execute only test cases with tag "download" in feature file When I locally execute command dotnet test .dll --filter TestCategory=download everything…
Artsiom
  • 107
  • 1
  • 10
1
vote
1 answer

Can I use variables across all the threads in the thread groups in jmeter?

I'm trying to create a test plan for rate-limiting behavior. I set a rule that blocks after X requests per minute, and I want to check that I get response code 200 until I reached the X requests, and from then, to get 429. I created a counter that…
Yair Cohen
  • 417
  • 4
  • 16
1
vote
1 answer

Can I update test plan by executing automated tests in build pipeline using Test assemblies

I have a test plan in VSTS and I have associated automated test cases with the tests in VSTS. Now when I try to update the test plan by executing the automated tests in build pipeline "Select tests using" Test assemblies, the test plan is not…
1
vote
1 answer

Set Permissions to Test Plans only

I'm currently searching for a way to grant specific users permissions to only use and manage the features listed ind the Test Plans tab in azure devops. So users in this group/team should not be able to see releases, builds, code and all the other…
1
vote
4 answers

Difference between test strategy and test plan?

As per lot of articles/google it is very hard to understand or explain the exact difference between test plan & strategy. Recently have gone through one of the interview and seems my answer didn't convince to the interviewer. So if anyone can help…
user12426560
1
vote
1 answer

TFS Test documentation: how to get "Automated test type" in a test case

I would like to get a perfect test documentation and I miss a field when linked test cases to concrete tests between TFS and Visual Studio. I search for a while but could not find any relevant documentation. How to set / get set the field…
DRK
  • 324
  • 4
  • 15
1
vote
0 answers

Azure DevOps | Test Suite query to links test cases to user story

I'm trying to find a way in Azure DevOps so that my test cases will move from one suite to another when the linked User Story changes to a later sprint. I have tried a query based suite, however, with my basic query it is filtering off the test…
1
vote
1 answer

In TFS Can you use a Task Group when running automated tests?

I am using TFS and have a Test Plan. All of the tests in the plan are automated. When creating a test plan, a Release must be created with a Visual Studio Test task included. That has worked until now, but there are a few things that we wanted to do…
bsayegh
  • 990
  • 6
  • 17
1
vote
1 answer

Trying to automatically populate our manual test plans into every build/iteration in TFS?

Is it possible to automatically clone and populate a new test plan (that is the same as the current one) for each new iteration and build in TFS? Our Test Plans are built, but we don't know how to have a new one to properly track what testing did or…
1
vote
2 answers

Test Automation Framework for different types of products

I have read some basic definition of what Test Automation Framework is but I wish to know in easy words and more practical example. Lets say. I own a company that makes different kinds of products made on different platforms for different purposes.…
1
vote
1 answer

Doxygen test plan generation

Does Doxygen have the capability to generate test plans from a number of test cases? This would be much like Atlassian Jira Plug-in called "Zephyr"
1
vote
1 answer

NUnit tests don't appear in TFS choose test dialog using Visual Studio 2013 (C#)

We are using Visual Studio 2013 and TFS for a new project started more than a month ago. I've chosen NUnit a test framework mainly because I was use to it using Resharper and Teamcity. During the build we have configured TFS to run the tests (using…
Paolo Vigori
  • 1,612
  • 1
  • 18
  • 32