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.
First & third row will pass, the second row (5, 6, 11) will fail.
All three are true, I think.
First & third row will pass,
the second row (5, 6, 11) will fail. because
5 < 6, so the Add function will return 0. And 0 != 11. So it will fail.
All three are TRUE
True,True, False.
For the last one, it will be executed n times depends of n rows
True, True, False : i agree.
First : will show 2 passed on 3 (the first and last one) but the main result will be failed.
Second : will show 1 failed on 3 (the second), the main result will be failed.
Third : wont be always executed 3 times because it depends of n rows in excel file.
In additional, question is “the resultS will show”, so it doesnt talk about the main result, but the sub results (1 sub result = 1 result of excel row)