Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Python Tutorial
  • Interview Questions
  • Python Quiz
  • Python Glossary
  • Python Projects
  • Practice Python
  • Data Science With Python
  • Python Web Dev
  • DSA with Python
  • Python OOPs
Open In App
Next Article:
How to prepare test case report for a Project?
Next article icon

How to prepare test case report for a Project?

Last Updated : 30 Sep, 2022
Comments
Improve
Suggest changes
Like Article
Like
Report
Test Planning: Like any project, the testing also should be driven by a plan. The test plan generates the report for the execution and tracking of the entire testing project. Preparing the test plan
  • What needs to be the tested-the scope of testing, including clear identification of what will be the tested & what will not be tested.
  • How the testing is going to be performed – breaking down the testing into small and manageable tasks and identifying the strategies to be used for carrying out the tasks.
  • Resource needed for testing
  • The timelines by which the testing activities will be performed.
  • Risks that may be faced in all of the above, with appropriate mitigation and contingency plans.
Test Case Specification:
  • Using the test plan as the basis, the testing team design test case specification which then becomes the basis for preparing for individual test cases.
  • A test case is nothing but a series of step executed on a product, using a predefined set of input data, expected to produce a pre-defined set of outputs, in a given environment.
  • It describes "how" to implement those test cases
  • Test case specifications are useful as it enlists the specification details of the items.
Details of each Specification:
Test Case Specification Description
Test Case ID(TC_ID) Unique ID to identify/report the bug if present in the functionality of software
Test Case Objective The purpose of the test. The lists can be generated to perform intended task, for which software is developed. Results should always follow the test case objective
Pre-requisite This can include environment setup, supporting software environment setup. for the project, or any fields in which user will give the input. So that test cases can be planned accordingly.
Steps This includes steps to be performed to give the input to the system, so that system can perform its specified task and display the result accordingly. If automated testing is used, then, these steps are translated to the scripting language of the tool.
Input Data The choice of input data will be depended on the test case itself and the technique followed in the test case. For e.g. equivalence partitioning, boundary value analysis etc.
Expected Result It can be the user required output to be shown
Actual Result This step should do a comparison of the expected and actual results to highlight any differences.
Status Whether expected results and actual result match, if it matches then PASS or else FAIL
Example: To generate the Test Case report for the given software Software Test Case Table Note: As it can be seen that, Status for Viginere cipher is FAIL because Expected Result is not equal to Actual Result This test report can give the clear picture to the Manager/Stakeholders/Customer about the product and can check the quality of the project.

Next Article
How to prepare test case report for a Project?

B

bilal-hungund
Improve
Article Tags :
  • Project
  • Python
  • Technical Scripter 2018
Practice Tags :
  • python

Similar Reads

    What is Test Case development?
    Once the Test Plan has been finalized, the QA Team begins crafting test cases. This stage focuses on creating test cases tailored to specific units. These test cases, which encompass both functional and structural aspects, address the functionalities and validation points outlined in the Test Plan.
    7 min read
    What is a Test Case?
    In software testing, a test case is a detailed document that shows how to check if a part of the software works correctly. It lists the steps to follow, the information needed, and what the result should be. Test cases help make sure the software does what it's supposed to by providing clear instruc
    9 min read
    Software Testing - Test Case Review
    When a test engineer prepares a test case, he or she may skip some scenarios like entering incorrect data and writing incorrect navigation steps, all of which might have an impact on the overall test execution process. To avoid this, one round of evaluation and approval will be conducted before begi
    13 min read
    Testing Documentation - Software Testing
    Testing documents are prepared at different stages. These documents are discussed as follows. 1. Before Testing: Since testing begins with the generation of the test cases. The following documents are required for reference – SRS document - Functional Requirements document. Test Policy document - It
    2 min read
    Test Plan Template - Software Testing
    A Test Plan Template is an essential tool in software testing that outlines the strategy, scope, and objectives of the testing process. It provides a structured approach to ensure that all aspects of the application are thoroughly evaluated. By using a well-defined test plan template, you can stream
    11 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences