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
14
votes
11 answers

Test planning/documentation/management tools

I'm looking for a good, preferably free, test planning and documentation tool. Ideally something that will keep track of which tests have been run against which software version, with reporting ability. There's a whole bunch of tools listed here but…
lindelof
  • 34,556
  • 31
  • 99
  • 140
8
votes
2 answers

How to plan additional tests run by external sub?

We have written parsers for different scientific data formats in Perl. Recently I added a test suite with a parser_*.t file for every format and subformat. Of course, the API of the parsers is exactly the same only the data read from the example…
Daniel Böhmer
  • 14,463
  • 5
  • 36
  • 46
5
votes
1 answer

Example of test plan

I have done some research and found test plan over 40 pages. It includes so many elements that it is difficult to keep track. Additionally, it is not provided any examples, just a description of the different tests such as acceptance test, system…
alex
  • 67
  • 1
  • 2
4
votes
1 answer

Beanshell script launched once (start and end of test plan) in JMeter

Good afternoon ! I will try to explain you clearly my problem. The context I have a JMeter TestPlan which send HTTP requests to a server. I have a Beanshell script to assert each different case of error returned. 302 response code -> OK 200…
Kapcash
  • 6,377
  • 2
  • 18
  • 40
3
votes
1 answer

Can not delete Test Plan / Suite in Azure Dev Ops

Can anyone help me to delete items below? I already set the permissions, may I missing something? Error message Failed to delete work item: 8423. Error Details: You don't have sufficient permissions to delete this work item. You must have work…
Alba
  • 75
  • 1
  • 9
3
votes
1 answer

How do I grant permissions to manage test plans in Azure dev-ops

Problem: I do not have sufficient rights to create a test plan. I do have permission to create PBIs, and even test cases (for example by creating a link to a new item). For projects with an existing test plan, I cannot add test cases. The + button…
benk
  • 377
  • 1
  • 4
  • 13
3
votes
1 answer

Use Jmeter proxy to record HTTP calls from iOS simulator

Is there any way to record http calls from native app that installed on iOS simulator, or real device ? My main goal is to build test plan by playing the app and recording the calls. Any help or creative idea is welcome :) Thanks, Yossi
Yossi
  • 2,525
  • 2
  • 21
  • 24
2
votes
1 answer

VSTS: How to show related tests on a work item in backlog board?

I've added a Requirement-based test suites in Test Plans with one test case inside. Obviously, the test case is linked to a Work Item in Backlog. The problem is I when I go to backlog board section (/_backlogs/board/Backlog%20items), I cannot see…
Hans
  • 2,674
  • 4
  • 25
  • 48
2
votes
2 answers

How do I make jmeter use the different hostname/port for different threads of same test plan

In my test scenario I have to test 2 urls with different host and port under same test plan. Is it possible to do so
anu shaji
  • 39
  • 3
  • 8
2
votes
2 answers

How integration tests are performed on your company/job/project?

I want to improve integration tests methods where I work and I would like to know how this process happens in other places. Things like: - When test plans writing begin - Proportion between testers, developers and stuff (entire applications or…
Danmaxis
  • 1,710
  • 4
  • 17
  • 27
2
votes
1 answer

How To Background Repeat a Pre and Post Operation Around A Sampler in JMeter

I wrote a JMeter testplan containing hundreds of HTTP samplers/assertions. As JMeter executes each HTTP sampler, I want it to run an OS Process Sampler pre and post execution (basically call scripts to write out to remote log files on other…
2
votes
1 answer

How to parse tree from TFS Test Plan

Good day! I try to parse tree on test plan tfs 2010. So, i can get Test Plan: var planOld = helperOldProject.GetTestPlan("TestProject", 10); // 10- id of test plan ITestManagementTeamProject project1 = helperNewProject.GetProject(sourceserverurl, …
user2545071
  • 1,408
  • 2
  • 24
  • 46
1
vote
0 answers

How can I update the outcome of the individual test step along with the overall test case, using Azure Devops Rest API?

I am exploring the Azure Devops APIs to update the outcome of a test case as well as its test steps by accessing the APIs through Postman. I am able to update the outcome of the overall test case and it is getting updated on the Devops…
1
vote
2 answers

Group multiple HTTp samplers as one transaction, and have constant throughput

In my application, I would like to combine a group of HTTP samplers as one transaction, and have a constant throughput on the group.. ie. when I created a thread group with multiple HTTP samplers and defined a constant throughput timer in the group,…
jeeva.usa
  • 117
  • 1
  • 5
1
vote
1 answer

Is there a way to define UDVs and defaults in only one test-plan and then "load" that JMX in other test plans?

Suppose I have a large API I want to test and let's say I am using JMeter as the test tool. (You could argue that JMeter is best for load/performance testing and that, instead, I should code the tests myself.) All tests will have in common certain…
Guy
  • 666
  • 1
  • 10
  • 34
1
2 3 4 5 6 7 8