What should a test scenario include?

What will be an ideal response?


A test scenario should include the motivation for performing the work, the end result, state of the system when a task is initiated, and readouts of displays and printouts that the test users will see while performing the task Further, it should make use of real data, not generalities.

Computer Science & Information Technology

You might also like to view...

What is the output of a BFS traversal in a normal binary search tree if the key insert order is 1,2,3,4,5,6,7?

a. 1,2,3,4,5,6,7 b. 7,6,5,4,3,2,1 c. 1,3,5,7,2,4,6 d. 6,4,2,7,5,3,1

Computer Science & Information Technology

Type casting, changes the data type of a variable from one data type to another.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following would not throw an exception?

A. attempting to write to a file that does not exist B. storing a double value into an int C. division by zero involving floating-point operands D. calling a method with an invalid argument

Computer Science & Information Technology

On NTFS drives, Unicode values are how many bits in length??

A. ?8 bits B. ?32 bits C. ?16 bits D. ?64 bits

Computer Science & Information Technology