“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.
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…).
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.
So, we have introduced 7 tools that can be used in the QC field for web applications.
We hope you will find them useful!
]