Which of the following is not a coding defect?

Which of the following is not a coding defect?
1)Test harness defect 2)Data flow defect 3)Initialisation defect 4)Algorithmic defect

Questions by ranu agrawal

Showing Answers 1 - 6 of 6 Answers

Test Harness and Test Driver defect is not a coding defect.
Test harnesses allow for the automation of tests. They can call functions with supplied parameters and print out and compare the results to the desired value. The test harness is a hook to the developed code, which can be tested using an automation framework.

Test Driver: In "Unti Testing" and “Integration Testing” if program is not ready for doing the testing So during that  time we are using drivers and stubs. sometime its neccesary to create Fake codes(stubs) that replaced called modules as like dummy programs. Upto completing the development we are using these drivers and stubs.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions