Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 44)
44.
In Python's unittest module, what is the purpose of the assertGreater method?
Asserts that a value is greater than another value
Checks if a value is equal to another value
Asserts that a condition is true
Asserts that a value is not None
Answer: Option
Explanation:
The assertGreater method in the unittest module is used to assert that a value is greater than another value during testing.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.