Tutorials Hut

  • Testing Foundation

      Basics of Software Testing
       What is Software Testing?
       Objective of Testing
       Why is testing necessary?
       Common Terms used in Testing
       Verification Vs Validations
       QA Vs QC
       Debugging Vs Testing
       Seven Testing Principles
       SDLC Vs STLC
       Fundamentals of Test Process
       Software quality Factors
       Software Development Models
       Waterfall Model
       V models
       Iterative Model
       Test Levels
       Component Testing
       Integration Testing
       System Testing
       Acceptance Testing
       Strategies for Integration Testing
       Big Bang
       Stubs and Driver
       Top Down Testing
       Bottom Up Testing
       Test Types
       Functional Testing
       Non- Functional Testing
       Structural Testing
       Re-testing & Regression Testing
       Static AND Dynamic Techniques
       Static Technique
       Dynamic Technique
       Static Analysis by Tools
       White Box Techniques
       Statement Coverage Testing
       Branch Coverage Testing
       Decision Coverage Testing
       Path Coverage
       Black Box Techniques
       Equivalence Partitioning
       Boundary Value Analysis
       Decision Table testing
       State Transition testing
       Experience Based TestingTechniques
       Random Testing
       Exploratory Testing
       Error Guessing
       Functional Testing
       Integration Testing
       Unit Testing
       System Testing
       Smoke testing
       Sanity testing
       Regression Testing
       Usability Testing
       Security Testing
       User Acceptance Testing
       White Box & Black Box Testing
       Globalization & Localization Testing
       Non Functional Testing
       Compatibility testing
       Endurance testing
       Load testing
       Performance testing
       Recovery testing
       Scalability testing
       Stress testing
       Volume testing
       Test Planning and Estimation
       Test Planning
       Test Strategies Vs Test Plan
       Test Approaches
       Risk and Testing
       Product Risks
       Project Risks
       Defect Management
       Defect LifeCycle
       Severity Vs Priority
  • Difference between SDLC and STLC  | SDLC vs STLC

    In this article, we will understand the comparison between STLC and SDLC (SDLC vs STLC) and detailed description of Software Development Life Cycle and Software Testing Life Cycle.

    What is SDLC?

        • SDLC stands for “Software Development Life Cycle”
        • SDLC is the process of planning, creating, testing and deploying.
        • SDLC should result in a high quality system that meets or exceeds customer expectations, reaches completion within time and cost estimates, works effectively and efficiently and is inexpensive to maintain and cost effective to enhance.

    Different phases of SDLC-

        • Requirement Phase
        • Designing
        • Coding/Implementation
        • Testing
        • Deployment
        • Maintenance 
    Difference between SDLC and STLC

    Why SDLC?

        • The project can continuously loop around until it is perfect.
        • Following SDLC helps us to avoid project risks
        • The project is designed with clarity.
        • Application will be properly tested before being installed.
        • SDLC process doesn’t conclude until all the requirements have been achieved 

    What is STLC?

        • STLC stands for “Software Testing Life Cycle”
        • Software Testing Life Cycle (STLC) identifies what test activities to carry out and when to accomplish those test activities.
        • The STLC should ensure a smooth and successful rollout for each new release.

    Different phases of STLC

        • Requirement Analysis
        • Test Planning
        • Test Analysis and Design
        • Test Environment Setup
        • Test Execution
        • Exit Criteria Evaluation and Reporting
        • Test Closure

    Why STLC ?

        • The project team should also understand and agree to the core testing priorities
        • Different activities are carried out to improve the quality of the product.
        • The work completed in the execution phase results in a higher quality software release

    Difference between SDLC and STLC (SDLC Vs STLC)

    SDLCSTLC
    Development Life Cycle Testing Life Cycle
    It includes the development of software including testing and other phases.Related to the testing of a software project.
    Business Analyst will gather requirements and developer will perform the development.Testing team will check the software from the functional or non-functional point of view.
    SDLC is intended for the journey of successful software development.STLC is needed to find any pitfalls or shortcomings in the testing phase.
    Here, the actual code is developed as per the design structure emphasised.In STLC, the behaviour of developed modules
    will be tested and verified.
    SDLC phases are completed before the STLC phases.STLC phases are performed after SDLC phases.
    Requirement Phase
    Designing
    Coding/Implementation
    Testing
    Deployment
    Maintenance
    Requirement Analysis
    Test Planning
    Test Analysis and Design
    Test Environment Setup
    Test Execution
    Exit Criteria Evaluation and Reporting
    Test Closure



  • Testing Foundation

      Basics of Software Testing
       What is Software Testing?
       Objective of Testing
       Why is testing necessary?
       Common Terms used in Testing
       Verification Vs Validations
       QA Vs QC
       Debugging Vs Testing
       Seven Testing Principles
       SDLC Vs STLC
       Fundamentals of Test Process
       Software quality Factors
       Software Development Models
       Waterfall Model
       V models
       Iterative Model
       Test Levels
       Component Testing
       Integration Testing
       System Testing
       Acceptance Testing
       Strategies for Integration Testing
       Big Bang
       Stubs and Driver
       Top Down Testing
       Bottom Up Testing
       Test Types
       Functional Testing
       Non- Functional Testing
       Structural Testing
       Re-testing & Regression Testing
       Static AND Dynamic Techniques
       Static Technique
       Dynamic Technique
       Static Analysis by Tools
       White Box Techniques
       Statement Coverage Testing
       Branch Coverage Testing
       Decision Coverage Testing
       Path Coverage
       Black Box Techniques
       Equivalence Partitioning
       Boundary Value Analysis
       Decision Table testing
       State Transition testing
       Experience Based TestingTechniques
       Random Testing
       Exploratory Testing
       Error Guessing
       Functional Testing
       Integration Testing
       Unit Testing
       System Testing
       Smoke testing
       Sanity testing
       Regression Testing
       Usability Testing
       Security Testing
       User Acceptance Testing
       White Box & Black Box Testing
       Globalization & Localization Testing
       Non Functional Testing
       Compatibility testing
       Endurance testing
       Load testing
       Performance testing
       Recovery testing
       Scalability testing
       Stress testing
       Volume testing
       Test Planning and Estimation
       Test Planning
       Test Strategies Vs Test Plan
       Test Approaches
       Risk and Testing
       Product Risks
       Project Risks
       Defect Management
       Defect LifeCycle
       Severity Vs Priority

















  • Leave a Reply

    Your email address will not be published. Required fields are marked *