Wipro Automation Testing Interview Experience | Real Time Interview Questions and Answers

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Wipro Automation Testing Interview Experience | Real Time Interview Questions and Answers
    This video contains Java interview questions, Selenium interview questions, TestNG interview questions and Database interview questions that were asked as part of Wipro Interview Process.
    #WiproInterview #WiproAutomation #RDAutomationLearning
    Types of automation testing covered in your 2.5 years of experience.
    JDK version u use.
    JDK 1.8 new features as compared to jdk 1.7
    WAP in java - input - 1234 output - one2three4
    What all collections you used in Java
    Implementation of Hashmap in your project
    Is Hashmap synchronized?
    If you want to restrict a method to override in child class what will you do?
    Can static methods be overridden /overloaded?
    How will you update selenium to its latest version?
    Write a XPath - for make my trip application - flight price rate
    How will you scroll the page to the last element?
    How to skip 99 tests if the login test fails?
    If no priority is defined how will test cases execute?
    Have you worked on BDD?
    Can you tell what API code - 401 403 404 indicate?
    What is your code repository?
    How will you resolve merge conflicts.?

Komentáře • 26

  • @rdautomationlearning609
    @rdautomationlearning609  Před 2 lety +2

    czcams.com/play/PLTGn8a4YcF3xwMlFvrg9YAE8jrubJI1MA.html
    Interview Questions asked at Top MNC Companies

  • @maheshtandale13
    @maheshtandale13 Před 2 lety +2

    We can restrict the method by inheriting child class by using final keyword...we can delcare method as final or declaring that method as private

  • @nellaimanikandank7915
    @nellaimanikandank7915 Před 2 lety

    Rakesh bro u r doing a great great great job,u r always uploading a very useful videos to the students as well as professionals tq

  • @ArvindSingh-sz4bu
    @ArvindSingh-sz4bu Před 2 lety +1

    We can use the keyword static to restrict the method from overriding..

  • @sanisan5787
    @sanisan5787 Před 19 dny

    This is absolute xpath and v r not supposed to use that during automation.. its better to relative xpath

  • @sarveshsinha7716
    @sarveshsinha7716 Před 2 lety +1

    if you want to avoid any method to get override from Parent class then declare it to final method which will restrict any of its child class to override such method

  • @cashedge1
    @cashedge1 Před 2 lety

    Make method private or mark class as final for avoiding method to be override in sub class

  • @virajadhav6289
    @virajadhav6289 Před 2 lety

    If a method don't want to get override in child class than we should declare that particular method with private or static.

  • @vaibhavauti2857
    @vaibhavauti2857 Před rokem

    Restricte the method to override in child class?... We use final keyword before method.

  • @vaibhavauti2857
    @vaibhavauti2857 Před rokem

    Sir you say methods executed alphabetically order.. right? Can we say methods executed on our calling also? Means on the basis of " first come first serve".

  • @Deepak-mz6if
    @Deepak-mz6if Před 2 lety +1

    I will declare method as a final method

  • @PKMaster0412
    @PKMaster0412 Před 2 lety

    We will make the method static... To restrict it to get override in child.

  • @hemantsharma6873
    @hemantsharma6873 Před rokem

    Make that method as final and it will not get overridden in child class

  • @saritabhosale9553
    @saritabhosale9553 Před rokem

    Make method access specifier private

  • @akashguttedar5246
    @akashguttedar5246 Před 2 lety

    sir there are three possibilities we can use static, private or final

  • @user-ep9fq7qq5h
    @user-ep9fq7qq5h Před 2 lety

    do declare same method as final

  • @swapnalikulkarni2969
    @swapnalikulkarni2969 Před 2 lety +1

    Hello...Hi have few questions on automation????

  • @pratikbhowmik
    @pratikbhowmik Před 2 lety +1

    Sir , I want to give a interview how to reach out to you

  • @rahulsonawane8345
    @rahulsonawane8345 Před rokem

    Use final keyword