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
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Which programming language's unsatisfactory performance led to the discovery of c++?
List the types of polymorphism in c++?
What is problem with overriding functions?
Which one is a preferred language C or C++? Why?
Is recursion allowed in inline functions?
What is c++ & why it is used?
Which bit wise operator is suitable for turning off a particular bit in a number?
Explain how overloading takes place in c++?
What are the 2 main types of data structures?
What are the two types of comments, and how do they differ?
Explain static and dynamic memory allocation with an example each.
What is istream and ostream in c++?
What are the manipulators in c++?
What is the purpose of extern storage specifier?