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

Filter interviews by

Wipro Automation and Manual Tester Interview Questions, Process, and Tips

Updated 28 Sep 2024

Wipro Automation and Manual Tester Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Kalka Institute for Research and Advanced Studies, Delhi and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is manual testing
  • Ans. 

    Manual testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases manually to identify bugs and issues in the software.

    • Testers follow predefined test cases and scenarios to ensure the software meets the specified requirements.

    • It is a time-consuming process but allows for human intuition and creativity in testing.

    • Examples of ma...

  • Answered by AI
  • Q2. What is automation testing
  • Ans. 

    Automation testing is the process of using tools and scripts to execute test cases and compare actual outcomes with expected outcomes.

    • Automation testing helps in reducing manual effort and time required for testing

    • It increases test coverage and efficiency

    • Examples of automation testing tools include Selenium, Appium, and JUnit

  • Answered by AI
  • Q3. What is Software development life cycle
  • Ans. 

    Software development life cycle (SDLC) is a process used by software development teams to design, develop, test, and deploy software.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets the requirements.

    • Examples of SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps in e...

  • Answered by AI
  • Q4. What is Software testing life cycle
  • Ans. 

    Software testing life cycle is a process of planning, designing, executing, and reporting on tests throughout the software development life cycle.

    • It involves planning the testing activities

    • Designing test cases based on requirements

    • Executing the test cases to identify defects

    • Reporting and tracking defects

    • Retesting and regression testing

  • Answered by AI
  • Q5. What is defect in manual testing
  • Ans. 

    A defect in manual testing refers to an issue or flaw in the software application that is identified during the testing process.

    • Defects can include functionality issues, design flaws, performance problems, or security vulnerabilities.

    • Defects are typically logged in a defect tracking system and assigned to developers for resolution.

    • Examples of defects include a button not working as intended, incorrect calculations in a...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Wipro Automation and Manual Tester interview:
  • What is white box testing
  • Black Box Testing
  • SDLC
  • STLC
  • Defrct
Interview preparation tips for other job seekers - This is really nice application.. to prepare interview

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Program to reverse an array
  • Ans. 

    Program to reverse an array of strings

    • Create a new array to store the reversed strings

    • Iterate through the original array in reverse order and add each element to the new array

    • Return the new array with reversed strings

  • Answered by AI
  • Q2. Action class in selenium
  • Ans. 

    Action class in Selenium is used to perform complex user interactions like drag and drop, double click, etc.

    • Action class is part of the Selenium WebDriver API

    • It is used to perform advanced user interactions that cannot be achieved using simple WebDriver commands

    • Examples of actions include drag and drop, double click, context click, etc.

    • Actions are performed by creating an Action object, adding individual actions to it,

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions & Answers

IBM user image Priyanka Bhosale

posted on 8 May 2024

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

(1 Question)

  • Q1. Oop concepts Coding/ programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical interview-
All basic technical concepts should be strong. You should be able write block of code that interviewer may ask.
Be real about what you really know. If you have really not worked on any technology tell them before they ask any questions on that topic. Redirect the interview to discuss on what you know well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 - Aptitude Test 

Checks the strength and weekness

Round 3 - HR 

(1 Question)

  • Q1. What do you measure success in the role
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Introduction current project framework java core selenium etc
Round 3 - Technical 

(1 Question)

  • Q1. Introduction current project framework core java version control CI/CD selenium etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location LWD etc

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your knowledge polished because interviewer ask from very basic to the current scenario.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very tough....And critical thinking

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your Strength?
  • Q2. Tell me about your Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't fear about your interview.Pratice well...Do well

I applied via Company Website and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Assignment 

Selenium ,java any topic based question

Round 2 - Technical 

(1 Question)

  • Q1. Any Techinical questions
Round 3 - HR 

(1 Question)

  • Q1. Project level question thank

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Tester interview:
  • Selenium
  • Core Java
  • Automation Testing
Interview preparation tips for other job seekers - thanks for giving me thise oppertunities........................

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. White box block box differents?
  • Ans. 

    White box testing is testing the internal structure of the application while black box testing is testing the functionality without knowledge of the internal structure.

    • White box testing is also known as clear box testing or structural testing.

    • It involves testing the code, database, and server configurations.

    • Black box testing is also known as functional testing.

    • It involves testing the application's functionality without...

  • Answered by AI
  • Q2. What is that manual testing?
  • Ans. 

    Manual testing is a process of verifying software manually to find defects and ensure it meets requirements.

    • Manual testing involves executing test cases manually without the use of automation tools.

    • It is a time-consuming process but helps in identifying defects that may be missed by automation.

    • Testers use their knowledge and experience to identify defects and provide feedback to improve the software.

    • Examples of manual ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank u for giving this opportunity , Hr Round

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is system testing
  • Ans. 

    System testing is a type of testing that verifies the behavior of a complete and fully integrated software system.

    • It is performed on a complete system, not individual components

    • It tests the system's compliance with functional and non-functional requirements

    • It includes testing of system performance, security, reliability, and scalability

    • It can be manual or automated

    • Examples include end-to-end testing, regression testing

  • Answered by AI
  • Q2. Difference between rest and soap
  • Ans. 

    REST is an architectural style for web services while SOAP is a protocol for exchanging structured information.

    • REST uses HTTP protocol while SOAP can use any protocol

    • REST is lightweight and easy to implement while SOAP is more complex

    • REST supports multiple data formats like JSON, XML, etc. while SOAP only supports XML

    • REST is stateless while SOAP can maintain state between requests

    • REST is preferred for mobile and web ap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, answer the questions clearly, ask if you don't get it and do your best

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Jasmin and selenium how to use and integrate to application
  • Ans. 

    Jasmin is a testing framework and Selenium is a tool for automating web browsers. They can be integrated to test web applications.

    • Jasmin is a behavior-driven development (BDD) testing framework that uses natural language to describe test scenarios.

    • Selenium is a tool for automating web browsers and can be used to simulate user interactions with a web application.

    • Jasmin and Selenium can be integrated to test web applicat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be aware of autmation testing & all js framework basic flow you need to understand

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Automation and Manual Tester interview?
Wipro interview process usually has 1 rounds. The most common rounds in the Wipro interview process are Technical.
What are the top questions asked in Wipro Automation and Manual Tester interview?

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

  1. What is Software development life cy...read more
  2. What is Software testing life cy...read more
  3. What is defect in manual test...read more

Tell us how to improve this page.

Wipro Automation and Manual Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Wipro Automation and Manual Tester Salary
based on 6 salaries
₹3.2 L/yr - ₹5.8 L/yr
14% less than the average Automation and Manual Tester Salary in India
View more details
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23.1k salaries
unlock blur

₹5.8 L/yr - ₹23 L/yr

Senior Associate
21.3k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.4k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
18.7k salaries
unlock blur

₹8.3 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.3
Compare

Amazon

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