Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • Software and Tools
    • School Learning
    • Practice Coding Problems
  • Go Premium
  • DSA
  • Practice Problems
  • C
  • C++
  • Java
  • Python
  • JavaScript
  • Data Science
  • Machine Learning
  • Courses
  • Linux
  • DevOps
  • SQL
  • Web Development
  • System Design
  • Aptitude
  • GfG Premium
Open In App
Next Article:
What is Software Testing?
Next article icon

Test Plan - Software Testing

Last Updated : 17 Mar, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Software testing is important to make sure applications work properly and meet user needs. A clear and detailed test plan is the foundation of successful testing, guiding everything from creating test cases to fixing issues.

In this article, we will break down what a test plan is, why it’s important, and how to create one that leads to better results.

What is a Test Plan?

A test plan is a document that consists of all future testing-related activities. It is prepared at the project level and in general, it defines work products to be tested, how they will be tested, and test type distribution among the testers. Before starting testing there will be a test manager who will be preparing a test plan.

In any company whenever a new project is taken up before the tester is involved in the testing the test manager of the team would prepare a test Plan.

  • The test plan serves as the blueprint that changes according to the progressions in the project and stays current at all times.
  • It serves as a base for conducting testing activities and coordinating activities among a QA team.
  • It is shared with Business Analysts, Project Managers, and anyone associated with the project.

A test plan is a comprehensive document outlining all testing-related activities for a project. It details what will be tested, how, and by whom, serving as a blueprint for testing and coordinating among the QA team. To understand how to create and use a test plan effectively, explore the Complete Guide to Software Testing & Automation by GeeksforGeeks , which provides valuable insights into test planning and management for successful project outcomes.

Factors Roles
Who writes Test Plans? Test lead, Test Manager, Test Engineer
Who reviews the Test Plan? Test Lead, Test Manager, Test Engineer, Customer, Development Team
Who approves the Test Plan? Customer, Test Manager
Who writes Test Cases? Test Lead, Test Engineer
Who reviews Test Cases? Test Engineer, Test Lead, Customer, Development Team
Who approves Test Cases? Test Manager, Test Lead, Customer

Types of Test Plan

There are three main types of test plans, each focusing on different levels and aspects of testing:

Types-of-Test-Plan
Types of Test Plan

1. Master Test Plan

A Master Test Plan is a high-level document that outlines the overall testing strategy, scope, and phases for a project. It provides a roadmap for the entire testing process and shows how different levels of testing connect with each other. This plan ensures that all testing activities are aligned and helps keep the project on track.

2. Specific Test Plan

A Specific Test Plan focuses on particular types of testing, like load testing, performance testing, or security testing. It provides detailed instructions and guidelines for carrying out these specialized tests, ensuring that each area is tested thoroughly.

3. Analytical Test Strategies

Analytical Test Strategies are based on specific factors like project requirements, specifications, or risks. For example:

  • User Acceptance Testing is based on user requirements to make sure the software meets the needs of the end-users.
  • System Testing is based on the technical specifications to check if each part of the system functions correctly.

How to create a Test Plan?

Below are the eight steps that can be followed to write a test plan:

create-test-plan
Test Plan creation process

1. Analyze the product

This phase focuses on analyzing the product, Interviewing clients, designers, and developers, and performing a product walkthrough. This stage focuses on answering the following questions:

  • What is the primary objective of the product?
  • Who will use the product?
  • What are the hardware and software specifications of the product?
  • How does the product work?

2. Design the test strategy

The test strategy document is prepared by the manager and details the following information:

  • Scope of testing which means the components that will be tested and the ones that will be skipped.
  • Type of testing which means different types of tests that will be used in the project.
  • Risks and issues that will list all the possible risks that may occur during testing.
  • Test logistics mentions the names of the testers and the tests that will be run by them.

3. Define test objectives

This phase defines the objectives and expected results of the test execution. Objectives include:

  • A list of software features like functionality, GUI, performance standards, etc.
  • The ideal expected outcome for every aspect of the software that needs testing.

4. Define test criteria

