Ukraine Office: +38 (063) 50 74 707

USA Office: +1 (212) 203-8264

contact@testmatick.com

Manual Testing

Ensure the highest quality for your software with our manual testing services.

Mobile Testing

Optimize your mobile apps for flawless performance across all devices and platforms with our comprehensive mobile testing services.

Automated Testing

Enhance your software development with our automated testing services, designed to boost efficiency.

Functional Testing

Refine your application’s core functionality with our functional testing services

VIEW ALL SERVICES 

Discussion – 

0

Discussion – 

0

What We Can Test in the Network Tab

What-We-Can-Test-in-the-Network-Tab

This tab is present in every modern web browser and is aimed at tracking speed and also the time needed to upload a page and all files that are or can be present on it.

[highlight dark=”no”]Its settings also help users to operate such data as a type of files on a page, a number of initiators, size, the time needed to upload all elements, and each element separately.[/highlight]

The Network Tab

The Network Tab

The top line is commonly called TimeLine. Its task is to display a current sequence of uploading the files of a web page, its elements, the entire content, displayed in milliseconds.

Detailed information from this tab commonly includes numbers and data on the following parameters:

  • Total requests sent to a server;
  • Total data sent to a server;
  • Time spent on uploading the entire HTML code of a page;
  • Time spent on building a page’s DOM tree;
  • The time needed to upload third-party resources (multimedia files from other platforms, JS files, and so on).
TimeLine

TimeLine

To analyze the processes and current properties of uploading a certain element, a user needs to hover over a special Waterfall column and he/she will see a list with the following parameters:

  1. Queueing — total time spent on request’s queue;
  2. Request sent — time needed to send a request;
  3. Waiting (TTFB) — waiting time of uploading the first byte of a web page;
  4. Content Download — the time of uploading the entire content of a page.
The Waterfall Column

The Waterfall Column

We can also find information on website’s behavior in the “Name” tab, by clicking on it.

The pop-up will display the following information:

  • Headers — shows parameters of titles, a current state of a server, method, and IP address;
  • Preview — a preview of a file;
  • Response — additional responses from a server;
  • Initiator — shows what was an initiator of the resource;
  • Timing — detailed timeline of web page uploading;
  • Cookies — cookies properties.
The Name Tab

The Name Tab

To navigate properly in this tab, you should understand what are program codes of responses from a server.

They can be divided into 5 equal classes:

  • 1хх — informative;
  • 2хх — correct processing;
  • 3хх — redirecting;
  • 4хх — error on a user’s side;
  • 5хх — error on a server’s side.

Short conclusion

Every junior software tester who wants to enhance a level of his/her professional skills should study and test all functions of the Network tab.

Types of testing that can be performed with the help of this browser functionality greatly extend the capabilities of every QA engineer and improve the entire software quality.

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

You May Also Like

Why Is Unit Testing So Important for Developers?

Why Is Unit Testing So Important for Developers?

In this article, we will try to see why unit testing is considered so important that no programmer in the world can imagine the debugging process without it! Quality unit tests can significantly speed up the basics of development, verification, and even some of the work on functional requirements.

Is CI/CD Important for a Tester?

Is CI/CD Important for a Tester?

Today a software testing sector requires complete competence in TestOps and skills in developing qualitative automated tests from a QA engineer. It happens due to the rapid development of CI/CD and the importance of QA engineers’ work with pipelines. But why is CI/CD crucial for every tester today? Further, we’ll try to answer this question.

What Skills Are Needed for a Novice Tester?

What Skills Are Needed for a Novice Tester?

Before making the decision to become a tester, you should get familiar with the skills and competencies you should acquire first of all. This article will help you build a clear plan of your studying and understand what skills you should develop to become a successful QA engineer.