GeekInterview.com
Results 1 to 10 of 10

difference between debugging and testing

This is a discussion on difference between debugging and testing within the Testing Issues forums, part of the Software Testing category; I am confuse between Debugging and Testing. Please help me difference between Debugging and Testing....

  1. #1
    bhushanbhangale Guest

    Question difference between debugging and testing

    I am confuse between Debugging and Testing. Please help me difference between Debugging and Testing.


  2. #2
    anilkumar18 is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    16

    Re: difference between debugging and testing

    Debugging done by Developers and Testing done by Testing team.Debugging is done to trace out where the error is occurring in order to resolve.Testing is done to find out errors.


  3. #3
    venkat82.k is offline Junior Member Array
    Join Date
    Feb 2008
    Answers
    1

    Smile Re: difference between debugging and testing

    Hi (friends) guyyyyyyyyyyyyys

    debugging is mainly done by programmer means intially he checks the code once
    again before running the code or when errors r occure at that time of running his
    code but testing means once programmer sent to production team there
    they tested the code based on client requirements but initially the programmer
    also done some primary testing that called as unit testing.

    just i exressed as i know okkkkkkkkk
    take care keep smiling


  4. #4
    snigdha_123 is offline Junior Member Array
    Join Date
    Dec 2007
    Answers
    2

    Re: difference between debugging and testing

    debugging is done by developers and testers also.If anything goes wrong in script a tester can check his script using debugging.


  5. #5
    er.tarunbansal is offline Junior Member Array
    Join Date
    Mar 2008
    Answers
    1

    Re: difference between debugging and testing

    Testing is finding defects
    Debugging is investigating test script or code to find the cause of the defect. Test script is debugged to find if it is correct or not and if it is correct than code is checked to find root cause for a defect


  6. #6
    sutnarcha is offline Expert Member Array
    Join Date
    Nov 2006
    Answers
    518

    Re: difference between debugging and testing

    Debugging is to test the program code & Testing is to test the s/w application.

    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  7. #7
    jayan_sun is offline Junior Member Array
    Join Date
    Aug 2008
    Answers
    1

    Re: test case for global banking system

    it can handle the all types of online banking process.it contain list of bank details SBI

  8. #8
    deepasree is offline Expert Member Array
    Join Date
    Apr 2008
    Answers
    1,859

    Re: difference between debugging and testing

    hi friend..

    Debugging: once in the developer writes the coding and he runs the code to find out whether the individual module works fine or not in his view.. when he finds an error he starts debugging the code and clears error this is called as debugging.

    Testing:
    Developers method of debugging is to force the code to work but the same code may fail when it is integrated.. so the individual testing team performs testing types depending on the scope and risk of the project and reposrt bugs.. and the bug is assigned to the developer to has done the project.. This process continues until the bug gets fixed.. Fixing the bug depends upon the severity of the bug...

    Thanks
    Deepasree


  9. #9
    gokulakrishnan_k is offline Contributing Member Array
    Join Date
    Sep 2006
    Answers
    42

    Re: difference between debugging and testing

    Hi,

    The objective of debugging is to rectify the error.

    The onjective of testing is to identify the defect.


    Thanks

    G K


  10. #10
    Sushma Mosali is offline Expert Member Array
    Join Date
    Jun 2007
    Answers
    260

    Re: difference between debugging and testing


    •    Sponsored Ads