TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Selenium

    Network Testing Tools

    Overview

    Network Testing Tools allows a software tester to find out information about the domain, or to trace the route from the server to the computer machine you are accessing from.

    Ping

    Ping is the basic TCP/IP command to troubleshoot network connectivity between the computer and the server. Open command prompt and type ping along with the URL/IP address we want to ping, and then hit Enter key.

    /> ping <URL/IP Address>

    Ping also displays some statistics like packet loss, round trip times, etc.

    Domain Lookup

    The Domain Lookup tool allows you to find out the IP address of the domain, as well as DNS information about the domain. This can be a very useful tool to make sure that your DNS is set up properly.

    nslookup

    nslookup tool will display the A Record i.e the IP Address of the domain. We can use this command to find the IP address of the domain. The command queries to domain name servers to fetch the details. To launch the tool, open the command prompt and type nslookup followed by the domain name.

    /> nslookup <domainNameUnderTest>

     

    nslookup tool

    Traceroute

    The Traceroute function allows us to trace the route from the computer we are accessing to the server the website is on over a maximum of 30 hops. It is a tool to measure round-trip delays on every router towards the destination.

    The command on Windows is tracert. The command on MacOS/Linux operating system is: traceroute

    To issue the command on Windows, open the command prompt and type tracert followed by the destination.

    /> tracert <domainNameUnderTest>

    tracert windows command

     

    —

    Selenium Tutorials on this website:

    https://www.testingdocs.com/selenium-webdriver-tutorial/

    Official Website:

    https://www.selenium.dev/

    Related Posts

    Windows 10 Settings

    Selenium /

    Add Microsoft Webdriver on Windows OS

    Download Selenium Components

    Selenium /

    Selenium Webdriver

    LambdaTest Testing Cloud SaaS Platform

    Selenium /

    LambdaTest – Testing Cloud SaaS Platform

    Selenium /

    Selenium 3.0 and Mozilla GeckoDriver

    SauceLabs Website

    Selenium /

    Run an Example Test on SauceLabs

    ‹ XPath Tutorial for Automation› JSON wire protocol

    Recent Posts

    • Running Tests in Parallel with Selenium Grid
    • Advanced Selenium Features
    • Locating Web Elements
    • Running the Test Script
    • Writing Your First Selenium Test Script
    • Getting Started with Selenium Automation Testing
    • Setting Up the Environment
    • How can you monitor the Quality Assurance Audit?
    • Leveraging LambdaTest with Appium 2.0
    • Appium 2.0 Plugins ListAppium 2.0 Plugins
    • Touch Actions and Multi-Touch Actions
    • Changes in Drivers and Classes
    • Appium Inspector
    • Capabilities in Appium 2.0
    • Appium 2.0 Driver ListAppium 2.0 Driver Installation & Management
    CyberLink Multimedia Software

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com