Selenium
Database
TestNG
API
SDLC
2

Which Selenium locator strategy is based on the text contained within an element?

Partial Link Text

2

Which term is used to describe a table in a relational database?

Entity

2

Which TestNG annotation is used to mark a method as a test method?

@Test

2

Which HTTP verb is typically used to retrieve data from an API without modifying it?

GET

2

In Scrum, what is the primary role responsible for ensuring that the team follows Scrum practices and values?

 Scrum Master

3

_____________ method retrieves the text of a HTML element, in Webdriver.

GetText() method

3

What SQL keyword is used to retrieve data from a database?

SELECT

3

A set of test classes that are executed together

Test Suite

3

What HTTP status code is typically returned when a resource is successfully created via an API request?

201 Created

3

Which approach focuses on building a complete system in small, functional parts during each iteration?

Incremental

4

Which component of Selenium allows you to interact with web elements on a webpage?

WebDriver

4

Which SQL clause is used to combine rows from two or more tables based on a related column between them?  

JOIN

4

What feature of TestNG allows you to run a test method with multiple sets of data?

Data Driven Testing

4

What is one common format for documenting APIs?

Markdown

4

Which SDLC model emphasizes the relationship between each development phase and its corresponding testing phase?

V-Model

5

What is the name of Headless browser

HtmlUnitDriver

5

Which command is used to delete all rows and free up space from a table?

TRUNCATE

5

Which TestNG listener is used to generate HTML reports for test execution results?

IReporter

5

 Which method of API authentication involves sending a secret key along with the API request?

API Key Authentication

5

 Which type of testing examines the internal structure, code, and logic of the software?

White Box Testing

6

Will check whether the element is on the page, if it is not then the test will carry on executing

Verify

6

What are rows of a relation known as?

Tuple

6

 How can you group your test methods to get executed in TestNG suite?

By using Group tag for the test methods

6

NOT FOUND - Resource method is not available status code?

404

6

Which level of testing focuses on testing individual components or units of code in isolation?

Unit Testing