Add office photos
Employer?
Claim Account for FREE

Accenture

3.9
based on 53.3k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

LV Automation Pte. Ltd. Interview Questions and Answers

Updated 2 Jan 2025
Popular Designations

Q1. How to handle webtable in selenium

Ans.

Webtables in Selenium can be handled using methods like findElements, getText, getAttribute, etc.

  • Use findElements method to locate the table and its rows

  • Iterate through rows and columns using loops

  • Use getText method to retrieve text from cells

  • Use getAttribute method to retrieve specific attributes like class, id, etc.

Add your answer

Q2. Types of xpath, how to access

Ans.

There are two types of XPath: Absolute and Relative. Absolute XPath starts from the root node, while Relative XPath starts from any node.

  • Absolute XPath starts with a single forward slash (/) and is used to select nodes starting from the root node.

  • Relative XPath starts with a double forward slash (//) and is used to select nodes anywhere in the document.

  • Examples: Absolute XPath - /html/body/div[1]/p[2], Relative XPath - //input[@id='username']

Add your answer

Q3. Different types of selenium waits

Ans.

Different types of Selenium waits include implicit, explicit, and fluent waits.

  • 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: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

Add your answer

Q4. Automation Framework used

Ans.

We use a hybrid automation framework combining keyword-driven and data-driven approaches.

  • Combines keyword-driven and data-driven testing

  • Allows for reusability of test scripts

  • Enhances maintainability and scalability of automation suite

Add your answer
Discover LV Automation Pte. Ltd. interview dos and don'ts from real experiences

Q5. Implicit wait Explicit wait

Ans.

Implicit wait is used to wait for elements to load in the DOM, while explicit wait is used to wait for a specific condition to be met.

  • Implicit wait is set globally for the entire duration of the WebDriver instance.

  • Explicit wait is applied only to specific elements or conditions.

  • Implicit wait is defined once and applied to all elements, while explicit wait is defined each time it is needed.

  • Example: Implicit wait - driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS)...read more

Add your answer

Q6. How to switch iframe

Ans.

To switch iframes, you need to first locate the iframe element and then switch to it using appropriate methods.

  • Locate the iframe element using its index, name, id, or any other attribute

  • Switch to the iframe using driver.switchTo().frame() method

  • To switch back to the default content, use driver.switchTo().defaultContent()

Add your answer

More about working at Accenture

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated IT/ITES Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at LV Automation Pte. Ltd.

based on 6 interviews in the last 1 year
2 Interview rounds
Technical Round
HR Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior QA Analyst Interview Questions from Similar Companies

3.6
 • 11 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
Get AmbitionBox app

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