Two main testing criteria determine all the activities in the testing project:

  • Suspension criteria: Suspension criteria define the benchmarks for suspending all the tests.
  • Exit criteria: Exit criteria define the benchmarks that signify the successful completion of the test phase or project. These are expected results and must match before moving to the next stage of development.

5. Resource planning

This phase aims to create a detailed list of all the resources required for project completion. For example, human effort, hardware and software requirements, all infrastructure needed, etc.

6. Plan test environment

This phase is very important as the test environment is where the QAs run their tests. The test environments must be real devices, installed with real browsers and operating systems so that testers can monitor software behavior in real user conditions.

7. Schedule and Estimation

Break down the project into smaller tasks and allocate time and effort for each task. This helps in efficient time estimation. Create a schedule to complete these tasks in the designated time with a specific amount of effort.

8. Determine test deliverables

Test deliverables refer to the list of documents, tools, and other equipment that must be created, provided, and maintained to support testing activities in the project.

Why is Test Plan creation important?

The following are some of the key benefits of making a test plan:

  • Defines Objectives: A test plan clearly outlines the testing objectives and the scope of testing activities, ensuring that all team members understand what needs to be achieved.
  • Structured Approach : It provides a systematic approach to testing, detailing the steps and processes involved, which helps in organizing the testing effort.
  • Avoids Scope Creep : By defining what will and will not be tested, the test plan helps manage the scope of testing activities, preventing unnecessary work and focusing on irrelevant areas.
  • Resource Allocation : Helps in identifying the necessary resources, including personnel, tools, and environments, ensuring they are available when needed.
  • Identifies Risks : A test plan identifies potential risks and outlines mitigation strategies, helping to address issues proactively rather than reactively.
  • Contingency Plans : These include contingency plans for dealing with unexpected events or issues that may arise during testing.
  • Stakeholder Alignment : Facilitates communication among stakeholders, including developers, testers, project managers, and clients, ensuring everyone is aligned on the testing objectives, approach, and schedule.
  • Documentation : Serves as a comprehensive document that can be referred to by all team members, aiding in knowledge sharing and transparency.
  • Resource Optimization : Helps in efficiently utilizing available resources, including time and personnel, by providing a clear plan of action.
  • Focus on Priorities : Ensures that testing efforts are focused on high-priority areas that are critical to the success of the project.

Objectives of the Test Plan

  1. Overview of testing activities: The test plan provides an overview of the testing activities and where to start and stop the work.
  2. Provides timeline: The test plan helps to create the timeline for the testing activities based on the number of hours and the workers needed.
  3. Helps to estimate resources: The test plan helps to create an estimate of the number of resources needed to finish the work.
  4. Serves as a blueprint: The test plan serves as a blueprint for all the testing activities, it has every detail from beginning to end.
  5. Helps to identify solutions: A test plan helps the team members They consider the project's challenges and identify the solutions.
  6. Serves as a rulebook: The test plan serves as a rulebook for following rules when the project is completed phase by phase.

Difference between Test Strategy and Test Plan

Aspect

Test Strategy

Test Plan

Definition

A high-level document outlining the overall testing approach and goals.

A detailed document that describes the specific testing activities, resources, schedule, and scope for a particular project.

Purpose

Provides a framework and general guidelines for testing across multiple projects or the entire organization.

Specifies the exact process, tasks, and timelines for testing a specific project or release.

Scope

Broad and generic, applicable to all projects within the organization.

Narrow and project-specific, tailored to the needs of a particular project.

Level of Detail

High-level, focusing on overall methodologies, standards, and tools to be used.

Detailed, including specific test cases, environments, schedules, and resources.

Responsibility

Typically created by senior management or test architects.

Typically created by test managers or test leads for a specific project.

Components

More static and less frequently updated, serving as a long-term guide.

More dynamic, updated regularly to reflect changes in project scope, requirements, and timelines.

Audience

Intended for stakeholders, project managers, and senior management.

Intended for the project team, including testers, developers, and project managers.

Examples

Describes the use of automated testing tools, defect tracking processes, and overall testing standards.

