Add office photos
Engaged Employer

Dassault Systemes

4.0
based on 907 Reviews
Filter interviews by

10+ Lakshita Fashions Interview Questions and Answers

Updated 21 Nov 2024
Popular Designations

Q1. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?

Ans.

Data is driven in automation through input files or databases. Validation is done through assertions and comparing expected vs actual results.

  • Data can be driven through input files like CSV, Excel or databases like MySQL, Oracle

  • Assertions can be used to validate data accuracy and precision

  • Expected vs actual results can be compared to ensure data correctness

  • Data can also be validated through manual inspection or using tools like SQL queries

Add your answer

Q2. 6)What do you do when your automation script fails , debug process?

Ans.

When automation script fails, debug process involves identifying the root cause and fixing it.

  • Check the error logs and identify the line of code where the script failed

  • Verify the test data and environment setup

  • Re-run the script with debug mode enabled to identify the issue

  • Fix the issue and re-run the script to ensure it passes

  • Update the test case and report the issue to the development team if necessary

Add your answer

Q3. What is Regression testing and what is regression defects?

Ans.

Regression testing is retesting of software to ensure that recent changes have not adversely affected existing features. Regression defects are bugs that reappear after changes.

  • Regression testing is performed to make sure that new code changes have not introduced any new bugs or caused existing functionalities to break.

  • It involves re-executing test cases that cover the impacted areas of the software.

  • Regression defects are bugs that were previously fixed but resurface after ne...read more

Add your answer

Q4. how you will validate the input you are giving while login if its correct but not with the success message and algorithm for it

Ans.

Validate input by checking for specific error messages instead of success message

  • Check for error messages related to incorrect input (e.g. 'Invalid username/password')

  • Verify the response code or status returned after login attempt

  • Look for any specific patterns in the error messages that indicate incorrect input

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

Q5. Find the xpath of "Google Search tab" & "Voice search button"?

Ans.

Use xpath to locate Google Search tab and Voice search button on the webpage.

  • For Google Search tab: //input[@name='btnK']

  • For Voice search button: //div[@aria-label='Search by voice']

Add your answer

Q6. main method in java ,whether it can be overloaded , overrided? why it cannot be overrided?

Ans.

The main method in Java can be overloaded but not overridden.

  • Main method can be overloaded by defining multiple main methods with different parameters.

  • Overloading allows multiple methods with the same name but different parameters.

  • Main method cannot be overridden because it is a static method and static methods cannot be overridden.

View 1 answer
Are these interview questions helpful?

Q7. How frequently do you run the Regression Test?

Ans.

Regression tests are run after every significant code change or new feature implementation.

  • Regression tests are typically run after every significant code change or new feature implementation to ensure that existing functionalities are not affected.

  • The frequency of running regression tests may vary depending on the project timeline and release cycle.

  • In Agile development, regression tests are often run as part of the continuous integration process, triggered by code commits.

  • Au...read more

Add your answer

Q8. Which libraries use for the verifying test cases?

Ans.

Some common libraries used for verifying test cases are JUnit, TestNG, Selenium, and RestAssured.

  • JUnit is a popular Java testing framework for unit testing.

  • TestNG is another Java testing framework that supports parameterized and data-driven testing.

  • Selenium is a widely used tool for automating web browsers for testing purposes.

  • RestAssured is a Java library for testing RESTful APIs.

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. Write a java program for reverse string without pre defined method.

Ans.

Java program to reverse a string without using predefined methods.

  • Create a char array from the input string.

  • Use two pointers, one at the start and one at the end, to swap characters.

  • Continue swapping characters until the pointers meet in the middle.

Add your answer

Q10. How to select 5 th dropdown option?

Ans.

To select the 5th dropdown option, locate the dropdown element and choose the 5th option.

  • Locate the dropdown element using its unique identifier or class name

  • Use a method like 'selectByIndex' or 'selectByVisibleText' to choose the 5th option

  • Verify that the correct option has been selected

Add your answer

Q11. how to select dropdown in selenium

Ans.

To select a dropdown in Selenium, use the Select class and its methods like selectByVisibleText, selectByValue, or selectByIndex.

  • Use the Select class from org.openqa.selenium.support.ui package

  • Identify the dropdown element using findElement method

  • Create a new Select object by passing the dropdown element as a parameter

  • Use selectByVisibleText, selectByValue, or selectByIndex methods to choose an option

Add your answer

Q12. Diff between findelement vs findelements

Ans.

findelement is used to find a single element on a webpage, while findelements is used to find multiple elements.

  • findelement returns the first matching element on the webpage

  • findelements returns a list of all matching elements on the webpage

  • Example: driver.findElement(By.id("elementId")) vs driver.findElements(By.className("elementClass"))

Add your answer

Q13. oops concepts used in framework

Ans.

Object-oriented programming concepts used in framework design

  • Inheritance: Allows classes to inherit attributes and methods from other classes

  • Encapsulation: Bundling data and methods that operate on the data into a single unit

  • Polymorphism: Ability to present the same interface for different data types

  • Abstraction: Hiding the complex implementation details and showing only the necessary features

Add your answer

Q14. Verification vs Validation?

Ans.

Verification ensures the product is built right, while validation ensures the right product is built.

  • Verification focuses on process, validation focuses on product

  • Verification answers 'Are we building the product right?'

  • Validation answers 'Are we building the right product?'

  • Verification is done before validation

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

Interview Process at Lakshita Fashions

based on 4 interviews
2 Interview rounds
Technical Round
HR 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.9
 • 18 Interview Questions
3.9
 • 13 Interview Questions
3.2
 • 13 Interview Questions
3.8
 • 11 Interview Questions
4.0
 • 10 Interview Questions
3.5
 • 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
70 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