Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ness Digital Engineering Team. If you also belong to the team, you can get access from here

Ness Digital Engineering Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 567 Reviews

Filter interviews by

Ness Digital Engineering Selenium Automation Interview Questions, Process, and Tips

Updated 12 Oct 2020

Ness Digital Engineering Selenium Automation Interview Experiences

1 interview found

Interview Questionnaire 

7 Questions

  • Q1. How to handle Multiple popups in selenium?
  • Ans. 

    To handle multiple popups in Selenium, we can use getWindowHandles() and switchTo() methods.

    • Use getWindowHandles() method to get all the window handles

    • Switch to the desired window using switchTo() method

    • Perform actions on the popup window

    • Switch back to the main window using switchTo() method

  • Answered by AI
  • Q2. How to send credentials via URL?
  • Ans. 

    Credentials can be sent via URL by appending them to the URL as query parameters.

    • Append the username and password as query parameters to the URL

    • Encode the username and password using Base64 encoding

    • Example: http://example.com/login?username=admin&password=encoded_password

  • Answered by AI
  • Q3. Difference between Explicit wait and Fluent Wait?
  • Ans. 

    Explicit wait waits for a specific condition while Fluent wait waits for a condition with polling interval.

    • Explicit wait waits for a specific condition to occur before proceeding further

    • Fluent wait waits for a condition with a polling interval and ignores exceptions

    • Explicit wait is used when we know the condition and the maximum time to wait for it

    • Fluent wait is used when we don't know the maximum time to wait for a co...

  • Answered by AI
  • Q4. How to Scroll page to desired ocation?
  • Ans. 

    To scroll page to desired location, use JavaScriptExecutor and scrollTo() method.

    • Create an instance of JavaScriptExecutor

    • Use executeScript() method to execute scrollTo() method

    • Pass the desired location as arguments to scrollTo() method

    • Example: ((JavascriptExecutor) driver).executeScript("window.scrollTo(0, document.body.scrollHeight)");

  • Answered by AI
  • Q5. How to get all the options in a DropDown?
  • Ans. 

    To get all options in a dropdown, use the getOptions() method and store the values in an array of strings.

    • Locate the dropdown element using any of the locators

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

    • Use the getOptions() method to get all the options in the dropdown

    • Store the options in an array of strings

  • Answered by AI
  • Q6. How to initialize chrome driver?
  • Ans. 

    To initialize Chrome driver, create an instance of ChromeDriver class.

    • Create an instance of ChromeDriver class

    • Set the path of ChromeDriver executable file

    • Use the instance to interact with the browser

  • Answered by AI
  • Q7. How to execute feature file in parallel in BDD Cucumber Framework
  • Ans. 

    To execute feature files in parallel in BDD Cucumber Framework, we can use tools like Maven Surefire plugin or Cucumber-JVM-Parallel-Plugin.

    • Use Maven Surefire plugin to run tests in parallel by adding and tags in pom.xml file

    • Use Cucumber-JVM-Parallel-Plugin to run tests in parallel by adding @CucumberOptions(plugin = {"json:target/cucumber-report/cucumber.json", "com.github.temyers:cucumber-jvm-parallel-plugin:5.0.0"...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all basics

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Coding Questions Reverse string
  • Q2. Webtables, dropdown,iframes, IWebdriver

Ness Digital Engineering Interview FAQs

What are the top questions asked in Ness Digital Engineering Selenium Automation interview?

Some of the top questions asked at the Ness Digital Engineering Selenium Automation interview -

  1. How to execute feature file in parallel in BDD Cucumber Framew...read more
  2. How to handle Multiple popups in seleni...read more
  3. How to get all the options in a DropDo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 782 Interviews
CitiusTech Interview Questions
3.4
 • 261 Interviews
View all

Fast track your campus placements

View all
Senior Software Engineer
787 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Engineer
512 salaries
unlock blur

₹2.4 L/yr - ₹12 L/yr

Member Technical Staff
238 salaries
unlock blur

₹8.8 L/yr - ₹30.4 L/yr

Software Developer
228 salaries
unlock blur

₹2.5 L/yr - ₹11.7 L/yr

Senior QA Engineer
220 salaries
unlock blur

₹5.9 L/yr - ₹23 L/yr

Explore more salaries
Compare Ness Digital Engineering with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview