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

How can I get Test case execution history by test plan or Tag

I wish to get it automatically and on a higher level sutch as Tag or test plan I know I can get the outcome history manually from the test case execution history
0
votes
1 answer

How do you reference testPlans using xcodegen?

I'm not managing to reference the testPlans created manually in the xcworkspace file after running xcodegen. It always says: "The flag -testPlan cannot be used since the scheme does not use test plans." The documentation on GitHub doesn't help…
Bruno Cunha
  • 1,680
  • 1
  • 17
  • 15
0
votes
1 answer

Bulk Create Test Suite & Test Plan and Bulk attach Test Plan with Test Suite in ADO

We are trying to bulk import multiple test suites and test plans in Azure DevOps. ADO gives option to bulk import test cases for a given Test Suite, but I can't find an option to bulk import all test suites and test cases with test cases associated…
Shubham Gupta
  • 369
  • 1
  • 4
  • 15
0
votes
1 answer

Azure Devops -Test Data displayed in pipeline is incorrect and is displaying data which i ran in my local esktop

I needed a small help. Whenever I run the pipeline, the data being displayed in testtab is incorrect and it displays the data which I ran on my local desktop rather than the job ran on Agent.
0
votes
1 answer

How to find the folder path in a test case in test plan of "Micro Focus Application Lifecycle Management (ALM)"?

I am trying to find the folder path in a test case in test plan of "Micro Focus Application Lifecycle Management (ALM)" previously know as HP ALM. Can anyone help me on this?
0
votes
2 answers

Collecting all the tests implemented in pytest along with markers

I am looking forward to list all the (pytest) test cases in the form of CSV. Use case scenario: We already have test cases defined for multiple platforms and databases. These test cases are organized/grouped based on different markers (Ex :…
sandy_1111
  • 233
  • 3
  • 13
0
votes
1 answer

How to execute selenium test cases from azure devops

I am using Selenium Java for writing automation scripts, also using maven for handling dependencies. and using TestNG to execute test cases. My plan is to Integrate automation with DevOps and trigger automation test cases whenever the latest build…
akshay patil
  • 670
  • 7
  • 20
0
votes
1 answer

Creating scenario on Jmeter using 2 hosts

Previously I had a test plan with one host: Login, visit several pages. E.g. dev-example.com But now the process of login is changed - separate host is used for login now - E.g. dev-example.com (for visiting pages) and account-dev.example.com (for…
Anna C
  • 1
0
votes
1 answer

Is there a way to remove or add columns in an Azure Devops test case?

When you add an Azure DevOps test case the default is for each step to have a Steps field, an Action field, an Expected Result field and an Attachment field. Is there a way to remove or add fields? For example to remove the Attachment field and add…
ponder275
  • 903
  • 2
  • 12
  • 33
0
votes
1 answer

Problem to associate test cases with test plan

Recently I had to migrate an automation project from a azure TFS on-prem to an azure on cloud services. Our company decide to not use Azure Git repositories, instead they adopted the need of using a GitHub as our primary repository manager. To…
0
votes
2 answers

JIRA - [XRAY]- How to batch append tests from one existing test plan to another existing test plan

I have two test plans with a lot of tests. I want to select all in one test plan, and add these tests to another existing test plan, leaving the second with all the original tests plus the ones appended from the first. When I select all the tests…
0
votes
1 answer

Check if my test plan has a failed test case in the pipeline execution

How can I check if I have any test cases failing within my test plan when executing my pipeline in azure devops?
leafar29
  • 301
  • 2
  • 5
  • 12
0
votes
1 answer

Automatic creation of Test Plan in Azure TFS using python

I have a problem with automatic creation of Test Plans in Azure TFS, by POST method in python. When I'm creating it manually, in UI, everything works, and when I try to find this work item eg.…
lukos06
  • 187
  • 1
  • 4
  • 20
0
votes
1 answer

Is it required to use jp@gc - Throughput Shaping Timer when you are using bzm - Concurrency Thread Group in JMeter?

Good day! I'm using JMeter to do load testing. It's my first time to use this tool. I'm confused with some aspect of JMeter. I will be using bzm - Concurrency Thread Group to simulate traffic to the server. Based on documentation, it must be…
Ariel Anasco
  • 55
  • 2
  • 11
0
votes
1 answer

TestPlan problem to activate trial period

I would like to use the Azure DevOps Test Plan trial period but, after I've activated it if i go in test plan page, i always see the message: "You are currently logged in as a user with basic access level and you are seeing this page as you don't…