Add office photos
Accenture logo
Employer?
Claim Account for FREE

Accenture

3.8
based on 57k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Senior QA Analyst
Clear (1)

Accenture Senior QA Analyst Interview Questions and Answers

Updated 2 Jan 2025

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
right arrow

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
right arrow

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
right arrow

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
right arrow
Discover Accenture 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
right arrow

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
right arrow

More about working at Accenture

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

Interview Process at Accenture Senior QA Analyst

based on 7 interviews
2 Interview rounds
Technical Round
HR Round
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior QA Analyst Interview Questions from Similar Companies

View all
Recently Viewed
INTERVIEWS
Accenture
No Interviews
REVIEWS
Ernst & Young
No Reviews
COMPANY BENEFITS
Ernst & Young
No Benefits
REVIEWS
Ernst & Young
No Reviews
INTERVIEWS
Accenture
No Interviews
REVIEWS
Ernst & Young
No Reviews
INTERVIEWS
Accenture
No Interviews
DESIGNATION
COMPANY BENEFITS
Ernst & Young
No Benefits
INTERVIEWS
Accenture
No Interviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
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