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

Test plan for reporting system

I have a software suite that consists of multiple integrated software packages. They all run off of a single centralised SQL database. We are in the stage where we are writing test plans and have allocated a single test plan for each independent…
1
vote
3 answers

How to plan for whitebox testing

I'm relatively new to the world of WhiteBox Testing and need help designing a test plan for 1 of the projects that i'm currently working on. At the moment i'm just scouting around looking for testable pieces of code and then writing some unit tests…
Draco
  • 16,156
  • 23
  • 77
  • 92
1
vote
0 answers

jmeter 2.11 - empty test plan

I am using Jmeter 2.11 with Java 1.7. The funny thing is I copy pasted a part of the code from another test plan which was probably written using an older version of Jmeter. The test plan ran fine but when I could not even open the test plan in the…
AAK
  • 21
  • 2
1
vote
1 answer

click on a button using jmeter

I am testing a site using JMeter. For form submission I am using HTTP Request Sampler of JMeter.Its working fine. But I wanted to know that, is it possible to click submit buttons of html forms and receive responses using JMeter(exactly what we can…
silk_route11
  • 324
  • 3
  • 17
1
vote
2 answers

Add a test case to TestLink

Where should I press to add a new test case in TestLink? I navigated to "Add/Remove Test Cases" area, but there is no such buttons. Help me to get a rid of bad TestLink usability.
tmporaries
  • 1,523
  • 8
  • 25
  • 39
1
vote
1 answer

Retrieving details of Test object

After reading the folderstructure of QC Test Plan, I have read a list of Test by TestFactory testFactory = (TestFactory)qcConnection.TestFactory; TDFilter testFilter = (TDFilter)testFactory.Filter; TDAPIOLELib.List testList; folderPath =…
Mare Infinitus
  • 8,024
  • 8
  • 64
  • 113
1
vote
2 answers

API for generating Jmeter test plans?

I would like to programmatically generate basic Jmeter test plans from a dynamic set of URLs and form data (not using the Jmeter GUI manually). Can I use the Jmeter API to do this? Is it already explained somewhere? I just need point to start…
Jack
  • 1,881
  • 24
  • 29
0
votes
0 answers

How to Associate Manual Test Cases from One Azure DevOps Organization with Automation Code in Another?

I'm facing a scenario where I have two Azure DevOps organizations, let's call them 'Organization A' and 'Organization B'. In 'Organization A', I have my automation code, and in 'Organization B', I maintain my test plan with manual test cases. Is…
javed0211
  • 11
  • 3
0
votes
1 answer

DevOps error: "Validating stage:The selected stage does not have the right version or settings of the Visual Studio Test task to run tests."

I am getting the error "Validating stage:The selected stage does not have the right version or settings of the Visual Studio Test task to run tests. Learn more" when trying to run tests from a test plan on Azure DevOps. Learn more links to this…
0
votes
0 answers

How to integrate automation test cases in Azure Devops Test Plan

I am trying to integrate Selenium testng test cases with azure test plan but I am not able to, I have Build Pipeline and release pipeline but getting one error when trying to run test cases from test plan which is - Identifying tests:Found 0…
0
votes
0 answers

I am trying to access the test points executed in my ADO via REST API in my power Bi report but it throws me an error

ERROR - Microsoft Internet Explorer's Enhanced Security Configuration is currently enabled on your environment. This enhanced level of security prevents our web integration experiences from displaying or performing correctly. To continue with your…
0
votes
0 answers

Retrieve specific data with XRAY cloud API GraphQL

I know the title of the questions its too much generic, but i making my best. Thanks to everyone. SORRY FOR THIS LONG QUESTION MY ENGLISH ITS NO PERFECT I DONT KNOW IF I COULD SHORTEN THE QUESTION :S So, the first thing. I used xray cloud API for…
Ismael
  • 23
  • 4
0
votes
0 answers

Can you run a test plan based on a release pipeline's output instead of on a build pipeline's output in Azure DevOps?

So in my team a special the question has come up, how to make sure that the testers in my team can run a test plan and easily choose the version against which they test? Normally - according to what it appears like - you would first run a build…
0
votes
0 answers

Can I add Test Cases based on Tags to an requirement bases query to Azure Test Plans

I would like to create a test plan in Azure using a requirements based query that filters out test cases with a specific tag. I've tried all sorts of filter options, but it seems that the second part of the query, which filters on test cases,…
Iris
  • 1
  • 1
0
votes
1 answer

Is test_scenario document and test plan document the same thing?

Task given to me is to derive a test plan I was provided with test_scenario document so I have no idea what I have to draft one of my colleague told me both are same document but I have my doubts about that Please help