Outlines specific test cases, test environments, and test data requirements for a particular application.

Focus

Emphasizes the "what" and "why" of testing processes and standards.

Emphasizes the "how," "when," and "who" of the testing activities for a specific project.

Timeframe

Long-term, spanning multiple projects and releases.

Short-term, aligned with the project lifecycle and specific release schedules.

Updates

Less frequent, typically reviewed annually or semi-annually.

More frequent, updated as the project evolves and new requirements emerge.

Components and Attributes of Test Plan

There is no hard and fast rule for preparing a test plan but it has some standard 15 attributes that companies follow:

componants-and-attribute-test-plan
Components and Attributes of Test Plan

1. Objective: It describes the aim of the test plan, whatever the good process and procedure they are going to follow to give quality software to customers. The overall objective of the test is to find as many defects as possible and to make software bug-free. The test objective must be broken into components and sub-components. In every component following activities should be performed.

  • List all the functionality and performance to be tested.
  • Make goals and targets based on the application feature.

2. Scope: It consists of information that needs to be tested concerning an application. The scope can be divided into two parts:

  • In-Scope: The modules that are to be tested rigorously.
  • Out Scope: The modules that are not to be tested rigorously.

Example: In an application A, B, C, and D features have to be developed, but the B feature has already been designed by other companies. So the development team will purchase B from that company and perform only integrated testing with A, B, and C.

3. Testing Methodology: The methods that are going to be used for testing depend on application to application. The testing methodology is decided based on the feature and application requirements. Since the testing terms are not standard, one should define what kind of testing will be used in the testing methodology. So that everyone can understand it.

4. Approach: The approach of testing different software is different. It deals with the flow of applications for future reference. It has two aspects:

  • High-Level Scenarios: For testing critical features high-level scenarios are written. For Example, login to a website, and book from a website.
  • The Flow Graph: It is used when one wants to make benefits such as converging and merging easy.

5. Assumption: In this phase, certain assumptions will be made.

Example:

  • The testing team will get proper support from the development team.
  • The tester will get proper knowledge transfer from the development team.
  • Proper resource allocation will be given by the company to the testing department.

6. Risk: All the risks that can happen if the assumption is broken. For Example, in the case of wrong budget estimation, the cost may overrun. Some reason that may lead to risk is:

  • Test Manager has poor management skills.
  • Hard to complete the project on time.
  • Lack of cooperation.

7. Mitigation Plan: If any risk is involved then the company must have a backup plan, the purpose is to avoid errors. Some points to resolve/avoid risk:

  • Test priority is to be set for each test activity.
  • Managers should have leadership skills.
  • Training course for the testers.

8. Roles and Responsibilities: All the responsibilities and role of every member of a particular testing team has to be recorded.

Example:

  • Test Manager: Manages the project, takes appropriate resources, and gives project direction.
  • Tester: Identify the testing technique, verify the test approach, and save project costs.

9. Schedule: Under this, it will record the start and end date of every testing-related activity. For Example, writing the test case date and ending the test case date.

10. Defect Tracking: It is an important process in software engineering as lots of issue arises when you develop a critical system for business. If there is any defect found while testing that defect must be given to the developer team. There are the following methods for the process of defect tracking:

  • Information Capture: In this, we take basic information to begin the process.
  • Prioritize: The task is prioritized based on severity and importance.
  • Communication: Communication between the identifier of the bug and the fixer of the bug.
  • Environment: Test the application based on hardware and software.

Example: The bug can be identified using bug-tracking tools such as Jira, Mantis, and Trac.

11. Test Environments: It is the environment that the testing team will use i.e. the list of hardware and software, while testing the application, the things that are said to be tested will be written under this section. The installation of software is also checked under this.

Example:

  • Software configuration on different operating systems, such as Windows, Linux, Mac, etc.
  • Hardware Configuration depends on RAM, ROM, etc.

12. Entry and Exit Criteria: The set of conditions that should be met to start any new type of testing or to end any kind of testing.

Entry Condition:

  • Necessary resources must be ready.
  • The application must be prepared.
  • Test data should be ready.

