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

Infosys Test Engineer Interview Questions, Process, and Tips

Updated 27 Mar 2025

Top Infosys Test Engineer Interview Questions and Answers

  • Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non funct ...read more
  • Q2. What should be the Test cases of a Music Player?
  • Q3. Introduce Yourself What is difference between verify and validate What is hard assert Write a selenium code check the alignment of header Write code to import value from ...read more
View all 71 questions

Infosys Test Engineer Interview Experiences

108 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to handle pop up?
  • Ans. 

    To handle pop ups, use automation tools to identify and interact with them programmatically.

    • Use automation tools like Selenium to handle pop ups in web applications

    • Identify pop ups using unique attributes like class name or ID

    • Interact with pop ups by clicking buttons or entering text programmatically

  • Answered by AI
  • Q2. Explain your framework
  • Ans. 

    My framework is a data-driven automation framework using Selenium and TestNG for web application testing.

    • Utilizes Selenium for web automation

    • Uses TestNG for test case management and execution

    • Employs data-driven approach for testing

    • Supports parallel execution for faster testing

    • Includes reporting features for test results analysis

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked about simple Java snippet and Selenium questions

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What are the problems we faced in the old generation video game c ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Explain automation framework
  • Ans. 

    An automation framework is a set of guidelines for creating and designing test scripts for automated testing.

    • Modular structure: Breaks tests into reusable components, e.g., separate scripts for login and logout.

    • Data-driven testing: Allows tests to run with multiple data sets, e.g., testing a login function with various usernames and passwords.

    • Keyword-driven testing: Uses keywords to represent actions, e.g., 'Click', 'E...

  • Answered by AI
  • Q2. Selenium related questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Random test with basic maths and english

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic hr round test

Infosys interview questions for designations

 Automation Test Engineer

 (36)

 Senior Test Engineer

 (7)

 Performance Test Engineer

 (5)

 QA Test Engineer

 (3)

 Manual Test Engineer

 (1)

 System Test Engineer

 (1)

 ETL Test Engineer

 (1)

 Senior Automation Test Engineer

 (1)

Test Engineer Interview Questions & Answers

user image Meher Sreemayee

posted on 17 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Hard - aptitude, reasoning, english

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about college project
  • Q2. C, Java questions

Get interview-ready with Top Infosys Interview Questions

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was moderate level questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Details About project
  • Q2. Details about work experience

Test Engineer Jobs at Infosys

View all

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Nov 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Explain the framework used
  • Ans. 

    The framework used is a combination of Selenium WebDriver and TestNG for automated testing.

    • Combines Selenium WebDriver for browser automation

    • Utilizes TestNG for test case management and reporting

    • Supports data-driven testing and parallel execution

    • Allows for easy integration with CI/CD tools like Jenkins

  • Answered by AI
  • Q2. Write code to automate the login page
  • Ans. 

    Automate the login page by writing code

    • Use a testing framework like Selenium for web automation

    • Identify the elements on the login page such as username field, password field, and login button

    • Write code to input valid credentials and click on the login button

    • Verify successful login by checking for expected elements on the next page

  • Answered by AI
  • Q3. Version control conflicts
  • Q4. Core java basics

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Onkar Mahamuni

posted on 3 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with 5 years of experience in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and Jira

    • Strong analytical and problem-solving skills

    • Collaborative team player with excellent communication skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to fetch automated test cases from manual set of cases
  • Ans. 

    Automated test cases can be fetched from manual cases by identifying repetitive steps and automating them using testing tools.

    • Identify repetitive test cases that can be automated

    • Use testing tools like Selenium, Appium, or JUnit to automate the identified test cases

    • Ensure proper validation and verification of automated test cases

    • Regularly update and maintain automated test cases to keep them in sync with manual test cas

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you are doing the switch

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About the testing concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your basics

Infosys Interview FAQs

How many rounds are there in Infosys Test Engineer interview?
Infosys interview process usually has 2-3 rounds. The most common rounds in the Infosys interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Infosys 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 Manual Testing, SDLC, Software Testing, Agile Coaching and Functional Testing.
What are the top questions asked in Infosys Test Engineer interview?

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

  1. 1. What is the frame work u have worked and explain the framework with folder s...read more
  2. What should be the Test cases of a Music Play...read more
  3. Introduce Yourself What is difference between verify and validate What is hard ...read more
How long is the Infosys Test Engineer interview process?

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

Tell us how to improve this page.

Infosys Test Engineer Interview Process

based on 83 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Test Engineer Interview Questions from Similar Companies

View all
Infosys Test Engineer Salary
based on 11.8k salaries
₹2.3 L/yr - ₹8.1 L/yr
21% less than the average Test Engineer Salary in India
View more details

Infosys Test Engineer Reviews and Ratings

based on 1.1k reviews

3.7/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

2.7

Salary

4.1

Job security

3.9

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 1.1k Reviews and Ratings
SFDC Test Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 2.8-7.7 LPA

Test Engineer

Chennai

3-6 Yrs

₹ 2.84-7.5 LPA

Pega Test Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 2.8-7.7 LPA

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 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