i
Wipro
Filter interviews by
The find elements method returns a list of web elements matching a specified locator. Window handles return type is a set of strings representing unique identifiers for browser windows.
Find elements method returns a list of web elements matching a specified locator
Window handles return type is a set of strings representing unique identifiers for browser windows
Cucumber options are configuration settings used in Cucumber to customize test execution.
Cucumber options can be used to specify features, tags, formats, and more in the test execution
Examples include specifying tags to run specific scenarios, setting output formats for test reports, and defining feature files to run
Credit memo and demit memo are financial documents used in accounting to record adjustments to accounts receivable and accounts payable.
Credit memo is issued by a seller to a buyer to reduce the amount owed by the buyer for goods or services provided.
Demit memo is issued by a buyer to a seller to request a reduction in the amount owed due to issues like damaged goods or incorrect billing.
Both credit memo and demit...
P2P (Procure-to-Pay) is the process of requisitioning, purchasing, receiving, paying for, and accounting for goods and services in a business.
Requisitioning: Requesting goods or services needed by the business.
Purchasing: Finding suppliers, negotiating prices, and creating purchase orders.
Receiving: Accepting and inspecting the goods or services received.
Paying for: Processing invoices and making payments to suppl...
What people are saying about Wipro
Implicit wait is set globally for all elements, while explicit wait is applied to specific elements only.
Implicit wait is set using 'driver.manage().timeouts().implicitlyWait()' method
Explicit wait is implemented using WebDriverWait class with ExpectedConditions
Implicit wait is applied globally for all elements, while explicit wait is applied to specific elements only
Implicit wait is used to wait for elements to l...
I possess extensive knowledge in software testing methodologies, tools, and best practices to ensure high-quality software delivery.
Proficient in various testing types: unit, integration, system, and acceptance testing.
Experience with automation tools like Selenium and JUnit for efficient test execution.
Strong understanding of Agile methodologies and participation in Scrum ceremonies.
Ability to write clear and con...
CSS selectors can be found using browser developer tools or by inspecting the HTML code.
Use browser developer tools to inspect elements and find their CSS selectors
Inspect the HTML code to find class or ID names that can be used as selectors
Use CSS selector reference guides to learn about different types of selectors
Experiment with different selectors to find the most efficient and specific one for your needs
Collections are objects that group multiple elements into a single unit.
Collections are used to store, retrieve, manipulate and communicate aggregate data.
Types of collections include List, Set, Map, Queue, Stack, etc.
Collections can be used to improve code readability, maintainability and performance.
Example: ArrayList is a type of List collection that stores elements in an ordered sequence.
Example: HashMap is a ...
Program to remove duplicates from an array list
Create a new empty array list
Loop through the original array list
If the element is not already in the new array list, add it
Return the new array list
A program to generate Fibonacci series.
Declare two variables to store the first two numbers of the series
Loop through the series and add the previous two numbers to get the next number
Print the series or store it in an array
I appeared for an interview in Jan 2025, where I was asked the following questions.
I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.
Cucumber options are configuration settings used in Cucumber to customize test execution.
Cucumber options can be used to specify features, tags, formats, and more in the test execution
Examples include specifying tags to run specific scenarios, setting output formats for test reports, and defining feature files to run
In my project, I have used Oops concepts like Inheritance, Polymorphism, Encapsulation, and Abstraction.
Inheritance: Reusing code and creating a hierarchy of classes.
Polymorphism: Ability to present the same interface for different data types.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Abstraction: Hiding the implementation details and showing only the necessary features.
The find elements method returns a list of web elements matching a specified locator. Window handles return type is a set of strings representing unique identifiers for browser windows.
Find elements method returns a list of web elements matching a specified locator
Window handles return type is a set of strings representing unique identifiers for browser windows
I applied via Indeed and was interviewed in Dec 2023. There was 1 interview round.
P2P (Procure-to-Pay) is the process of requisitioning, purchasing, receiving, paying for, and accounting for goods and services in a business.
Requisitioning: Requesting goods or services needed by the business.
Purchasing: Finding suppliers, negotiating prices, and creating purchase orders.
Receiving: Accepting and inspecting the goods or services received.
Paying for: Processing invoices and making payments to suppliers.
...
Credit memo and demit memo are financial documents used in accounting to record adjustments to accounts receivable and accounts payable.
Credit memo is issued by a seller to a buyer to reduce the amount owed by the buyer for goods or services provided.
Demit memo is issued by a buyer to a seller to request a reduction in the amount owed due to issues like damaged goods or incorrect billing.
Both credit memo and demit memo...
Scenario based questions
I appeared for an interview in Jan 2023.
Reasoning,logical question will be there and communication based english subject also there
Its about the knowledge of subject
My weakness is that I can be overly critical of my own work.
I tend to be a perfectionist and can spend too much time on a task to ensure it is flawless.
I often find it difficult to delegate tasks because I want to ensure they are done correctly.
I am working on improving my ability to accept constructive criticism and not take it personally.
As a Senior Test Engineer, I can contribute to the company by ensuring high-quality software through comprehensive testing and implementing efficient testing strategies.
I can design and execute test plans, test cases, and test scripts to identify and report software defects.
I can collaborate with cross-functional teams to understand project requirements and provide input on testability and quality aspects.
I can automat...
My interest lies in exploring new technologies and finding innovative solutions to complex problems.
I am passionate about staying updated with the latest advancements in the field of software testing.
I enjoy working on challenging projects that require critical thinking and problem-solving skills.
I have a keen interest in test automation and continuous integration to improve efficiency and productivity.
I am enthusiasti...
My goal is to contribute my expertise and experience as a Senior Test Engineer to help improve the quality and efficiency of the testing process in this organization.
To utilize my skills and knowledge in software testing to identify and resolve defects
To collaborate with cross-functional teams to ensure high-quality software releases
To implement and improve test strategies, methodologies, and processes
To mentor and gui...
I expect a competitive package based on my experience, skills, and the responsibilities of the Senior Test Engineer role.
Consider the market rate for Senior Test Engineers in the industry.
Take into account your years of experience and expertise in the field.
Factor in the responsibilities and expectations of the role.
Research the salary range offered by the company or similar organizations.
Consider any additional benefi...
I possess extensive knowledge in software testing methodologies, tools, and best practices to ensure high-quality software delivery.
Proficient in various testing types: unit, integration, system, and acceptance testing.
Experience with automation tools like Selenium and JUnit for efficient test execution.
Strong understanding of Agile methodologies and participation in Scrum ceremonies.
Ability to write clear and concise ...
Experienced candidate
I have X years of experience in software testing
I have worked on various testing methodologies and tools
I have successfully executed test plans and identified bugs in previous projects
I applied via Approached by Company and was interviewed before Jun 2023. There were 2 interview rounds.
Implicit wait is set globally for all elements, while explicit wait is applied to specific elements only.
Implicit wait is set using 'driver.manage().timeouts().implicitlyWait()' method
Explicit wait is implemented using WebDriverWait class with ExpectedConditions
Implicit wait is applied globally for all elements, while explicit wait is applied to specific elements only
Implicit wait is used to wait for elements to load b...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, preventing direct access to the data from outside the unit.
Encapsulation helps in data hiding and abstraction
It allows for better control over data access and modification
Access to the data is restricted to methods within the class
Getters and setters are commonly used to access and modify encapsulated data
I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.
Interview went for 90mins. Basic coding questions related to data types were asked.
Alongwith past work experience.
I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.
I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.
This program searches for a specific character in a given sentence and returns its occurrences.
Use a loop to iterate through each character in the string.
Utilize the charAt() method to access individual characters.
Count occurrences of the specified character.
Example: For the sentence 'Hello World', searching for 'o' should return 2.
A program to generate Fibonacci series.
Declare two variables to store the first two numbers of the series
Loop through the series and add the previous two numbers to get the next number
Print the series or store it in an array
The duration of Wipro Senior Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 17 interview experiences
Difficulty level
Duration
based on 411 reviews
Rating in categories
Project Engineer
33.3k
salaries
| ₹3.2 L/yr - ₹7.3 L/yr |
Senior Software Engineer
23.2k
salaries
| ₹6.2 L/yr - ₹19 L/yr |
Senior Associate
21.9k
salaries
| ₹1.8 L/yr - ₹5.5 L/yr |
Technical Lead
20.2k
salaries
| ₹16.6 L/yr - ₹30 L/yr |
Senior Project Engineer
18.6k
salaries
| ₹6.4 L/yr - ₹18.4 L/yr |
TCS
Infosys
Tesla
Amazon