Exit Condition:

  • There should not be any major bugs.
  • Most test cases should be passed.
  • When all test cases are executed.

Example of Test Plan: If the team member reports that 45% of the test cases failed, then testing will be suspended until the developer team fixes all defects.

example-test-plan
Example of Test Plan

13. Test Automation: It consists of the features that are to be automated and which features are not to be automated.

  • If the feature has lots of bugs then it is categorized as Manual Testing.
  • If the feature is frequently tested then it can be automated.

14. Effort Estimation: This involves planning the effort that needs to be applied by every team member.

15. Test Deliverables: It is the outcome from the testing team that is to be given to the customers at the end of the project.

Before the testing phase:

  • Test plan document.
  • Test case document.
  • Test design specification.

During the testing phase:

  • Test scripts.
  • Test data.
  • Error logs.

After the testing phase:

  • Test Reports.
  • Defect Report.
  • Installation Report.

It contains a test plan, defect report, automation report, assumption report, tools, and other components that have been used for developing and maintaining the testing effort.

16. Template: This is followed by every kind of report that is going to be prepared by the testing team. All the test engineers will only use these templates in the project to maintain the consistency of the product.

Best Practices for Creating an effective Test Plan

Creating an effective test plan is essential for ensuring a comprehensive and systematic approach to software testing. Here are some best practices to consider when developing a test plan:

1. Understand the Project Requirements:

  • Gather Information: Ensure a thorough understanding of both functional and non-functional requirements.
  • Stakeholder Input: Involve stakeholders to gather expectations and address specific concerns.

2. Define Clear Objectives and Scope:

  • Purpose of Testing : Clearly state the objectives and what you aim to achieve.
  • In-Scope and Out-of-Scope: Define what will be tested and what will not, to manage expectations and focus resources.

3. Develop a Comprehensive Test Strategy:

  • Approach : Outline the types of testing to be performed (e.g., functional, regression, performance).
  • Techniques and Tools: Specify testing techniques (e.g., black-box, white-box) and tools (e.g., Selenium, JIRA) to be used.

4. Create Detailed Test Cases:

  • Test Case Design : Develop detailed test cases covering all scenarios, including positive, negative, edge, and boundary cases.
  • Traceability : Ensure each test case is traceable to specific requirements to verify comprehensive coverage.

5. Establish a Test Environment:

  • Setup Requirements : Define hardware, software, network configurations, and tools required for testing.
  • Environment Management: Ensure the test environment closely mirrors the production environment to identify environment-specific issues.

6. Plan for Test Data and Reporting Mechanisms:

  • Data Requirements : Identify and manage realistic, consistent test data securely, especially if it includes sensitive information.
  • Status Reporting: Establish processes for regular status updates on testing progress, issues, and results, and use defect tracking systems effectively.

Conclusion

A test plan is an important document in software testing that helps re-sure the quality of a software product. It outlines the testing goals, what will be tested, the resources needed, and how testing will be done.

By following best practices like understanding project needs, setting clear goals, and preparing a good testing environment, teams can manage testing better and improve software quality. A good test plan keeps the team focused, makes efficient use of resources, reduces risks, and helps meet stakeholder expectations.


Next Article
What is Software Testing?

G

guptavivek0503
Improve
Article Tags :
  • Geeks Premier League
  • Software Testing
  • Manual Testing
  • Geeks-Premier-League-2022

