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
What are virtual functions in c++?
Explain about Garbage Collector?
What is linked list in c++?
What are the two types of comments, and how do they differ?
How much maximum can you allocate in a single call to malloc()?
What is polymorphism and its type in c++?
How do you flush std cout?
What is an orthogonal base class in c++?
What are pointers used for c++?
Can constructor be private in c++?
What methods can be overridden in java?
what is data encapsulation in C++?
Name four predefined macros.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
How do you print a string on the printer?