Use network logs from chrome devTools for testing - tips and tricks

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.พ. 2023
  • As a software tester, when we are testing web apps, we must know about the network tab in the browser's devTools. The network tab consists of logs of APIs that get called when the page loads or some events happen on the page. If something fails during this process, we can see failure in Network logs and it will help the developer to identify the issue. So while creating any bug for web apps it is wise to attach network logs from dev tools as well. So in this video, we will discuss, What information the network tab has? How software tester can use the network tab for API testing? Some tips and tricks around network tabs in chrome devTools.
    Old video to learn overall dev tools - • DevTools for software ...
    If you are QA and want to stay updated and learn something new then Subscribe to this channel.
    #networklogs #softwaretesting #devtools
    Blog Link - www.softwaretestingtipsandtric...
    Follow-
    Facebook Page link- / softwarebughunters
    Twitter- / bughunterspro​​​​
    Reddit - / bughunters​​
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 6

  • @cocnut94
    @cocnut94 หลายเดือนก่อน +2

    It was very help full

  • @sureshbabu_r7623
    @sureshbabu_r7623 ปีที่แล้ว

    Bro, you are going very fast. Please show one live example (gmail wrong user / password) log taking process. Thank you

    • @SoftwareTestingTipsandTricks
      @SoftwareTestingTipsandTricks  ปีที่แล้ว

      Sure will try to create more detailed video.
      Also you can keep open network tab and try above scenario, you will see call requests for the same, you can check payloads from it as shown

    • @vinayakdomb3697
      @vinayakdomb3697 ปีที่แล้ว

      Hi please create a selenium script for this network logs with some filter and disable cache enabled.
      Do you have any template for this?
      Can you share me if you have

    • @SoftwareTestingTipsandTricks
      @SoftwareTestingTipsandTricks  ปีที่แล้ว

      @@vinayakdomb3697 Hi I am not working with selenium currently but it would be easy with playwright or puppeteer. If I find anything I will share.