what is testing and debugging

sidtechtalks.in

what is testing?

sidtechtalks.in

Testing is a process to learn whether the system is functioning perfectly or in a regular fashion according to the expected requirement.

Testing is primarily done to find out the shortcomings in the software.

what is testing?

sidtechtalks.in

This process is executed by the testing team in the testing phase, post which, they will assign it to the developer team to debug.

A tester can perform testing with the help of the usual manual and automated methods.

Types of testing?

sidtechtalks.in

There are two types of testing, one being positive testing and the other being negative testing.

Positive is when product is performing as it is expected.  While Negative ensures the reliability and non-failure of product.

Features of testing?

sidtechtalks.in

1. To lessen the risk of using the product by identifying flaws.

2. For verification and validation.

3. It helps in eliminating risks and problems in the earlier stage.

4. Testing guarantees a top-notch quality product

What is debugging?

sidtechtalks.in

The process of Debugging is executed by the developers to resolve the bug found in the system.

The developers need to look into the code and fix it to make the actual result the same as the anticipated result.

What is debugging?

sidtechtalks.in

On fixing the defect, the developer sends back the defect to a tester for retesting.

If an error is revealed in a part of the program, it can be conceived that the program could contain more bugs.

Debugging Steps?

sidtechtalks.in

1.  Recognize the flaws. 2.  Design and plan the error report. 3.  Inspect the defects. 4.  Debugging tools are capitalized. 5. Resolve the errors. 6. Initiate regression testing.

Features of Debugging?

sidtechtalks.in

1. The developer can avoid complex one-use testing code that aids the developer in saving energy and time.

2. The earlier an error is detected, the easier it becomes to find the cause.

3. There are lot of debugging tools that helps you to investigate the issue.

Read more...

sidtechtalks.in

I hope you enjoyed the article and if you found this useful, then please share it with your friends and colleagues. I write tech articles which helps in the development to boost productivity.