Automation Testing Interview Questions | Scenario Based Testing Interview Questions

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

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

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

    Hi @RD Autmation Learning, in this video , you have not explained about code review process. Please could you please share or explain it. it would be very helpfull if you do that.

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

    Implement ITestlisteners interface in one class and override the onTestFailure method,pass that method name to take screenshot method which can be created in baseclass to take screenshot of failed methods

  • @rdautomationlearning609
    @rdautomationlearning609  7 หลายเดือนก่อน +5

    #testinginterviewquestions

  • @AbhishekSaykar
    @AbhishekSaykar 7 หลายเดือนก่อน +5

    to take failed screen shot we are using iTestListener interface and in this interface we declare failedTestMethod and place takescreenshots code and this interface implemented to testcase class

    • @abhisheksanghvi5850
      @abhisheksanghvi5850 6 หลายเดือนก่อน

      Alternatively, we can add takescreenshot code in @AfterMethod with if condition.

  • @sanjeevreddy-f4c
    @sanjeevreddy-f4c 7 หลายเดือนก่อน +2

    Using listeners interface methods we can take screenshot of failed test cases.

  • @SnehaDeshpande-x3h
    @SnehaDeshpande-x3h 7 หลายเดือนก่อน +5

    code to take screen shot for failed testcases:
    TakeScreenShot ts = (TakeScreenShot).driver;
    File srcfile = ts.getScreenShotAs(OutputType.File);
    File trgtfile = new File("path where faile failes testcases to be stored");
    FileUtils.copyFile(srcfile, trgtfile);

  • @sheikarif7222
    @sheikarif7222 7 หลายเดือนก่อน +4

    how i can give mock interview to you, im automation tester

  • @subhajitmandal9196
    @subhajitmandal9196 7 หลายเดือนก่อน +1

    We can use the TestNg Listeners interface method to screenshot failed Test Cases.

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

    @RD Automation how can I register myself for a mock interview

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

    Terrible pronunciation of the candidate. Unable to understand

  • @kalajathedi6434
    @kalajathedi6434 3 หลายเดือนก่อน

    English is bad..