What Diagrams Should QA Be Familiar With?

by Nataliia Vasylyna | February 17, 2017 12:59 pm

The biggest problem of any software testing – you should test everything. And this “everything” is very hard to transform into a quantity form. But a tester should realize what is under test and what is not. This relates to a concept of test coverage.

The special diagrams are of great use in this case. Now it is time to remember what schematic representations are successfully applied during the test process.

6 Most Popular Diagrams in Software Practice:

  1. State transition diagram[1] – a table which helps to understand what task should be executed, what modifications it is undergone, and the actual result of these changes.
  2. Mind map – this collaborative tool assists to understand the cause-and-effect relationship of the current issue by describing each phase of the process.
  3. Context diagram – it illustrates all external factors or entities which may interact or affect the system.
  4. Block diagram (flow chart) – may be applied to the test plans, requirements or test strategy and illustrates the process or monitor statistical analysis.
  5. Entity-relationship diagram (ER diagram) – shows the details of database storage via graphical elements: entity set (rectangle), their attributes (oval), and links (diamond).
  6. Wireframe – the screenshots or drawn by hand images which visualize the future product and help to test its design.

The aforesaid illustrative tools are of great use during any type of testing. Thus, each tester should be familiar with such diagrams and be able to apply them if required.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. State transition diagram: https://qatestlab.com/resources/knowledge-center/state-transition-table/
  2. Best Practices of Agile Project Reporting by QATestLab Specialists: https://blog.qatestlab.com/2019/06/27/agile-project-reporting/
  3. Mind Maps in Software Testing: https://blog.qatestlab.com/2019/06/06/mind-maps-testing/
  4. How to Create Test Cases Using State-Transition Diagrams?: https://blog.qatestlab.com/2016/03/01/create-test-cases/

Source URL: https://blog.qatestlab.com/2017/02/17/applied-testing-diagrams/