Similar Reads

    Software Testing Tutorial
    Software testing is an important part of the software development lifecycle that involves verifying and validating whether a software application works as expected. It ensures reliable, correct, secure, and high-performing software across web, mobile applications, cloud, and CI/CD pipelines in DevOp
    10 min read
    What is Software Testing?
    Software testing is an important process in the Software Development Lifecycle(SDLC). It involves verifying and validating that a Software Application is free of bugs, meets the technical requirements set by its Design and Development, and satisfies user requirements efficiently and effectively.Here
    11 min read
    Principles of Software testing - Software Testing
    Software testing is an important aspect of software development, ensuring that applications function correctly and meet user expectations. From test planning to execution, analysis and understanding these principles help testers in creating a more structured and focused approach to software testing,
    3 min read
    Software Development Life Cycle (SDLC)
    Software Development Life Cycle (SDLC) is a structured process that is used to design, develop, and test high-quality software. SDLC, or software development life cycle, is a methodology that defines the entire procedure of software development step-by-step. The goal of the SDLC life cycle model is
    8 min read
    Software Testing Life Cycle (STLC)
    The Software Testing Life Cycle (STLC) is a process that verifies whether the Software Quality meets the expectations or not. STLC is an important process that provides a simple approach to testing through the step-by-step process, which we are discussing here. Software Testing Life Cycle (STLC) is
    7 min read
    Types of Software Testing
    Software testing is a important of software development life-cycle that ensures a product works correctly, meets user expectations, and is free of bugs. There are different types of software testing, each designed to validate specific aspects of an application, such as functionality, performance, se
    15+ min read
    Levels of Software Testing
    Software Testing is an important part of the Software Development Life Cycle which is help to verify the product is working as expected or not. In SDLC, we used different levels of testing to find bugs and errors. Here we are learning those Levels of Testing in detail.Table of ContentWhat Are the Le
    4 min read
    Test Maturity Model - Software Testing
    The Test Maturity Model (TMM) in software testing is a framework for assessing the software testing process to improve it. It is based on the Capability Maturity Model(CMM). It was first produced by the Illinois Institute of Technology to assess the maturity of the test processes and to provide targ
    8 min read

    SDLC MODELS

    Waterfall Model - Software Engineering
    The Waterfall Model is a Traditional Software Development Methodology. It was first introduced by Winston W. Royce in 1970. It is a linear and sequential approach to software development that consists of several phases. This classical waterfall model is simple and idealistic. It is important because
    13 min read
    What is Spiral Model in Software Engineering?
    The Spiral Model is one of the most important SDLC model. The Spiral Model is a combination of the waterfall model and the iterative model. It provides support for Risk Handling. The Spiral Model was first proposed by Barry Boehm. This article focuses on discussing the Spiral Model in detail.Table o
    9 min read
    What is a Hybrid Work Model?
    Hybrid means a thing made by a combination of two different elements and the resulting hybrid element acquires characteristics of both underline elements. The following topics of the hybrid model will be discussed here:What is the Hybrid Model?Why the Hybrid Model?When To Use a Hybrid ModelProcess o
    13 min read
    Prototyping Model - Software Engineering
    Prototyping Model is a way of developing software where an early version, or prototype, of the product is created and shared with users for feedback. The Prototyping Model concept is described below: Table of ContentWhat is Prototyping Model?Phases of Prototyping ModelTypes of Prototyping ModelsAdva
    7 min read
    SDLC V-Model - Software Engineering
    The SDLC V-Model is a Types of Software Development Life Cycle (SDLC), which is used in Software Development process. In V-Model is the extension of the Traditional Software Development Model.It is creating a Structure like the "V" which includes the different phases which we are discussing here in
    10 min read

    TYPES OF TESTING

    Manual Testing - Software Testing
    Manual testing is an important part of software development. Unlike automated testing, it involves a person actively using the software to find bugs and issues. This hands-on approach helps ensure the software works as intended and meets user needs. Table of ContentWhat is Manual Testing Types of Ma
    14 min read
    Automation Testing - Software Testing
    Automated Testing means using special software for tasks that people usually do when checking and testing a software product. Nowadays, many software projects use automation testing from start to end, especially in agile and DevOps methods. This means the engineering team runs tests automatically wi
    15+ min read
