Wipro Testing Interview Questions | Wipro Testing Interview Q&A

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • 📌This Video is helpful for people who are looking for :
    #Wiprointerview #Wiprotestinginterview #rdautomationlearning
    Testing Interview Questions and Answers
    Testing Telephonic Interview
    Testing online interview
    Testing interview experience 2023
    Testing interview experience 2022
    Testing java Interview Questions
    Testing Interview Questions for Experienced
    Testing interview questions for java
    Testing interview questions and answers for freshers
    Testing interview questions geeksforgeeks
    Testing questions and answers
    Testing interview latest
    Testing interview asked questions
    Testing interview call
    Testing interview process quora
    Testing member technical interview questions
    How to clear Accenture written test
    Testing mock interview
    Testing selenium interview questions
    Testing selenium interview questions for experienced
    Wipro Automation Testing Interview Experience | Real Time Interview Questions and Answers This video contains Java interview questions, Selenium interview questions, GIT Interview Questions that were asked as part of Wipro Interview Process. 📌 Do Subscribe for all Updates. Have a Look at below interviews videos. This Video is helpful for people who are looking for : Wipro Interview Questions and Answers Wipro Telephonic Interview Wipro online interview Wipro interview experience 2023 Wipro java Interview Questions Wipro Interview Questions for Experienced Wipro interview questions for java Wipro interview questions and answers for freshers Wipro interview questions geeksforgeeks Wipro questions and answers Wipro interview latest Wipro interview asked questions Wipro interview call Wipro interview process quora Wipro member technical interview questions How to clear Wipro written test Wipro mock interview Wipro selenium interview questions Wipro selenium interview questions for experienced Wipro Interview Questions and Answers,Wipro selenium interview questions for experienced,automation testing interview questions and answers,Wipro interview,shiv automation labs,Wipro automation testing interview questions,Wipro testing interview questions for experienced,Wipro testing interview questions and answers for experienced,Maveric etl testing interview questions,Wipro performance testing interview questions
    #Test Lead #TestLeadinterviewtips #Test Leadinterviewquestionandanswers

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

  • @hiteshharinkhede-d3i
    @hiteshharinkhede-d3i ปีที่แล้ว +3

    we are using listners by providing testng make a saparate class and in that class we are implement the itestlistner interface and override ontestfailure method from itestlistner and
    that method we are write a code of screenshot by ashot or by takescreenshot , then apply annotation of listner on class level where we can write testcases ,suppose any testcase fail
    then listner listen and take screenshot of failtestcase

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

    To capture screenshots for failed TCs -
    1 -
    Create a class that implements iTestListener - in this class methods from iTestListener interface are implemented.
    There is a method called 'onTestFinish' in this interface. We can override it and implement logic of capturing screenshots.
    2. In case you are not using TestNG , you can create a utility method to capture screenshot and in catch block for every test case this method can be called so whenever execution goes to catch block it captures a screenshot.

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

    Listnerimplementaion class we will attach to the Testclass, In Listnerimplementaion class is having methods like ontestfail in that method we already written codefir taking screen shot if we execute any test class if it failed automatically it will automatically take the screen shot for failed test case

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

      There is a one annotation @listner() by using this we can connect that implementation class into out class

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

    In generic.utility package we make Listener class and implements thats listeners class to ITestListeners Interface in onTestFailure() implements takescreen shot method & give current date and time then whenever our test script failed we got screenshot in external reporting format using extent reports or allure reports.

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

    by using Take screenShot interface interface

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

    sir can you please post ETL testing interview questions

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

    smile is like "Kunal Khemu" good observation 😁

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

    Wt is peer review

  • @Chocoboy1128
    @Chocoboy1128 ปีที่แล้ว +3

    after executing the testcases will get testng failed.xml by refreshing the project.
    after that we can re-execute the testng-failed.xml
    m2 folder is the default folder used by maven to store its: settings. xml file which specifies properties to download your dependencies

  • @hiteshharinkhede-d3i
    @hiteshharinkhede-d3i ปีที่แล้ว

    Overall, the "m2" folder serves as a local repository cache for Maven, storing downloaded dependencies and plugins to be used in your Maven projects.