function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
User SFDCUser SFDC 

Site.login() returning null

Hi All,

There is some functionality which was implemented in my login controller if the site.login is returning other than null.
I tried in many possible ways but always site.login is returning null when i am trying to call from my test method.
Can any one please suggest how to make site.login return other than null when calling from test method.

Thanks