How do you test your code?

Answer Posted / reejusri

We can test our code by :

1. Dry running
2. Unit testing
3. Ask someone else to input and run your program

Beyond that tester will come into picture.

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What sorting algorithm does c++ use?

597


What is lvalue?

697


Define what is constructor?

586


How can virtual functions in c++ be implemented?

609


What do you mean by function and operator overloading in c++?

611






What are shallow and deep copy?

595


Which field is used in c++?

633


Define Virtual function in C++.

622


What are the advantages of using const reference arguments in a function?

615


Is java as fast as c++?

598


Which one between if-else and switch is more efficient?

603


why and when we can declar member fuction as a private in the class?

1600


Why is polymorphism useful?

563


Which software is best for c++ programming?

573


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

586