Answer Posted / lucy
1. Make sure outputs meet spec (by design)
2. Make sure the code can handle all posible inputs
3. Make sure the code has proper error handling
4. Test the time takes to get output (Does it meet
performance requirement)
5. Test how much CPU and memory it use
6. Test other possible factors may affect output(like
network issue, etc)
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Can you explicitly call a destructor on a local variable?
Which c++ compiler is best?
what do you mean by volatile variable?
Can static member variables be private?
What is the best ide for c++?
What is c++ used for in games?
What is the use of typedef?
Difference between pointer to constant vs. Pointer constant
Explain the difference between c & c++?
Specify different types of decision control statements?
What are friend classes?
Why #include is used?
What is difference between c++ 11 and c++ 14?
What is class definition in c++ ?
What are guid? Why does com need guids?