Answer (Choose 1 answer)
A. The test will pass.
B. The test will fail.
C. The test will not run as the method name does not qualify in static code analysis.
D. The code will throw runtime error as the values are not equal
Your code has the following method.
def returnString():
return "Hello"
What will be the outcome of the test?
assertNotEqual(returnString(), "How are you","They are equal")
El 21