Upload Button Icon Add office photos
Engaged Employer

i

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

Wipro Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 51.1k Reviews

Filter interviews by

Wipro Automation Tester Interview Questions and Answers

Updated 2 May 2024

Wipro Automation Tester Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where multiple inheritance used in automation framework
  • Ans. 

    Multiple inheritance is used in automation frameworks to inherit properties and methods from multiple parent classes.

    • Multiple inheritance allows a class to inherit from more than one parent class.

    • It helps in reusing code and promoting code organization.

    • Example: A test case class can inherit from a base test class and a utility class to access test methods and utility functions.

  • Answered by AI
  • Q2. What is RemoteWebDriver
  • Ans. 

    RemoteWebDriver is a class in Selenium WebDriver that allows you to execute test cases on a remote machine.

    • RemoteWebDriver is a subclass of WebDriver interface in Selenium.

    • It allows you to control the browser on a remote machine through the use of a server.

    • You can use RemoteWebDriver to run tests on different browsers and operating systems.

    • Example: RemoteWebDriver driver = new RemoteWebDriver(new URL("http://localhost:

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java: Reverse a String, array, abstraction, interface, sum of digits of number

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics on Java and testing concepts

Automation Tester Interview Questions Asked at Other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing ... read more
asked in TCS
Q2. How to mouse hover an element? Write Xpath for an element? How to ... read more
Q3. How to validate that the URL loaded is correct or not?
asked in Deloitte
Q4. There is a table of students having column status with either pas ... read more
Q5. write the dynamic Xpath for the Date element in the cleartrip web ... read more

Automation Tester Jobs at Wipro

View all

Interview questions from similar companies

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

(5 Questions)

  • Q1. Describe the projects u worked on.
  • Ans. 

    I have worked on various projects involving test automation for web applications using Selenium and API testing using Postman.

    • Developed automated test scripts using Selenium WebDriver for regression testing of web applications

    • Created test suites and executed test cases using TestNG framework

    • Performed API testing using Postman to validate response data and status codes

    • Integrated test automation scripts with CI/CD pipeli...

  • Answered by AI
  • Q2. What is API testing?
  • Ans. 

    API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.

    • API testing involves testing the functionality, reliability, performance, and security of APIs.

    • It focuses on verifying the communication and data exchange between different software systems.

    • API testing can be done at different levels such as unit testing, i...

  • Answered by AI
  • Q3. Post and patch difference
  • Ans. 

    Post is used to create a new resource, while patch is used to update an existing resource.

    • Post is used to create a new resource in the server.

    • Patch is used to update an existing resource in the server.

    • Post request typically includes all the data needed to create the resource, while patch request only includes the data that needs to be updated.

    • Post requests are idempotent, meaning multiple identical requests will have t...

  • Answered by AI
  • Q4. What is priority and severity
  • Ans. 

    Priority and severity are used to classify the impact and importance of a defect in software testing.

    • Priority determines the order in which defects should be fixed, based on business needs.

    • Severity indicates the impact of a defect on the system or users.

    • Priority is usually set by the product owner or business stakeholders.

    • Severity is typically determined by the testing team based on the impact on functionality.

    • Examples...

  • Answered by AI
  • Q5. Java coding question on string

Skills evaluated in this interview

Automation Tester Interview Questions & Answers

TCS user image Maharshi Kandivanam

posted on 5 Jan 2025

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

(2 Questions)

  • Q1. Explain Your cucumber framework
  • Q2. Shedule a Jenkins job for 6 am every sat and sunday
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(10 Questions)

  • Q1. Basics of Selenium(Windowhandles,Screenshot,Actions class,Selector Class,) with syntax
  • Q2. Asked to write Automation Framework architecture
  • Q3. What are the different gherkin words
  • Ans. 

    Gherkin words are keywords used in Gherkin syntax for writing test scenarios in Behavior Driven Development (BDD).

    • Feature

    • Scenario

    • Given

    • When

    • Then

    • And

    • But

  • Answered by AI
  • Q4. What we will use in plugin
  • Ans. 

    Plugins are used to extend the functionality of a software application.

    • Plugins are additional software components that can be added to an existing application to provide new features or functionalities.

    • They can be used to customize the behavior of the application without modifying its core code.

    • Examples of plugins include browser extensions, WordPress plugins, and Adobe Photoshop filters.

  • Answered by AI
  • Q5. How to run runner class
  • Ans. 

    To run a runner class, you can use a test runner tool like JUnit or TestNG in your automation testing framework.

    • Use a test runner tool like JUnit or TestNG to execute the runner class

    • Add the @RunWith annotation in JUnit or specify the runner class in TestNG XML file

    • Make sure the runner class includes the necessary setup and teardown methods for test execution

  • Answered by AI
  • Q6. Java oops, strings , exception handling
  • Q7. How to run parallel mode in testng,groups,priority
  • Ans. 

    TestNG allows running tests in parallel mode using groups and priorities.

    • Use 'parallel' attribute in testng.xml file to specify parallel mode (e.g. )

    • Use 'groups' attribute in testng.xml file to group tests that should run in parallel (e.g. )

    • Use 'priority' attribute in testng.xml file to specify the order in which tests should run (e.g.

  • Answered by AI
  • Q8. Write Merge Sort Programme
  • Ans. 

    Merge Sort is a divide and conquer algorithm that divides the input array into two halves, sorts them, and then merges them back together.

    • Divide the array into two halves recursively

    • Sort each half using Merge Sort recursively

    • Merge the sorted halves back together

  • Answered by AI
  • Q9. Write Reverse a string programme
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters from the input string

    • Iterate through the array in reverse order and append each character to a new string

    • Return the reversed string

  • Answered by AI
  • Q10. Write syntax of data driven testing (XSSF Workbook) Syntax
  • Ans. 

    Data driven testing syntax using XSSF Workbook

    • Create XSSFWorkbook object

    • Get the sheet from the workbook

    • Iterate through rows and columns to fetch test data

    • Use test data in your test cases

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Selenium basics ( window handles , screenshot,reports, file upload and download, Add extension, Headless mode)

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say it is easy to crack Service based Companies. Just prepare all the concepts of Selenium, Java,TestNG,Maven,GitHub and basic 20 Programmes.

For Selenium and BDD(Cucumber)Learn Rahul Shetty Udemy course
For Java search and learn top 200 interview questions.
Basic programmes like ( Duplicate characters,reverse string,unique characters, string anagram, Bubble sort , merge sort, quick sort and some more) .

How I switched from my current company.
Do’s
Uninstall social media apps.
Stop watching movies.
Stop eating Junk food.
Study at least 1-2 hours daily.
Listen motivational songs.
Make connections on LinkedIn.
Make single page resume by creating on overleaf website.

How to apply to companies.
Don’t apply directly on company website(Big mistake)
Send resumes to hr directly(u will get their mails on some posts on LinkedIn)
Ask referral on LinkedIn.
Update Naukri daily 9am and put notice period to 30 or 15days.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Different types of waits
  • Ans. 

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

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: WebDriverWait in Selenium is an example of explicit w

  • Answered by AI
  • Q2. Multiple window handles
  • Ans. 

    Multiple window handles are used in automation testing to handle multiple browser windows or tabs simultaneously.

    • Use getWindowHandles() method to get all the window handles

    • Switch between window handles using switchTo().window(handle)

    • Close a specific window handle using driver.close()

    • Example: driver.getWindowHandles()

    • Example: driver.switchTo().window(handle)

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Sallary expected
  • Q2. Location preference

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for hcl tech..plenty of projects

Skills evaluated in this interview

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

(2 Questions)

  • Q1. DIFferent Exceptions in Selenium
  • Ans. 

    Different exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when the element is no longer attached to the DOM.

    • T...

  • Answered by AI
  • Q2. Write logic for prime number
  • Ans. 

    A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • Start by checking if the number is less than 2, if so it is not a prime number

    • Loop through numbers from 2 to the square root of the number and check if the number is divisible by any of them

    • If the number is not divisible by any number in the loop, then it is a prime number

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Selenium detailed concept, java and tesng
  • Q2. Testng annotations
  • Q3. Oops concept java
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. OOPS Concept Interface Inheritance Method Overloading Hashmap, Hashtable Agile methodology Bug cycle Defect management tool Different types of Xpath How to generate report in selenium
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain framework
  • Ans. 

    A testing framework is a set of guidelines, coding standards, concepts, processes, practices, project hierarchies, modularity, reporting mechanisms, and tool support for writing automated tests.

    • Provides a structure for organizing test scripts and test data

    • Offers reusable functions and libraries for common testing tasks

    • Helps in generating test reports and managing test execution

    • Supports integration with other tools and

  • Answered by AI
  • Q2. Java code to identify duplicates in given string
  • Ans. 

    Java code to identify duplicates in a given string

    • Convert the string into an array of characters

    • Use a HashMap to store each character and its frequency

    • Iterate through the array and check if the character already exists in the HashMap

    • If it does, increment the frequency count, if not, add it to the HashMap

    • Finally, iterate through the HashMap and print out the characters with frequency greater than 1

  • Answered by AI

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Automation Tester interview?
Wipro interview process usually has 1 rounds. The most common rounds in the Wipro interview process are Technical.
How to prepare for Wipro Automation Tester 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 Wipro. The most common topics and skills that interviewers at Wipro expect are Automation Testing, Selenium, Java, API Testing and Cucumber.
What are the top questions asked in Wipro Automation Tester interview?

Some of the top questions asked at the Wipro Automation Tester interview -

  1. Where multiple inheritance used in automation framew...read more
  2. What is RemoteWebDri...read more
  3. Java: Reverse a String, array, abstraction, interface, sum of digits of num...read more

Tell us how to improve this page.

Wipro Automation Tester Salary
based on 106 salaries
₹2.1 L/yr - ₹9.9 L/yr
15% less than the average Automation Tester Salary in India
View more details

Wipro Automation Tester Reviews and Ratings

based on 7 reviews

4.0/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

2.5

Salary

4.0

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Automation Tester

Bangalore / Bengaluru

7-12 Yrs

₹ 10-17 LPA

Explore more jobs
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.3 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

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