Add office photos
IBS Software Services logo
Engaged Employer

IBS Software Services

Verified
3.6
based on 640 Reviews
Video summary
Filter interviews by
Automation Tester
Clear (1)

IBS Software Services Automation Tester Interview Questions and Answers

Updated 5 Feb 2024

Q1. How to validate that the URL loaded is correct or not?

Ans.

To validate the correct URL loaded, check the current URL in the browser.

  • Get the current URL from the browser using driver.getCurrentUrl() method in Selenium.

  • Compare the current URL with the expected URL to validate correctness.

  • Use assertions or conditional statements to confirm if the URL is correct.

  • Consider handling any redirects or dynamic URLs that may affect validation.

  • Utilize regular expressions for more flexible URL validation.

Add your answer
right arrow

Q2. How to read data from an XL file using selenium

Ans.

You can read data from an Excel file using Apache POI library in Selenium.

  • Use Apache POI library to interact with Excel files

  • Create a FileInputStream object to read the Excel file

  • Create a Workbook object to represent the Excel file

  • Get the desired sheet from the Workbook

  • Iterate through rows and cells to read data

Add your answer
right arrow

Q3. How to perform Mouse actions

Ans.

Mouse actions can be performed using Selenium WebDriver by using Actions class

  • Create an instance of Actions class

  • Use methods like moveToElement, click, doubleClick, contextClick, dragAndDrop, etc.

  • Perform the desired action by calling the respective method on the Actions object

Add your answer
right arrow

Q4. Oops Concepts of Java

Ans.

Oops Concepts of Java are fundamental principles of object-oriented programming.

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

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

  • Abstraction: Hiding the implementation details and showing only the necessary features of an object.

Add your answer
right arrow
Discover IBS Software Services interview dos and don'ts from real experiences

Q5. Alert handling in selenium

Ans.

Alert handling in Selenium involves handling pop-up alerts, confirmation alerts, and prompt alerts.

  • Use driver.switchTo().alert() method to handle alerts

  • To accept an alert, use alert.accept() method

  • To dismiss an alert, use alert.dismiss() method

  • To get text from an alert, use alert.getText() method

  • To send text to a prompt alert, use alert.sendKeys() method

Add your answer
right arrow

Q6. Waits in selenium

Ans.

Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

  • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

  • Explicit Wait: Waits for a certain condition to be met before proceeding.

  • Fluent Wait: Waits for a condition with a defined maximum amount of time.

  • Thread.sleep(): Pauses the execution for a specified amount of time.

Add your answer
right arrow
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 IBS Software Services Automation Tester

based on 1 interviews
Interview experience
3.0
Average
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Automation Tester Interview Questions from Similar Companies

Accenture Logo
3.8
 • 11 Interview Questions
Infosys Logo
3.6
 • 10 Interview Questions
View all
Recently Viewed
SALARIES
IBS Software Services
DESIGNATION
INTERVIEWS
IBS Software Services
No Interviews
LIST OF COMPANIES
Ivrcl Infrastructures & Projects
Locations
INTERVIEWS
Escorts Construction Equipment
No Interviews
INTERVIEWS
Action Construction Equipment
No Interviews
INTERVIEWS
IBS Software Services
No Interviews
JOBS
GE
No Jobs
INTERVIEWS
Escorts Construction Equipment
No Interviews
SALARIES
IBS Software Services
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