• Artem Trill 2
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi, 
I have a test class for Salesforce trigger.
I have 100% coverage without any test.startTest();  test.stopTest().
Should i write them to? 
If I have 100% coverage => my test class is good? 
So I don't need to write any positive, negative tests? 
If I have negative and postive tests, how can I check results?
Thank you.