Q. What is the purpose of using self.id in tests, while working with unittest?
A).self.id returns the name of class
B). self.id returns the name of method
C). self.id returns reference value
D). self.id returns the name of module