Suppose you are a systems analyst developing a detailed test plan. Explain the testing strategies you will use in your plan. Will you use live or simulated data?

What will be an ideal response?


Users want to be sure that the newly developed information systems can handle their typical workload, both in terms of volume of work and types of normal business transactions. This is why analysts typically use live data during system testing. It also is true that creating good system test data takes time and effort, and usually there is considerable pressure at this point to get the system finished. In fact, live data is not always better than simulated data, because a limited sample of live data might not represent all possible data situations. The best answer often is combinations of live and test data. If there are situations that might not arise during system testing with live data, test data often can be used effectively to simulate these conditions.

Computer Science & Information Technology

You might also like to view...

Analyze the following code:

``` public class Test { public static void main(String args[]) { NClass nc = new NClass(); nc.t = nc.t++; } } class NClass { int t; private NClass() { } } ``` a. The program has a compile error because the NClass class has a private constructor. b. The program does not compile because the parameter list of the main method is wrong. c. The program compiles, but has a runtime error because t has no initial value. d. The program compiles and runs fine.

Computer Science & Information Technology

Which term describes a subject or object's ability to use, manipulate, modify, or affect another subject or object?

A. Attack B. Possession C. Exploit D. Access

Computer Science & Information Technology

Which IP addresses assignment method leads to less administrative efforts for Information Technology professionals?

A) Statically B) Manually C) BOOTP D) DHCP

Computer Science & Information Technology

The Center Page command is located on the Layout tab of the __________ dialog box.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology