Add office photos
Engaged Employer

GlobalLogic

3.6
based on 4.7k Reviews
Video summary
Filter interviews by

Wipro Interview Questions and Answers

Updated 17 Nov 2024
Popular Designations

Q1. What is the difference between TDD and BDD?

Ans.

TDD focuses on testing the functionality of individual units of code, while BDD focuses on testing the behavior of the system as a whole.

  • TDD stands for Test-Driven Development, where tests are written before the code is implemented to drive the development process.

  • BDD stands for Behavior-Driven Development, where tests are written in a human-readable format to describe the behavior of the system.

  • TDD is more focused on the technical aspects of the code, ensuring that individua...read more

Add your answer

Q2. Write a program to store the characters of a string in arraylist and print the arraylist.

Ans.

Program to store characters of a string in an arraylist and print it.

  • Create an ArrayList to store characters

  • Iterate through the string and add each character to the ArrayList

  • Print the ArrayList

Add your answer

Q3. What are Cucumber hooks?

Ans.

Cucumber hooks are blocks of code that run before or after each scenario in Cucumber tests.

  • Cucumber hooks allow for setup and teardown actions before and after scenarios

  • They can be used to perform actions like opening a browser before a scenario and closing it after

  • Hooks can be defined at different levels such as global, scenario, or feature level

Add your answer

Q4. What is dry run?

Ans.

A dry run is a rehearsal or practice of a process or procedure to ensure it works correctly without actually executing it.

  • Dry run is a simulation of a process or procedure to identify any potential issues before actual execution.

  • It helps in testing the logic and flow of a program without actually running it.

  • Commonly used in software testing to ensure the code functions as expected.

  • Can also be used in manufacturing to test production processes before full-scale implementation.

Add your answer
Discover Wipro interview dos and don'ts from real experiences

Q5. How do you install cypress

Ans.

Cypress can be installed using npm package manager.

  • Install Node.js if not already installed

  • Open terminal and run 'npm install cypress'

  • Once installation is complete, run 'npx cypress open' to open Cypress Test Runner

Add your answer

Q6. Reverse a string in Javascript

Ans.

Reverse a string in Javascript

  • Use the split() method to convert the string into an array of characters

  • Use the reverse() method to reverse the order of the characters

  • Use the join() method to convert the array back into a string

Add your answer

Q7. selenium vs cypress

Ans.

Selenium is a widely used open-source tool for web automation testing, while Cypress is a newer tool known for its fast and reliable testing capabilities.

  • Selenium is more established and has a larger community support

  • Cypress is known for its fast test execution times

  • Cypress has built-in support for modern web technologies like React and Angular

  • Selenium supports multiple programming languages like Java, Python, and C#

  • Cypress has a simpler and more user-friendly API compared to...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Wipro

based on 3 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top QA Engineer Interview Questions from Similar Companies

3.8
 • 18 Interview Questions
4.0
 • 14 Interview Questions
3.8
 • 12 Interview Questions
4.0
 • 11 Interview Questions
3.5
 • 10 Interview Questions
3.7
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter