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
0
votes
3 answers

In Azure DevOps, is it possible to add a Test Plan with all Test Suites to a build pipeline (YAML) automatically?

I use Azure DevOps Test Plans and Test Suites to execute automated tests in a YAML build pipeline. For each release I create a new Test Plan with new Test Suites. Actual I search manually for IDs of Test Plan and Test Suites and copy them to the…
0
votes
2 answers

Run Automated Tests from Azure Test Plan

I am trying to run automated test from Test Plan in Azure. As per the documentation -> https://learn.microsoft.com/en-us/azure/devops/test/run-automated-tests-from-test-hub?view=azure-devops, I have created build and release definitions, and to…
0
votes
1 answer

Azure DevOps Test plans for basic User?

According to the Billing page of my Azure DevOps I am currently using the Basic account because I am giving the possibility to start a free trial of Basic + Test Plans But Somehow I am able to create Test Plans and run tests, see the report etc. Is…
Amir
  • 399
  • 1
  • 7
  • 25
0
votes
1 answer

Azure Devops Progress Report on Dashboards

As I would like to see my team information in one place on the Dashboard, is there a way to see the same Progress Report (Test Plans > Progress Report) on an ADO Dashboard. There are widgets, but I can't seem to find one to give the same…
0
votes
0 answers

Is there a way to use Azure DevOps Test Plan parameters for each test case as part of automate testing from visual studio?

One of my automated testing projects is looking to use parameters under Azure DevOps Test Plan as an input for each test case and whenever test case would be run from visual studio, it should pick data from Azure DevOps Test Plan parameters.
0
votes
1 answer

Azure DevOps: Cannot see option to Copy Test Plan

I cannot seem to find the settings dots (three dots) on my test plan as shown by Microsoft: My Screen: Microsoft Help: https://learn.microsoft.com/en-us/azure/devops/server/release-notes/azuredevops2020?view=azure-devops#test-plans Am I missing…
DoomerDGR8
  • 4,840
  • 6
  • 43
  • 91
0
votes
1 answer

Best practice to have different sets of test cases for different environments in Azure DevOps

I will try to explain the setup the procedure and hopefully someone can tell me what is the best approach to achieve my question at the end. Setup: We have the following environments for our application: QA UAT and Prod. QA is our internal test…
Augustus
  • 383
  • 3
  • 13
0
votes
1 answer

Overview of Test outcome connected to test suite and tester in Azure Devops

I would like to get a simple overview, preferably some kind of list, of the test results (manual tests) connected to the test suite and who performed the test. The test plan summary in the "Enhanced test suite export" is the closest i have been able…
Andr
  • 1
0
votes
1 answer

Azure App service Test Automation with C# and selinium

I've created CI&CD on Azure repo, and it is doing code deployment on App service. Now created Automation that opens the browsers and do actions and generates reports for test cases. (C#+Selenium+report package). Now I need to the setup Test plan, I…
0
votes
1 answer

Notification on Test completion

We are currently setting up a QA process using Azure DevOps Testplans. I wonder if there is a possibility to get informed about changing concerning the test completeion? Example: I develop a set of changes and define a testplan for these changes and…
Tyron78
  • 4,117
  • 2
  • 17
  • 32
0
votes
2 answers

Use Beanshell Assertion inside a Critical Section Controller

I'm trying to use Beanshell Assertion inside a Critical Section Controller, but it seems to be ignored. Does someone know why is this behaviour? have I missed something?
Yair Cohen
  • 417
  • 4
  • 16
0
votes
1 answer

How to link build version with manual tests in Azure DevOps

I have created the Test Plan, and we have a Pipeline to build our app. Are there any possibilities to link build version with Test run? My goal is to check which manual tests were executed for this build. What I found: I know that we can run a test…
Saganowsky
  • 103
  • 1
  • 10
0
votes
1 answer

Programatically (C#) update QC/ALM Test Plan > Test Script tab content

I am trying to programmatically (C#) overwrite the default generated contents of the Test Script tab for a QC/ALM VAPI-XP-TEST Test Plan. I have been able to create/update the content of the Details, Design Steps, Parameters, etc tabs using code…
0
votes
1 answer

Azure Devops Test Plan ID not found using API

I am attempting to locate the test point ID's associated with test cases in my test plan. I can clearly see the test plan/test suite #'s in the UI, yet when I make the call to get the test points I receive an error that my test plan is not…
Jason
  • 41
  • 8
0
votes
3 answers

What is different between Basic and Basic + Test Plans

where I can see compare test plans? In general, "Basic + Test Plans" is include: Create and manage Test Plans. Do you have any additional information?
w0nders
  • 21
  • 1
  • 5