Qus:    What is the purpose of seeAllData?
Sep 20, 2021 03:32 1 Answers Views: 453 RAMU
Prev Next
Answers (1)
NAIDU Sep 22, 2021 05:12
Answer:   By default test class cannot recognize the existing data in the database.
If you mention @is Test(seeAllData = true) then test class can recognize the existing data in the database.
From a List Custom setting we cannot fetch the existing data without seeAllData = true in test class.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect