98-379 무료 덤프문제 온라인 액세스
시험코드: | 98-379 |
시험이름: | Software Testing Fundamentals |
인증사: | Microsoft |
무료 덤프 문항수: | 250 |
업로드 날짜: | 2025-08-25 |
You are developing a web application by using C*.
You must store an undetermined number of usernames.
What should you use to store the data?
A system has the following requirements:
- If the order total is equal to or more than S50 and less than or equal to S100, then a 2 percent discount is applied.
- If the order total is more than $100 and less than or equal to S200, then a 5 percent discount is applied.
- If the order total is more than $200, then a 10 percent discount is applied.
How many conditions must you test?
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?
DRAG DROP
You are testing a software development project.
You need to determine which tests you should run manually and which tests should be automated.
Match each type of test to its test case. To answer, drag the appropriate type from the column on the left to its test case on the right. Each type may be used once, more than once, or not at all. Each correct match is worth one point.