Online Access Free 98-379 Exam Questions
| Exam Code: | 98-379 |
| Exam Name: | Software Testing Fundamentals |
| Certification Provider: | Microsoft |
| Free Question Number: | 250 |
| Posted: | May 26, 2026 |
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
This question requires that you evaluate the underlined text to determine if it is correct.
The first test that occurs after repairs have been made to a system is known as unit testing.
Select the correct answer if the underlined text does not make the statement correct. Select "No change is needed" if the underlined text makes the statement correct.
HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point.
You are writing tests for an application that tracks model rocket launches. The application includes a function named Velocity that calculates the velocity of a launch, as shown in the following code. (Line numbers are included for reference only.)
----
You need to test that the Velocity function:
Throws an exception if the launch is null Returns epsilon if the time is below the measurement threshold Returns zero if the launch did not result in any movement Returns the velocity as distance divided by total seconds
Which type of tests must you write?

