Important Notice:

Course Content
Introduction to Programming (Chapter 1) M3-R5.1
About Lesson

Testing:

Software testing एक program को execute करने की प्रक्रिया है जिसका मुख्य उद्देश्य errors को खोजना होता है। अगर हम अपने software को errors से मुक्त करना चाहते है तो हमें testing करनी पड़ती है।

Debugging:

  • Debugging एक प्रक्रिया है जिसके द्वारा software code में से errors और bugs को detect और correct किया जाता है।
  • दूसरे शब्दों में कहें तो, “Debugging एक महत्वपूर्ण तकनीक है जिसके द्वारा program में से bugs और errors को find किया जाता है उसके बाद उन्हें analyze करके fix किया जाता है।”
  • डिबगिंग को करने के लिए debugger tools का प्रयोग किया जाता है debugger tools को debugger कहा जाता है।

Testing:

  • To make our software perform well, it should be error free.
  • Testing is a process of executing a program with the aim of finding error.
  • If testing is done successfully it will remove all the errors from the software.

Debugging:

  • Debugging is the process of fixing a bug in the software.
  • This activity begins after the software fails to execute properly.
  • It is considered to be an extremely complex and tedious task because errors need to be resolved at all stages of debugging.
error: Content is protected !!