• Lotzi11
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am currently working on getting test cases to work so I can start to alter the main code, however whenever I try to run my test cases they fail and I get the following error "too many SOQL queries: 101."  When I check to see where this error is occuring it points to the top of the program at "@isTest(SeeAllData=true)."  What does this mean , and how would I go about fixing the problem?