Which Selenium locator strategy is based on the text contained within an element?
Partial Link Text
Which term is used to describe a table in a relational database?
Entity
Which TestNG annotation is used to mark a method as a test method?
@Test
Which HTTP verb is typically used to retrieve data from an API without modifying it?
GET
In Scrum, what is the primary role responsible for ensuring that the team follows Scrum practices and values?
Scrum Master
_____________ method retrieves the text of a HTML element, in Webdriver.
GetText() method
What SQL keyword is used to retrieve data from a database?
SELECT
A set of test classes that are executed together
Test Suite
What HTTP status code is typically returned when a resource is successfully created via an API request?
201 Created
Which approach focuses on building a complete system in small, functional parts during each iteration?
Incremental
Which component of Selenium allows you to interact with web elements on a webpage?
WebDriver
Which SQL clause is used to combine rows from two or more tables based on a related column between them?
JOIN
What feature of TestNG allows you to run a test method with multiple sets of data?
Data Driven Testing
What is one common format for documenting APIs?
Markdown
Which SDLC model emphasizes the relationship between each development phase and its corresponding testing phase?
V-Model
What is the name of Headless browser
HtmlUnitDriver
Which command is used to delete all rows and free up space from a table?
TRUNCATE
Which TestNG listener is used to generate HTML reports for test execution results?
IReporter
Which method of API authentication involves sending a secret key along with the API request?
API Key Authentication
Which type of testing examines the internal structure, code, and logic of the software?
White Box Testing
Will check whether the element is on the page, if it is not then the test will carry on executing
Verify
What are rows of a relation known as?
Tuple
How can you group your test methods to get executed in TestNG suite?
By using Group tag for the test methods
NOT FOUND - Resource method is not available status code?
404
Which level of testing focuses on testing individual components or units of code in isolation?
Unit Testing