Python Programming - Testing - Discussion

Discussion Forum : Testing - General Questions (Q.No. 13)
13.
Which assertion method in the unittest module checks if a value is greater than or equal to another value?
assertGreaterEqual
assertLessEqual
assertGreater
assertLess
Answer: Option
Explanation:
The assertGreaterEqual method in the unittest module checks if a value is greater than or equal to 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.