Google News
logo
Salesforce - Quiz(MCQ)
How can the developer declare a method as a test?
A)
Define @isTest keyword
B)
Define testMethod in the method declaration
C)
Both (A) and (B)
D)
Define the class as Test

Correct Answer :   Both (A) and (B)

Advertisement