Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Infosys Automation Test Engineer Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top Infosys Automation Test Engineer Interview Questions and Answers

  • Q1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,test scanario 3.Positive and negative scanarion on pen. 4.selenium framework. 5.how to write s ...read more
  • Q2. 3. What are different types of waits in selenium.
  • Q3. 2.How to execute test cases in parallel.
View all 58 questions

Infosys Automation Test Engineer Interview Experiences

36 interviews found

I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Telephonic Call 

(1 Question)

  • Q1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,test scanario 3.Positive and negative scanarion on pen. 4.selenium framework. 5.how to write selenium test cases.
  • Ans. 

    I am an Automation Test Engineer with knowledge of STLC, test plan, test case, test scenario, Selenium framework, and writing Selenium test cases.

    • STLC stands for Software Testing Life Cycle and is a process followed to ensure quality in software testing.

    • Test plan is a document that outlines the testing strategy, objectives, and scope of testing.

    • Test case is a set of steps and conditions that are executed to verify the ...

  • Answered by AI
Round 2 - Assignment 

Asking quetions on selenium, testNG and java
1.Tell me about yourself
2.Difference between Find Elements and find element
3.Difference between implicity and explicity wait.
4.syntax for explicity wait.
5.How to invoke browser.
6.What is testNg Annotations.
7.How to read excel file in selenium.
8.How to do parallel Testing.
9.Which tools using in selenium framework.
10.Exceptions in selenium.
11.What is stale exceptions.
12.How to do drag and drop in selenium.
13.WAP for two largest numbers
14.What is collection.
15.differencee between final and finaliy.
16.what is constructor.
17.what is defect bug cycle.
18.What is SDLC.
19Access modifiers in java.
20.Checked and unchecked exception.
21.how to handle alerts in selenium.
22.how to handle frames.

Round 3 - HR 

(1 Question)

  • Q1. I was not given final round interview. just submitted documents they not called yet. I am waiting for call

Interview Preparation Tips

Topics to prepare for Infosys Automation Test Engineer interview:
  • Java
  • Selenium
  • Testng
  • Manual Testing
Interview preparation tips for other job seekers - This interview quetions for fresher. Interview was easy.

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What are the challenges in selenium
  • Ans. 

    Challenges in Selenium include browser compatibility, dynamic elements, and test maintenance.

    • Browser compatibility issues can arise due to differences in browser versions and configurations.

    • Dynamic elements can cause tests to fail if not handled properly.

    • Test maintenance can be challenging due to changes in the application under test.

    • Synchronization issues can occur when the test script runs faster than the application...

  • Answered by AI
  • Q2. Tell all webdriver exceptions
  • Ans. 

    List of common WebDriver exceptions

    • NoSuchElementException - When an element is not found in the DOM

    • TimeoutException - When a command takes too long to complete

    • StaleElementReferenceException - When an element is no longer attached to the DOM

    • ElementNotVisibleException - When an element is present in the DOM but not visible

    • ElementNotInteractableException - When an element is present in the DOM but not interactable

    • InvalidE...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You have strong communication skills. And hard work, they check you background. Educational gaps also

