Page 2 of 2 FirstFirst 12
Results 21 to 25 of 25

Thread: manual testing procedure

  1. #21
    Junior Member
    Join Date
    Apr 2010
    Answers
    2

    Re: manual testing procedure

    Quote Originally Posted by indersivia View Post
    hi there,
    well im new to testin area...could u plz tell me wt is SDLC or SDLC processes ??
    thanks & regards,
    inder
    SDLC:
    Software development life cycle
    we have diferent SDLc models
    waterfall and V model most of the companies are following
    water fall model is used for small projects where requirements r very clear.
    for big companies they follow V model
    In SDLC model,
    Requirements
    Review of requirements
    designing test cases
    exicuting test cases
    installation maintenence

    for testing ppl u should also know about STLC(Software testing Life Cycle)
    below mentioned points will come under STLC.
    Requirements (Soft wareRequirement Specification)
    Review of the requirements(will review the requirements which r not clear and which r not able to understand).
    Designing test cases
    Exicuting test cases
    Reviewing test cases(here two kinds of reviews are there 1.With in the team other ppl will review our test cases and 2.people who are not related to our application will review our test cases)
    Bug report
    Closing bugs
    Status report.

    Hope my answer is correct if i am wrong please correct me.......


  2. #22
    Junior Member
    Join Date
    Dec 2007
    Answers
    7

    Re: manual testing procedure

    Quote Originally Posted by jyoti akella View Post
    manual testing steps 1.requirement gathering -objective -entry criteria -activities -exit criteria -risk based testing -test requirement management test strategy -configuration matrix -critical sucess factor or quality sucess factor a.usability b.maintability c.scalability d.portability -issue escalation/problem reporting -risk and action plan -defect reporting process -test environment -measurement techniques test planning -system description -scope of testing a.inscope of testing b.out of scope of testing -schedules and time lining a.over all status -training plan -estimations -client deliverables -risk and action plans a.risk portability b.risk impact c.risk exposure value -roles and resposibility a.roles of test manager b.roles of test lead c.roles of test engineers test design -usecase design/analysis -scenarions identification -test case preparation test execution pls inform me if any thing is wrong in my answer
    you have to tell about the procedure only.. Not about the roles i think it is clear na.... If i impair you... Sorry... Have a beautifull day.

    Last edited by admin; 06-01-2010 at 09:54 AM.

  3. #23
    Expert Member
    Join Date
    Apr 2008
    Answers
    1,859

    Re: manual testing procedure

    Quote Originally Posted by penisetty View Post
    you have to tell about the procedure only.. Not about the roles i think it is clear na.... If i impair you... Sorry... If you want more knowledege then call me . Have a beautifull day.
    hi penisetty,

    Again you can post the answer in the forum itself.

    Thanks,
    Deepa

    Last edited by admin; 06-01-2010 at 09:55 AM.
    Arise Awake And Stop Not Till The Goal Is Reached

  4. #24
    Junior Member
    Join Date
    Jun 2010
    Answers
    1

    Re: manual testing procedure

    Quote Originally Posted by rvija View Post
    I am new to testing, could someone please tell me the step by step procedures to go about in manual testing? how is it done in real world?

    Hi,
    As a tester, the first thing to be noted is the way you see should not be same as a developer. you should analysis the Problem in different angle. you should not write the test scenario/testcase as per developers view. you should be clear with requirment and your test scenario/testcase should be manner to test the changes both in Positive and negative manner. once you found the bug you should report to ur test lead. then in turn discuss with functional analyst/business analyst. If it is found that it does not meet the requirment, you should raise the bug.


  5. #25
    Junior Member
    Join Date
    May 2010
    Answers
    8

    Re: manual testing procedure

    HI,

    Please find following STLC
    ===================


    Life Cycle of Testing Process

    in Each phase of the development process will have a specific input and a specific output.
    Once the project is confirmed to start, the phases of the development of project can
    be divided into the following phases:

    1.Software requirements phase.
    2.Software Design
    3.Implementation
    4.Testing
    5.Maintenance


    In the whole development process, testing consumes highest amount of time. But most of the developers oversee that and testing phase is generally neglected. As a consequence, erroneous software is released. The testing team should be involved right from the requirements stage itself.



    The various phases involved in testing, with regard to the software development life cycle are:

    1. Requirements stage
    2. Test Plan
    3. Test Design.
    4. Design Reviews
    5. Code Reviews
    6. Test Cases preparation.
    7. Test Execution
    8. Test Reports.
    9. Bugs Reporting
    10. Reworking on patches.
    11. Release to production.



    Requirements Stage
    Normally in many companies, developers itself take part in the requirements stage. Especially for product-based companies, a tester should also be involved in this stage. Since a tester thinks from the user side whereas a developer can’t. A separate panel should be formed for each module comprising a developer, a tester and a user. Panel meetings should be scheduled in order to gather everyone’s view. All the requirements should be documented properly for further use and this document is called “Software Requirements Specifications”.







    Test Plan
    Without a good plan, no work is a success. A successful work always contains a good plan. The testing process of software should also require good plan. Test plan document is the most important document that brings in a process – oriented approach. A test plan document should be prepared after the requirements of the project are confirmed. The test plan document must consist of the following information:

    • Total number of features to be tested.
    • Testing approaches to be followed.
    • The testing methodologies
    • Number of man-hours required.
    • Resources required for the whole testing process.
    • The testing tools that are to be used.
    • The test cases, etc



    Test Design

    Test Design is done based on the requirements of the project. Test has to be designed based on whether manual or automated testing is done. For automation testing, the different paths for testing are to be identified first. An end to end checklist has to be prepared covering all the features of the project.

    The test design is represented pictographically. The test design involves various stages. These stages can be summarized as follows:

    • The different modules of the software are identified first.
    • Next, the paths connecting all the modules are identified.

    Then the design is drawn. The test design is the most critical one, which decides the test case preparation. So the test design assesses the quality of testing process.



    Test Cases Preparation
    Test cases should be prepared based on the following scenarios:

    • Positive scenarios
    • Negative scenarios
    • Boundary conditions and
    • Real World scenarios

    Design Reviews

    The software design is done in systematical manner or using the UML language. The tester can do the reviews over the design and can suggest the ideas and the modifications needed.



    Code Reviews
    Code reviews are similar to unit testing. Once the code is ready for release, the tester should be ready to do unit testing for the code. He must be ready with his own unit test cases. Though a developer does the unit testing, a tester must also do it. The developers may oversee some of the minute mistakes in the code, which a tester may find out.



    Test Execution and Bugs Reporting
    Once the unit testing is completed and the code is released to QA, the functional testing is done. A top-level testing is done at the beginning of the testing to find out the top-level failures. If any top-level failures occur, the bugs should be reported to the developer immediately to get the required workaround.

    The test reports should be documented properly and the bugs have to be reported to the developer after the testing is completed.



    Release to Production
    Once the bugs are fixed, another release is given to the QA with the modified changes. Regression testing is executed. Once the QA assures the software, the software is released to production. Before releasing to production, another round of top-level testing is done.

    The testing process is an iterative process. Once the bugs are fixed, the testing has to be done repeatedly. Thus the testing process is an unending process.


    Thanks,
    Mahantesh.G.Hadimani


Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact