what test case should contains

HOW TO WRITE TEST CASES

I break down the process into small pieces.

1. Requirement Analysis: Process starts with the grooming meeting.
I listen my PO very carefully during the grooming meeting.
Because she knows all the system reqirements and has 
connection with the business side. Even she knows all
expectations about the functionality she might not
reflect all details to the user stories and exceptance
criterias. So, I try to figure out what is the root
cause of any acceptance criteria. If I have some
doubts at first glance, it is high time to raise 
some additional question to her to clarify in and out.
After grooming meeting, I have 3 days to digest
all user stories and acceptance criterias before
sprint planning meeting. I try to find the gaps and bugs
at these phase which is a kind of static testing.
So, I can throw more detailed question on Sprint Planning meeting. 
The output of this phase is going to be RTM (Requirement Tracability Matrix). 

2. Test Planning: The most important deliverable is the test plan.
In this document, we cover the scope of the test, 
the test strategy, testing types and tools to be implemented,
roles and responsibilities. QA Lead prepares the
test plan on Jira and allocates the tasks for all QA team members.
She posts the Test Plan on Jira. 

3. Test case development:
During this phase, I generate test cases for
each and every functionality, covered in RTM.
After writing my test steps I ask related developer 
and PO to review my test steps just to make sure
that I cover all requirements and we are on the same page.
I always choose to start with happy path for each scenario.
Then I try to find out the limitations and boundries of 
the functionality which I can extract from acceptance criteria.
I force the function against all type of limitations
with different scenarios. The last 
I create some negative scenarios. 
If I find any gap during this phase
I go and tell PO to add some additional 
acceptance criterias or clarify them.

3.56
9
Muffin1974 105 points

                                    What does Test Case consist of?

It is documentation which describes step by step how to perform testing. 

It includes: 
	- test case ID (TC ID)
	- test case name (TC Name)
	- pre-condition
	- step definitions
	- test data
	- expected/actual result
	- pass/fail

Tester creates test cases.

3.56 (9 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
Writing of Test Cases What is testcase and why we write test cases. how to write test cases in manual testing writing test cases for manual testing where to make test cases writing test cases best practices best practices writing test cases how to write test cases in testng how to write test cases in software testing what is test case and how to write the test cases what does test case include test case writing how to write test that cover all cases how to prepare test cases how to write equivalent test cases writing test cases software format of writing test cases how to write test cases for manual testing where to write test cases what to write in test case how to write manual testing test cases how to write good test cases in manual testing how to write test case write test case how to write manual test cases Test Cases writing i writing test cases given when then writing the test cases how to generate test cases To Test software by developing various test cases for software project and practice it on the project Write test cases around the result ranking criteria the steps in a test case must be indented test case template test case sample effective test case what is test case in software testing how to make test cases in manual testing good test case how to write qa test explain how to execute test cases how to write a good test case test cases example how to find test cases manual test case steps example how to write a test case what test case should contains which is used to create the test case for login effective test case writing techniques how to create test case exffectively test cases in software testing in software testing test case test case example template creating a test case document expected actual qa where write test cases scenarios test case document what is a test case watch all true testcases how to start writing test cases for web app cses test case find code for test cases test case example programming test case template Which test cases are easy to identify? manual test cases template what is test case testcase test case requirements template how to build test cases how to make testcase past aT A specific condition test case sample test case ? test case requirements test case examples writing quality test cases writing test cases How to wwrite a test case for a HTML file testing case document HOW TO ADD TEST CASES IN APP test case sample test script for software testing writing test cases for project how to write test cases how to write effective test cases how do you write test cases
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source