165k views
3 votes
You are a tester for testing a large system. The system data model is very large with many attributes and there are a lot of inter dependencies with in the fields. What steps would you use to test the system and also what are the efforts of the test you have taken on the test plan

A. Improve super vision, more reviews of artifacts or program means stage containment of the defects
B. Extend the test plan so that you can test all the inter dependencies
C. Divide the large system in to small modules and test the functionality
D. Test the interdependencies first, after that check the system as a whole

User Karthikr
by
8.2k points

1 Answer

1 vote

Final answer:

When testing a large system with interdependencies, divide it into small modules, test interdependencies first, and check the system as a whole.

Step-by-step explanation:

When testing a large system with a complex data model and many interdependencies, there are several steps you can take:

  1. Divide the large system into small modules and test the functionality of each module separately. This allows you to focus on specific areas and identify any issues or defects.
  2. Extend the test plan to include testing all the interdependencies between the fields. This ensures that all the connections and relationships within the system are working correctly.
  3. Test the interdependencies first, before checking the system as a whole. This approach allows you to identify any issues with the dependencies early on and address them before testing the entire system.

By following these steps, you can effectively test a large system and ensure that all the attributes and interdependencies are functioning properly.

User Rickp
by
7.9k points