TestNG Tutorial #16 - How to Capture Screenshot for Failed Tests in TestNG

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

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

  • @softwaretestingmentor
    @softwaretestingmentor  4 ปีที่แล้ว

    🔸FREE Training's at training.rcvacademy.com 🔔SUBSCRIBE to CHANNEL: bit.ly/2YGU6JM

  • @Vishnu.V08
    @Vishnu.V08 หลายเดือนก่อน

    god level classes

  • @letsGoGetLost
    @letsGoGetLost 4 หลายเดือนก่อน

    Man gaye Guru, Superb!!

  • @jaganmohanreddypenumuru6834
    @jaganmohanreddypenumuru6834 9 หลายเดือนก่อน

    Sir , the way of your explanation is really good.Thank You.

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

    This is the best explanation I've ever seen!! Thank you sm!!

  • @elvenpath7
    @elvenpath7 2 ปีที่แล้ว

    Thank you for this. Will it work for paralell test ng execution ?

  • @priyak3132
    @priyak3132 2 ปีที่แล้ว

    Thank you sir..i really wanted to become a Automation tester..bt there is lack of vacancies

  • @jatinnagrath
    @jatinnagrath 2 ปีที่แล้ว

    How can I use in the data-driven framework?

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

    Hi Sir,
    Could you please share your codes on git? it will be helpful.
    Thanks,
    Abhishek

  • @sonawanep2861
    @sonawanep2861 2 ปีที่แล้ว

    Screenshot karne ka code kaha hai. 16th video me kaha gaya ki previous video me hai. kuch bhi nahi hai

  • @sheetalsf2251
    @sheetalsf2251 3 ปีที่แล้ว

    i am getting error
    Cannot invoke "org.openqa.selenium.TakesScreenshot.getScreenshotAs(org.openqa.selenium.OutputType)" because "this.driver" is null. can anyone help pls

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

      Hi sheetal this happens when you don't make the driver as static. change the driver to static and you will see that this method will be executed successfully.

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

      @@sssaamm29988 Hi Sampath, can you please help me understand, how static is clearing this error? We are inheriting the basetest to screenshot utility. Hence driver object has same scope in utility just like in baseclass. Then why static is mandatory.

    • @ajaykumar-gz8df
      @ajaykumar-gz8df 10 หลายเดือนก่อน

      Hi @@sssaamm29988 after making driver as static still getting same issue : Cannot invoke "org.openqa.selenium.TakesScreenshot.getScreenshotAs(org.openqa.selenium.OutputType)" because "utility.UtilTest.driver" is null
      at utility.UtilTest.getscreenshot(UtilTest.java:18) , can u help me I am trying from last two days

  • @mohanreddymadem2683
    @mohanreddymadem2683 2 ปีที่แล้ว

    Hi Sir,
    Facing this issue www.slf4j.org/codes.html#StaticLoggerBinder, can you tell me will version testNG suitable for this