Print Page | Close Window

Sample Testing Cycle

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Beginners @ OneStopTesting
Forum Discription: New to the Club...!!! Don't Worry, We are here for you...!!! Learn the very basics of Software Testing and other pertinent Informations.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=318
Printed Date: 06Sep2025 at 8:27am


Topic: Sample Testing Cycle
Posted By: vidhya
Subject: Sample Testing Cycle
Date Posted: 26Mar2007 at 4:59am

A sample testing cycle

Although testing varies between organizations, there is a cycle to testing:

  1. Requirements Analysis: Testing should begin in the requirements phase of the http://en.wikipedia.org/wiki/Software_development_life_cycle - software development life cycle .
    During the design phase, testers work with developers in determining what aspects of a design are testable and under what parameter those tests work.
  2. Test Planning: Test Strategy, http://en.wikipedia.org/wiki/Test_Plan - Test Plan (s), Test Bed creation.
  3. Test Development: Test Procedures, http://en.wikipedia.org/wiki/Scenario_test - Test Scenarios , http://en.wikipedia.org/wiki/Test_Case - Test Cases , Test Scripts to use in testing software.
  4. Test Execution: Testers execute the software based on the plans and tests and report any errors found to the development team.
  5. Test Reporting: Once testing is completed, testers generate metrics and make final reports on their http://en.wikipedia.org/wiki/Test_effort - test effort and whether or not the software tested is ready for release.
  6. Retesting the Defects

Not all errors or defects reported must be fixed by a software development team. Some may be caused by errors in configuring the test software to match the development or production environment. Some defects can be handled by a workaround in the production environment. Others might be deferred to future releases of the software, or the deficiency might be accepted by the business user. There are yet other defects that may be rejected by the development team (of course, with due reason) if they deem it inappropriate to be called a defect.



-------------
MBA Examination papers



Replies:
Posted By: sairevathi
Date Posted: 28Sep2008 at 11:07pm
Tesing life cycle means STLC (s/w testing life cycle)
1)test planing
2)test design
3)test execution
4)Result anlysis
5)bug reporting&result anlaysis
test planing: it is straegic document.it is prepared by the lead.the mail is to get effetive & efficient at the end of testing
without planning we cannot get qualitative output
Test desiging:Here we write test case document
1)the majorrole has taken by test engineer
the colums of the test cse document is
1)test case id :it is identification no
2)test description:Here we understand the functionality of the application
3)test scenario:In which situvation we have test the application
4test condition:
GuITesting:Here we check the consistency,allignment&spelling mistakes
Functionality Testing:Here We check the Functional Behavioural of the application
4)test data:Through the tables we acess the data in the form of links
5)Result:Here check the expected result is equal to the actual result or not
If equal test pass
If not equal test fail
Bug tracking:if test is fail then send defect to devlopment team upto rectification
After rectification release the project to client



Print Page | Close Window