Skip to main content
00:00/00:00
Lecture 55 of 171

What are the different strategies for organizing locators in an automation

Download Course (Free)

Course Content

0 / 171 completed
Section 1: Introduction1 videos

Introduction and How Interview Questions Are Designed

7m
Section 2: Interview Question Submission Form1 videos

Interview Question Submission Form

7m
Section 3: Selenium Core and Java Interview Questions19 videos

What interview questions will be covered in this session

12m

What are the Different Types of Frameworks

14m

What benefits does Selenium bring to the field of automation testing

15m

What is a Framework

10m

What is soft and hard assertion in selenium

12m

What is the difference between WebDriver.findElement vs WebElement.findElement

11m

What is the differences between Page Object Model and Page Factory

14m

What types of exceptions have you encountered while using Selenium WebDriver

15m

When to Use Hard and Soft Assertions

5m

When to Use Selenium Grid

10m

Which locators does Selenium support

11m

Explain Differences Between XPath and CSS Selector

11m

How can alerts be managed in Selenium WebDriver

9m

How do we utilize the CSS selector through the nth element

9m

How to Execute Tests in Chrome's Headless Mode

7m

How to manage alerts and popups originating from Windows in Selenium

16m

How to Overcome StaleElementReferenceException in Selenium

11m

What are Listeners in Selenium

9m

What are the Challenges with Selenium Automation

18m
Section 4: Advanced Selenium WebDriver API Interview Questions29 videos

How do you validate if an element is visible or hidden on a web page

10m

How do you perform a mouseover on a web element

11m

Write the syntax for XPath and CSS if ID and tag are given

8m

How do you use Contains regular expression in XPath

9m

How do you use regular expressions in CSS

9m

How to handle child windows

11m

How to handle HTTPS certification in Chromes

11m

In how many ways can we handle frames in the application using WebDriver methods

13m

What are the different types of locators present in WebDriver

16m

What are the key factors to consider when selecting a locator for elements

7m

What is implicit wait

11m

What are the methods to handle Java Alerts in Selenium

9m

What is the class available in Selenium to handle dropdowns

16m

What is the difference between implicit and explicit wait

19m

What is the difference between the get and navigate methods in Selenium

8m

What is the difference between the quit and close methods in WebDriver

7m

What is the significance of the desired capabilities mechanism in Selenium

4m

Which driver is required to run tests in Chrome

10m

Which driver is required to run tests in Firefox

3m

Which two functions are commonly used to implement explicit waits in Selenium We

9m

Write the syntax for XPath and CSS if ID and tag are given

8m

How do you take screenshots with Selenium WebDriver. Just explain with the code

5m

What is the difference between relative and absolute XPath

7m

Can you provide a sample XPath syntax to handle a parent from a child object

4m

How can we verify if we have successfully navigated to a child window

12m

How can you determine if a checkbox is selected in Selenium using Java

13m

How can you enter text in caps lock

11m

How can you get the count of links on a web page using Selenium

9m

How can you get the count of similar objects listed on a web page

11m
Section 5: Automation Framework and TestNG Interview Questions17 videos

How can multiple data parameterizations be managed within an Automation Framewor

16m

What are the annotations in TestNG. Name some of the annotation

16m

What is Invocation Count in TestNG

4m

How do you integrate TestNG with Selenium WebDriver

7m

What are the different strategies for organizing locators in an automation

9mNow Playing

How to achieve parallel execution in TestNG

22m

What is timeOut in TestNG

9m

How can you execute specific tests from a set of test cases in Automation

15m

Can you explain how you would execute preconditions for a specific scenario with

12m

How do you handle single data characterization in TestNG

13m

What is TestNG.mov

12m

What are the main file components of an Automation framework built for Selenium

13m

How to selectively execute test cases within a test suite

15m

What are the advantages of using TestNG over JUnit

18m

How to include and exclude test methods from your test suite execution

13m

How to set priority for execution in Automation Framework in TestNG

9m

How does TestNG generate reports

18m
Section 6: CucumberBDD Interview Questions12 videos

What purpose does the glue serve in the Cucumber Options tag

8m

How does a Cucumber-based Automation Framework handle multiple data parameteriza

13m

How do you handle single data parameterization in Cucumber

28m

What are the main file components of an Automation framework built for Selenium

21m

What is Scenario Outline in Cucumber

18m

Illustrate the benefits of Cucumber

14m

What is BDD in software testing

11m

Can you explain how you would execute preconditions

14m

How can I integrate TestNG with Cucumber to capture screenshots of failed tests

8m

How to set priority for execution in Cucumber Automation Framework

9m

How to include and exclude test methods from your test suite execution using Cuc

9m

How to execute test cases within a test suite in Cucumber

17m
Section 7: API Testing Web Service Interview Questions24 videos

