NEW
Font size
WorksheetsTesting
Total questions: 12
Worksheet time: 5mins
What is NOT considered as Functional testing?
Smoke Testing
Interface Testing
Performance Testing
Unit Testing
__________ is a method of software testing that examines the functionality of an application without looking into its internal structures or working
White-box testing
Black-box testing
________ describes the test objectives to be achieved and the means and the schedule for achieving them, organized to coordinate testing activities.
Test plan
Test strategy
Test case
Test scenario
A high-level list of items to be noted, checked, or remembered or a set of rules or criteria against which a product must be verified.
Test case
Test plan
Checklist
Defect report
A set of instructions for testing an application automatically. It lists the steps to take along with the actual entries to be executed and the expected results.
Test plan
Test scenario
Test script
Test description
What is NOT among the attributes of a defect report?
Expected result
Steps to reproduce
Who made the defect
Summary
_____ is determined by the functional impact of the bug or impact on the application.
Priority
Severity
Test automation
Unit testing
Which CSS selector allows to target element by ID?
.X
#X
*
X
Which one is NOT the correct type of locator?
CSS
ID
Name
XSD
Testing how the units are integrated logically and how they work as a group.
Unit tests
Integration tests
System tests
Which of these is NOT valid path expressions of xpath?
@
/
//
$
Which is WRONG about a good practice in using page objects
A page object should have assertions
A page object should represent meaningful elements of a page and not necessarily a complete page
A page object doesn’t need to be an entire HTML page, it can be a small component as well
