Infosys Interview Questions | Real Time Interview Questions and Answers

Поделиться
HTML-код
  • Опубликовано: 25 июн 2023
  • Infosys Manual 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 Interview Process.
    #infosysinterview Interview #infosysAutomation #infosysinterviewquestions #RDAutomationLearning
    Infosys 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, Rest API interview questions, Manual Testing interview questions that were asked as part of Fiserv Interview Process.
    What if I have 50 test cases and how do I execute all those test cases?
    What all Test Estimation Technique you know of? What Test estimation technique you applied in your project?
    In my browser, I face security certificate violation how do I avoid that using TestNg script? What kind of desired capability you would be using it to avoid it?
    How do you change your webdriver to run in remote machines?
    Explain Framework Implementation in your project
    What all the challenges you have faced in selenium
    Draw the architecture diagram of selenium implementation in your project
    Explain what SDLC model you are using in your project
    How can you check whether a particular text present on a webpage? What are the predefined method in selenium for checking this
    There are more than one ways to find it. We can use the getPageSource() method to fetch the full page source and then verify if the text exists there. This method returns content in the form of string.
    We can also check if some text exists with the help of findElements method with xpath locator. Then we shall use the text() function to create a customized xpath. The findElements() method returns a list of elements. We shall use the size() method to verify if list size is greater than 0.
    How to check whether the checkbox is selected or in unselected
    In order to check if a checkbox is checked or unchecked, we can used the isSelected() method over the checkbox element. The isSelected() method returns a boolean value of true if the checkbox is checked false otherwise.
    How to find whether the element is invisible or in hidden
    manual testing fresher questions
    What if the software is so buggy it can’t really be tested at all?
    If the software is so buggy, the first thing we need to do is to report the bugs and categories them based on Severity. If the bugs are critical bugs then it severely affects schedules and indicates deeper problems in the software development process. So you need to let the manager know about the bugs with proper documentation as evidence.
    what is static testing
    Static Testing involves reviewing the documents to identify the defects in the early stages of SDLC. In static testing, we do code reviews, walkthroughs, peer reviews, and static analysis of a source code by using tools like StyleCop, ESLint, etc.,
    What is Dynamic Testing?
    Dynamic testing involves the execution of code. It validates the output with the expected outcome.
    This Video is helpful for people who are looking for :
    Infosys interview questions and answers
    Infosys technical interview questions and answers
    Infosys Telephonic Interview
    Infosys online interview
    Infosys java Interview Questions
    Infosys interview questions
    Infosys interview questions for freshers
    Infosys interview india
    Infosys interview experience
    Infosys interview questions for experienced
    Infosys interview questions for automation testing
    Infosys automation testing interview questions
    Infosys interview experience
    Infosys interview questions and answers for freshers
    Infosys interview questions geeksforgeeks
    Infosys questions and answers
    Infosys interview latest
    Infosys testing interview questions
    Infosys selenium automation testing interview questions
    Infosys interview asked questions
    Infosys interview call
    Infosys qa automation interview questions
    Infosys interview process quora
    Infosys interview experience quora
    Infosys mock interview
    Infosys selenium interview questions
    Infosys selenium interview questions for experienced
    software testing,automation testing mock interview,automation testing interview questions and answers,software testing interview for experienced,manual testing interview for experienced,manual testing interview questions and answers for experienced,manual testing mock interview for experienced,testing interview questions for experienced,Infosys interview questions and answers,Infosys selenium interview questions for experienced,Infosys interview

Комментарии • 43

  • @shrutikhole8190
    @shrutikhole8190 Год назад +3

    He is incredibely good👍👍

  • @klshyam2628
    @klshyam2628 3 месяца назад

    thanks for guiding us in software testing

  • @deepu543
    @deepu543 Год назад

    03:30 I think there is too an exception for element not clickable i think so

  • @merlinmathew4230
    @merlinmathew4230 Год назад +2

    Sir please make vedios on TestRepots

  • @gaganatelkar
    @gaganatelkar Год назад +1

    As an audience I'm expecting more interview questions on selenium with c# content from ur RUclips channel.If possible post questions on maximum program wt thy had asked in interview.

  • @reapergaming3001
    @reapergaming3001 Год назад

    We can use absolute xpath if position as first search should be opened--Iphone11

  • @gaganatelkar
    @gaganatelkar Год назад

    But in ths video he did not write login page of amazon page he could hv written in one paper n explained it rgt?nw a days amazon website not allowing u to automate as it will ask u fr otp while ur trying to login.😢

  • @likhitkumar40
    @likhitkumar40 Год назад

    How you can name company names for these videos

  • @moriigallery908
    @moriigallery908 3 месяца назад

    Please make a session on Salesforce

  • @Rocky666
    @Rocky666 Год назад +8

    I cleared my 1st technical round interview with Infosys last Saturday and I have 2nd technical round scheduled on coming Friday. Can you advise me what to expect from this 2nd technical round?
    In the 1st technical round, they asked me to write a java program and also to write a SQL syntax for inner join using two tables and asked some questions from java oops, selenium, TestNG, etc.

    • @techicalkunal3683
      @techicalkunal3683 Год назад

      your experience

    • @Rocky666
      @Rocky666 Год назад

      @@techicalkunal3683 3 years

    • @Rocky666
      @Rocky666 Год назад +1

      @@blackbee3478
      About our project, what framework we use, Java oops, encapsulation, java collections, difference between implicitly and explicitly wait, listeners, CI/CD pipeline using Jenkins, SQL syntax for inner join, java program to remove duplicate elements from a string. it was a 40 mins L1 technical round interview.

    • @gaganatelkar
      @gaganatelkar Год назад +1

      framework explanations.

    • @kafychannel
      @kafychannel Год назад +1

      ​@Rocky666 I wish you passed that interview!

  • @all_is_well291
    @all_is_well291 Год назад

    Yes sir , please make videos series on how to create a framework in python pytest selenium, how to explain

  • @akshayparab6805
    @akshayparab6805 Год назад

    Hii ,
    i am applying for jobs but not get any call for interview. can anyone help me out..

    • @dayasagarkudva2689
      @dayasagarkudva2689 8 месяцев назад

      same here! how's it now? did you get any calls/interviews?

  • @RajKumar-ij5rr
    @RajKumar-ij5rr Год назад

    ElementNotFoundException may come even finding element is in Frames sir I thought you were missed it please correct me If I were wrong
    Amazon -- Shop now is hyper link right we can directly go for linkText locator

  • @praveen2309
    @praveen2309 Год назад +1

    (//span[@class='see-more truncate-1line'])[1]

  • @amardeeppatil8342
    @amardeeppatil8342 Год назад +6

    14:10
    (//div[@id="E3_oOEYC408THXnOFe-e_A"]//child::div/a)[5]
    or
    //div[@id="E3_oOEYC408THXnOFe-e_A"]/div/a
    or
    //div[@id="E3_oOEYC408THXnOFe-e_A"]/div[@class="a-cardui-footer"]/a
    sir please tell me correct or not

  • @Motivation4u424
    @Motivation4u424 Год назад

    Apna instragram ling dijiyega sir