Skills evaluated in this interview

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. 1. Automation Framework used in project.
  • Ans. 

    We used a hybrid automation framework that combined data-driven and keyword-driven approaches.

    • The framework was built using Selenium WebDriver and TestNG.

    • We used Excel sheets to store test data and Apache POI library to read/write data from/to Excel.

    • The framework had reusable functions and libraries for common actions like login, logout, etc.

    • We also used Jenkins for continuous integration and execution of automated tes...

  • Answered by AI
  • Q2. 2.How to execute test cases in parallel.
  • Ans. 

    Test cases can be executed in parallel by using tools like Selenium Grid or TestNG.

    • Use a tool like Selenium Grid to distribute test cases across multiple machines

    • Use TestNG to run tests in parallel by specifying the number of threads

    • Ensure that the test cases are independent and do not have any dependencies

    • Use a continuous integration tool like Jenkins to manage and execute parallel tests

    • Monitor the test execution and ...

  • Answered by AI
  • Q3. 3. What are different types of waits in selenium.
  • Ans. 

    Different types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: waits for a certain amount of time before throwing an exception if the element is not found

    • Explicit wait: waits for a certain condition to be met before proceeding with the next step

    • Fluent wait: waits for a certain condition to be met within a specified time frame, polling at regular intervals

    • Examples: WebDriverWait, Expect

  • Answered by AI
  • Q4. 4.Limitation of selenium.
  • Ans. 

    Selenium has limitations in handling non-web-based applications and requires technical expertise.

    • Selenium cannot automate desktop applications or mobile apps

    • It requires technical knowledge to handle dynamic web elements

    • Selenium scripts can be brittle and require maintenance

    • It cannot handle CAPTCHA or OTP verification

    • Selenium does not have built-in reporting capabilities

  • Answered by AI
  • Q5. 5.Enum in java.
  • Ans. 

    Enum is a special data type in Java used to define a set of constants.

    • Enums can be used to create a set of related constants that can be used throughout the code.

    • Enums can have constructors, methods, and fields like a regular class.

    • Enums can be used in switch statements.

    • Example: enum Color { RED, GREEN, BLUE }

    • Example: Color c = Color.RED;

  • Answered by AI
  • Q6. 6.Project Overview.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview questions were easy.

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. About framework?
  • Ans. Framework is nothing it's all about how you're going to frame the automation work flow, mostly we need to category where we should keep the codes which can be reused easily
  • Answered by Nagoor Meeran K.J
  • Q2. Http operation you worked on
  • Ans. 

    I have worked on Http operations for testing web applications.

    • I have experience in testing Http GET, POST, PUT, DELETE methods.

    • I have tested Http status codes like 200, 404, 500, etc.

    • I have used tools like Postman and RestAssured for Http testing.

    • I have tested Http requests and responses for RESTful APIs.

    • I have worked on Http cookies and sessions testing.

    • Example: I tested Http operations for a banking web application.

    • E...

  • Answered by AI
  • Q3. Get, post, delete, patch Get is to retrieve the data, post is to create an element, patch is to update the partial data, put is to update all data
  • Ans. 

    Get is to retrieve data, post is to create an element, patch is to update partial data, put is to update all data.

    • Get - retrieve data

    • Post - create element

    • Patch - update partial data

    • Put - update all data

  • Answered by AI
  • Q4. Threads in soap ui
  • Ans. 

    Threads in SoapUI are used to simulate concurrent user requests to a web service.

    • Threads allow for testing the performance and scalability of a web service

    • Multiple threads can be created to simulate concurrent user requests

    • Each thread can have its own set of test data and assertions

    • Thread properties can be configured in the SoapUI project settings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you know say it confidently and whatever you are not sure just say it frankly

Skills evaluated in this interview

Infosys interview questions for designations

 Senior Automation Test Engineer

 (1)

 Manual Automation Test Engineer

 (1)

 Automation Test Analyst

 (1)

 Test Automation Architect

 (1)

 Sdet Automation Test Engineer

 (7)

 Tosca Automation Test Engineer

 (1)

 Test Engineer

 (104)

 Senior Automation Engineer

 (2)

Interview Questionnaire 

1 Question

  • Q1. Testplan Vs test strategy
  • Ans. 

    Test plan outlines the scope, approach, resources, and schedule of testing. Test strategy defines the testing approach for the entire project.

    • Test plan is a document that outlines the testing scope, objectives, and schedule.

    • Test strategy is a high-level document that defines the testing approach for the entire project.

    • Test plan is more detailed and specific to a particular testing phase or cycle.

    • Test strategy is more g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied online, and got an interview invite through mail

Skills evaluated in this interview

Get interview-ready with Top Infosys Interview Questions

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Python dictionary
  • Q2. Python functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Machine learning , ie learning full function related Oops concepts required must

Automation Test Engineer Jobs at Infosys

View all
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Automation Test Engineer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, HR and One-on-one Round.
How to prepare for Infosys Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are Automation Testing, Java, Selenium, SDLC and Selenium Testing.
What are the top questions asked in Infosys Automation Test Engineer interview?

Some of the top questions asked at the Infosys Automation Test Engineer interview -

  1. Introduce yourself 1.What is STLC 2. difference between Test plan,test case,tes...read more
  2. 3. What are different types of waits in seleni...read more
  3. 2.How to execute test cases in parall...read more
How long is the Infosys Automation Test Engineer interview process?

The duration of Infosys Automation Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

DESIGNATION

SALARIES

HCL Infosystems

INTERVIEWS

Uplers

10 top interview questions

INTERVIEWS

Infosys

20 top interview questions

INTERVIEWS

Infosys

10 top interview questions

SALARIES

DXC Technology

SALARIES

Publicis Sapient

INTERVIEWS

Infosys

No Interviews

DESIGNATION

Tell us how to improve this page.

Infosys Automation Test Engineer Interview Process

based on 31 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Automation Test Engineer Salary
based on 1.1k salaries
₹2.3 L/yr - ₹10 L/yr
24% less than the average Automation Test Engineer Salary in India
View more details

Infosys Automation Test Engineer Reviews and Ratings

based on 67 reviews

4.1/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

2.9

Salary

4.4

Job security

4.1

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 67 Reviews and Ratings
Automation Test Engineer with (Java Selenium)_ PAN INDIA

Hyderabad / Secunderabad,

Pune

+1

1-6 Yrs

₹ 2.3-11.2 LPA

Automation Test Engineer_ Infosys

Pune,

Chennai

+1

2-6 Yrs

₹ 2.8-11.2 LPA

Python Selenium Automation Testing Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 4-7.5 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
27.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview