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
1 answer

Running SpecFlow Scenario Outlines from Test Plans in Azure DevOps (VSTS) or update test plan after test execution

I am using azure devops release pipeline to deploy the tests once the test execute in release it should update test plan. for that i am using visual studio task - option-Test Plan Test cases with scenario get updated in test plan but scenario…
0
votes
1 answer

Not able to use regular expression extractor variable from one test plan to other test plan in jmeter

I am performing load testing using jmeter. I created a test plan with https request and used regular expression extractor to extract variable returned from first https request. Variable: csrftoken Regular Expression: value="(.*)" Template:…
manju k
  • 11
  • 6
0
votes
1 answer

How do you assign categories to Work Item Types within Azure DevOps 2019 using an Inheritance Process Model?

What I want is to create a work item type under the Test Case category (Microsoft.TestCaseCategory). The reason for this is to create a work item which has the test steps built in as a group already. This way, a new work item can be created in the…
0
votes
1 answer

Missing option 'Run test' in test plans

I have configured my test plans according to page: https://learn.microsoft.com/en-us/azure/devops/test/run-automated-tests-from-test-hub?view=azure-devops and configured a build with corresponding release / stage on the test plan. I want to be able…
JeroenR
  • 1
  • 1
0
votes
2 answers

Shutting down Threads Groups while finishing all the requests inside the transaction controller

I have a JMeter Test Plan to perform performance and load tests on a SAP Web Client. The Test plan contains 5 Thread Groups. In each Thread Groups i have a Transaction Controller that contains N Requests where they execute Login - Process - Logoff…
0
votes
3 answers

Export screenshots from the Test runs in Azure Devops

In Azure Devops, After creating the Test plan, it's possible to run the tests manually and take screenshots, video, or add a comment during the test run. But when I try to export the Test plan after the execution is completed, it's not possible to…
Marck
  • 107
  • 1
  • 10
0
votes
1 answer

Identify Performance Test Scenarios

I'm planning to execute performance test scenarios for education domain related application. It ha some major functions as below - Create school, configure school setups - Create curriculum course plans and create and publish courses and…
0
votes
1 answer

Download test plan artifacts from Azure Devops via command line or Powershell sripts

I would like to download the test plan artifacts (files) from azure devops repository via command line or power shell script. I used this (Download an application from Azure Devops via command line) as a reference but I cannot use GIT / repository.…
0
votes
1 answer

How do I export my Test Cases from one Test Suite to another?

There is a solution posted for the same question but the answer provided there is not helping. Their screenshot is not matching with the options available to me. https://i.stack.imgur.com/oNTj5.png The "Test Cases" option on the left is not there…
holodoubts
  • 81
  • 1
  • 9
0
votes
1 answer

"How to export azure test plan to pdf"

I can't find button print to export test cases on test plan page. I read this there's button print like in this image But my Azure don't have it.
0
votes
0 answers

TFS 2017 Test plan: Set test cases as Not applicable or Blocked from trx result file

After execution automated tests in VStest task, vstest.exe generate trx result file. This trx contains only 3 types of outcome: Passed, Failed and Skipped. This types of outcome publish into TFS test plan. Is there any possibility to add "Not…
Andrew
  • 1
  • 2
0
votes
1 answer

SpecFlow test plan from features

How to get a "test plan" from SpecFlow feature files? Is it possible to get similar "report" (HTML, pdf, word, etc.) as we get from executed tests? It would be great to get table with: test description steps expected result Information is already…
Sazug
  • 382
  • 4
  • 13
0
votes
1 answer

Azure Dev-Ops Query based suite adds items 3 times

I am creating Test Plans using Query Based Suites and am getting multiple items. Create a Query based suite with very simple rules -> Run Query Let's say 6 items are returned. I select all 6 and click "Create Suite" The Suite that is created has 18…
M Moore
  • 3
  • 1
0
votes
1 answer

Jmeter continue read multiple lines with multiple users

I'm working on a load test using JMeter(4.0) And I'm trying to insert some record by the CSV data. The CSV data like: Ref1,Value1 <- First Loop, User 1 Ref1,Value2 <- First Loop, User 2 Ref1,Value3 <- First Loop, User 3 Ref1,Value4 <- First Loop,…
0
votes
1 answer

It is possible to create a test plan with INSERT operations? for a MySQL Server with 1.000 records on JMeter

Im new with this tool and i dont know exactly how this work, somebody can illustrate me? Thanks in advance! Regards!
Israel
  • 11
  • 2