You are developing a Windows Store app.

HOTSPOT
You are developing a Windows Store app.
A file named Test.csv contains the following content:

You have a project that contains the following code:

The Test1 function is the only test in the project.

For each of the following statements, select Yes if the statement is true. Otherwise select No. Each
correct selection is worth one point.

HOTSPOT
You are developing a Windows Store app.
A file named Test.csv contains the following content:

You have a project that contains the following code:

The Test1 function is the only test in the project.

For each of the following statements, select Yes if the statement is true. Otherwise select No. Each
correct selection is worth one point.

Answer:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


F.

F.

First one is no. There’s only 1 test, so the test results won’t show three tests all of a sudden. If your CSV file would have 1 million records, it wouldn’t be logical to see 1 million test results. It just shows one method that passed for all of that didn’t pass for all.
I’m not 100% sure about the last one, but my guess is that the framework stops running as soon as one row failed and that the test results just show you that one failure.