Chrome Dev Tools Overview for Web Testing

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ส.ค. 2024
  • An overview of the Chrome Dev Tools with examples of how they can be used to support Web Software Testing.
    00:00 Chrome Dev Tools in Software Testing
    00:15 The Pulper SUT
    00:28 The Dev Tools
    00:51 Element Selector
    01:23 Mobile View Device Toolbar
    04:40 Elements Tab DOM View
    11:44 Console Javascript Errors
    12:33 Recorder
    14:23 Network Tab - HTTP Requests
    20:23 Sources Tab
    21:57 Performance and Memory
    22:48 Application Storage
    24:19 Lighthouse
    26:28 Summary
    And ad free version of this video is available to Patreon supporters / chrome-dev-tools-72300708
    Supporting blog post for this video:
    www.eviltester.com/blog/evilt...
    ---
    Remember to subscribe to this TH-cam channel.
    You can support me on Patreon / eviltester (watch my videos ad free and receive extra content)
    I blog at eviltester.com/blog
    Learn more about my books and online training at:
    - eviltester.com
    Follow me on:
    - / eviltester
    - / eviltester
    - / eviltester
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @user-ig2nx4iy8q
    @user-ig2nx4iy8q 9 วันที่ผ่านมา +1

    THanks a lot EvilTester

  • @testautomatisierung-gewuss5928
    @testautomatisierung-gewuss5928 ปีที่แล้ว +2

    Really great overview of how to use Chrome DevTools for Web Testing! Thank you, Alan 🙂

  • @user-dn9wx8wm6s
    @user-dn9wx8wm6s ปีที่แล้ว

    Thanks a lot Alan, very precise!

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

    Thank you so much Alan. Great tool

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

    This is useful resource. Thanks so much

  • @MamToCos
    @MamToCos 5 หลายเดือนก่อน

    Well done. Thank you.

  • @MariemMili
    @MariemMili 7 หลายเดือนก่อน

    keep the hard work 😃😃😃😃😃

  • @galinaraskoshnaya5374
    @galinaraskoshnaya5374 ปีที่แล้ว +2

    A good one! Thank you!

  • @user-rd4oo1jg5g
    @user-rd4oo1jg5g 11 หลายเดือนก่อน

    Very good video. Question when in network you look at both get and post, in the case that you call an api making a get or a post but having previously requested a tomen, that tomen that in that call, is not this insecure? I could start to make request with that token Thanks

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

    Hi, is it possible to automate image upload on a website in the browser using javascript?

    • @EvilTester
      @EvilTester  ปีที่แล้ว +1

      I haven't tried doing that using Javascript from the console. My initial thought would be no, because that would be a security risk, but you can do it outside the browser using Javascript and WebDriver, or any combination of programming language and browser automation tool.