“Seven Basic Tools of Quality Control” for Web App tester

“Seven Basic Tools of Quality Control” Difference between “New” and “Old”

“Seven Basic Tools of Quality Control” are tools that can be used in quality control operations, mainly for analyzing numerical data such as statistical data.

Check Sheet
Cause-and-Effect Diagram
Pareto Chart
Histogram
Scatter Diagram
Control Chart
Stratification

Incidentally, there are also [Seven Tools of New QC],

Affinity Diagram
Relations Diagram
Tree Diagram
Matrix Diagram
Prioritization Matrix
Arrow Diagram
Process Decision Program Chart (PDPC)


Seven Tools for Web Application QC in the Field

Seven tools that can be used in the field of web application testing! Here are 7 tools that are useful to have.

No.1:diff tool

For example,

When you are told, “We have changed the body of the email you receive when you register as a new member of our web app, so test it!”

It is hard to check the difference between the specification document, the actual mail body, and the long text word by word. ・・・・ In such a case, a diff tool is useful.

No. 2:QR Code Generator

For example,
It is troublesome to access the URL of the test environment by typing it in on your smartphone on the actual device, isn’t it?

In such cases, it is convenient to use a QR code generation site to quickly create a QR code for the URL and access it by reading it with the QR code!

QR Code Generator | Create Your Free QR Codes

No.3:API Tool

A well-known api tool is Postman.

Although it is possible to send a request to the API to be tested and check the response with the curl command,

However, it is more convenient to use a tool with rich functionality.

Postman API Platform

No.4.:Google Chrome developer tool

You can see the HTML and CSS that you are currently viewing in the Chrome browser. Not only that, you can also check various other information.

No.5: VPN service

I want to connect to the Web using an overseas global IP,
Or, conversely, to connect to the Web from overseas using a specific country’s global IP,
When working with a team that includes people from overseas, it is sometimes necessary to use a VPN service.

In such cases, VPN services are useful.

There are a variety of VPN services, from free to paid.

No.6:Automation test tool

The most famous one is selenium. There are many others.

Automated testing of regression tests that are executed repeatedly can reduce testing man-hours to some extent (although maintenance man-hours are required…). (Although it will cost you maintenance man-hours…).

Selenium official site

No.7:Load test tool

JMeter and LoadRunner are well-known examples.

As the name suggests, they apply a load to a test target and measure the performance of the test target.

Apache JMeter

So, we have introduced 7 tools that can be used in the QC field for web applications.

We hope you will find them useful!

]

Test-Hack

Share
Published by
Test-Hack

Recent Posts

How to Postman environment variable settings. Knowledge in 3 minutes

This article uses Postman for Mac , Version 10.0.32 In Postman, it is useful to…

5 months ago

What is Edge AI? Knowledge in 3 minute

First, what is Edge Computing? Before understanding Edge AI, it is helpful to first understand…

5 months ago

What does usability testing do? Knowledge in 3 minute

Usability Testing is described in the ISQB Glossary as follows Usability TestingTesting to evaluate the…

5 months ago

What is “Shift-left” ? Knowledge in 3 minutes

Do you understand what the term "shift-left" means?In this article, we will explain "What is…

5 months ago

What is “Inception deck” ? Knowledge in 3 minutes

What is "Inception deck" ? Inception Deck is one of the practices of Agile development…

5 months ago

What is “CURD”?Knowledge in 3 minutes

You may occasionally hear about this CURD in the field of system development and testing,…

5 months ago