Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Manual Testing
« Previous
Next »
Which debugging technique is most used for debugging in small software?
Options
- Brute Force
- Induction
- Back tracking
- Cause elimination
CORRECT ANSWER : Back tracking
Discussion Board
Debugging technique
Answer: Back Tracking.
Solution: Brute Force: Brute Force is a common debugging technique but it is least efficient for solving the problems.
Induction: Induction is also known as cause elimination.
Back Tracking: This technique is mostly use for the small projects. It starts from the location where problem occurred and move to backward.
Cause elimination: Cause elimination is also known as induction and deduction. This approach uses the concept of binary partitioning.
Therefore, Brute Force is correct answer.
Rohit Srivastava 07-28-2014 03:42 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Testing (25)
Testing (25)
Testing skills - Freshers (20)
Testing skills - Experienced (20)
Load Runner (30)
Manual testing (70)
QC (30)
QTP (30)
Selenium (30)
Winrunner (30)
SDLC (30)
Advertisement
▲