Is it permissible to employ a POST request in lieu of put for resource creation

7m

What is a Rest API

12m

What makes API testing the most suitable form for automation testing

15m

Could you list of several authentication techniques utilized in APIs

12m

Which HTTP Methods are typically used

7m

How do PUT and POST methods differ from each other

6m

What is a post method

3m

What is a PUT method

3m

what are some of the biggest challenges associated with testing API

12m

Could you provide a list of several common JSON parsing techniques

11m

How can we distinguish between path and query parameters in an API request

4m

Is it possible to utilize a get request rather than put for resource creation

8m

How do you transmit attachments to an API using Rest Assured for testing

5m

How to define API details in Rest Assured Automation

10m

What is Rest Assured

11m

What is JSON Serialization & Deserialization in Rest Assured

8m

What is your comprehension of the payload in a RESTful web service

9m

What is the Protocol Used by RESTful Web Services

6m

What are are the differences between API testing and UI testing

14m

What are the differences between API testing and UI testing

14m

What are the essential elements of an HTTP message sent by a client

11m

What is Query Parameters

5m

What is Path Parameters

4m

What exactly needs to verify in API testing

16m
Section 8: DatabaseSQL Testing Interview Questions24 videos

Which types of strings are used in database columns in MySQL

12m

What is Date Functions. List some common Date Functions

11m

What is a view

3m

What do DDL, DML, and DCL stand for

7m

What are the commonly used SQL functions

17m

What are SQL constraints and how are they used

8m

What are joins and how does GROUP BY work

18m

List some common aggregate functions

6m

How can you retrieve data from tables in a sorted order

9m

How can you retrieve a specific number of records from a table

6m

How can you rename an existing table using an SQL statement

7m

When should the LIKE operator be used in SQL

15m

How can you filter duplicate data when retrieving records from a table

8m

How can you drop a view

4m

How can you create a view in MySQL

6m

Explain the types of SQL Constraints

8m

Can you explain the Usage of SQL Constraints

8m

What is the purpose of the default table in databases

9m

What is the distinction between NOW() and CURRENT DATE() functions

11m

What is the difference between the WHERE and HAVING clauses in SQL

9m

What is the difference between the CHAR and VARCHAR data types

11m

What is the difference between a primary key and a foreign key

11m

what is the BLOB data type

10m

What is String Function. List some common String Functions

12m
Section 9: Core Java Interview Questions21 videos

After running the code below, how many objects will be created in memory

10m

What are the Differences between Abstract Class and Interface

13m

What is the difference between method overloading and method overriding in Java

15m

What are the Differences Between Array and ArrayList

14m

What is serialization in Java

9m

What are the Differences between final, finally, and finalize

12m

What are the Differences between HashMap and Hashtable

14m

What is the difference between checked and unchecked exceptions in Java

19m

What is the difference between equals() and == in Java

10m

What is the purpose of static methods and variables in Java

10m

What is the difference between StringBuffer and StringBuilder in Java

17m

How do StringBuffer and StringBuilder differ from each other

11m

What is the difference between throw and throws in Java

5m

What is the difference between static and non-static methods in Java

11m

Can a class extend multiple interfaces in Java

7m

What is a constructor in Java

7m

In Java, what are the functions and significance of the this and super keywo

5m

What is the default constructor in Java.mov

8m

What is the difference between static and non-static methods in Java

9m

What is the difference between stack and heap memory in Java

12m

What is the difference between static and non-static variables in Java

9m
Section 10: Manual Testing and QA Behavioral Interview Questions23 videos

What's the most interesting bug you've found recently

11m

If a small section of code is updated, how would you go about testing it

20m

How would you react if a project you're working on suddenly has a change in its

19m

How would you explain the difference between functional and non-functional testi

14m

How do you select which test cases to include in a regression test suite

17m

How do you resolve technical disagreements with a fellow QA team member

13m

How do you know when you've created enough test cases to thoroughly test a produ

21m

How do you differentiate between ad-hoc testing and exploratory testing

2m

How do you determine if a test case is not suitable for automation

12m

How do you approach delivering a high-priority release in a short timeframe

21m

Have you ever written test cases without any documentation. How did you manage

18m

What's the first thing you do when an application throws a weird error

14m

Could you describe the different levels of testing

17m

Can you share one of your biggest challenges while doing regression testing

18m

Can you give an example of a bug that is high priority but low severity

4m

As a tester, how do you identify a dummy login page that looks like your actual

19m

What's the difference between retesting and regression testing

17m

What is the difference between smoke testing and sanity testing

14m

What drawbacks have you encountered with Agile methodology

14m

What does a test plan mean to you

20m

What are your daily tasks as an automation tester

17m

What are some key challenges you face during software testing

27m

In an Agile environment, how do you handle doubts or questions about your projec

20m