`; $(commentSectionTemplate).insertBefore(".article--recommended"); } loadComments(); }); }); function loadComments() { if ($("iframe[id*='discuss-iframe']").length top_of_element && top_of_screen articleRecommendedTop && top_of_screen articleRecommendedBottom)) { if (!isfollowingApiCall) { isfollowingApiCall = true; setTimeout(function(){ if (loginData && loginData.isLoggedIn) { if (loginData.userName !== $('#followAuthor').val()) { is_following(); } else { $('.profileCard-profile-picture').css('background-color', '#E7E7E7'); } } else { $('.follow-btn').removeClass('hideIt'); } }, 3000); } } }); } $(".accordion-header").click(function() { var arrowIcon = $(this).find('.bottom-arrow-icon'); arrowIcon.toggleClass('rotate180'); }); }); window.isReportArticle = false; function report_article(){ if (!loginData || !loginData.isLoggedIn) { const loginModalButton = $('.login-modal-btn') if (loginModalButton.length) { loginModalButton.click(); } return; } if(!window.isReportArticle){ //to add loader $('.report-loader').addClass('spinner'); jQuery('#report_modal_content').load(gfgSiteUrl+'wp-content/themes/iconic-one/report-modal.php', { PRACTICE_API_URL: practiceAPIURL, PRACTICE_URL:practiceURL },function(responseTxt, statusTxt, xhr){ if(statusTxt == "error"){ alert("Error: " + xhr.status + ": " + xhr.statusText); } }); }else{ window.scrollTo({ top: 0, behavior: 'smooth' }); $("#report_modal_content").show(); } } function closeShareModal() { const shareOption = document.querySelector('[data-gfg-action="share-article"]'); shareOption.classList.remove("hover_share_menu"); let shareModal = document.querySelector(".hover__share-modal-container"); shareModal && shareModal.remove(); } function openShareModal() { closeShareModal(); // Remove existing modal if any let shareModal = document.querySelector(".three_dot_dropdown_share"); shareModal.appendChild(Object.assign(document.createElement("div"), { className: "hover__share-modal-container" })); document.querySelector(".hover__share-modal-container").append( Object.assign(document.createElement('div'), { className: "share__modal" }), ); document.querySelector(".share__modal").append(Object.assign(document.createElement('h1'), { className: "share__modal-heading" }, { textContent: "Share to" })); const socialOptions = ["LinkedIn", "WhatsApp","Twitter", "Copy Link"]; socialOptions.forEach((socialOption) => { const socialContainer = Object.assign(document.createElement('div'), { className: "social__container" }); const icon = Object.assign(document.createElement("div"), { className: `share__icon share__${socialOption.split(" ").join("")}-icon` }); const socialText = Object.assign(document.createElement("span"), { className: "share__option-text" }, { textContent: `${socialOption}` }); const shareLink = (socialOption === "Copy Link") ? Object.assign(document.createElement('div'), { role: "button", className: "link-container CopyLink" }) : Object.assign(document.createElement('a'), { className: "link-container" }); if (socialOption === "LinkedIn") { shareLink.setAttribute('href', `https://www.linkedin.com/sharing/share-offsite/?url=${window.location.href}`); shareLink.setAttribute('target', '_blank'); } if (socialOption === "WhatsApp") { shareLink.setAttribute('href', `https://api.whatsapp.com/send?text=${window.location.href}`); shareLink.setAttribute('target', "_blank"); } if (socialOption === "Twitter") { shareLink.setAttribute('href', `https://twitter.com/intent/tweet?url=${window.location.href}`); shareLink.setAttribute('target', "_blank"); } shareLink.append(icon, socialText); socialContainer.append(shareLink); document.querySelector(".share__modal").appendChild(socialContainer); //adding copy url functionality if(socialOption === "Copy Link") { shareLink.addEventListener("click", function() { var tempInput = document.createElement("input"); tempInput.value = window.location.href; document.body.appendChild(tempInput); tempInput.select(); tempInput.setSelectionRange(0, 99999); // For mobile devices document.execCommand('copy'); document.body.removeChild(tempInput); this.querySelector(".share__option-text").textContent = "Copied" }) } }); // document.querySelector(".hover__share-modal-container").addEventListener("mouseover", () => document.querySelector('[data-gfg-action="share-article"]').classList.add("hover_share_menu")); } function toggleLikeElementVisibility(selector, show) { document.querySelector(`.${selector}`).style.display = show ? "block" : "none"; } function closeKebabMenu(){ document.getElementById("myDropdown").classList.toggle("show"); }
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