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
sreedharp286sreedharp286 

Write controller class and test class based on below conditions

Write controller class and test class  based on below conditions?

     A) Username should be unique.

     B) Username and password should not be same.

     C) Password should have alphanumeric characters.

 

  Can any one help me ?