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
streetstreet 

test case help

how to cover this value in test case

 

 

HttpResponse r = makeRequest( baseUrl ,
    'privatekey='+ secret +
    '&remoteip=' + remoteHost +
    '&challenge=' + challenge +
    '&response=' + response +
    '&error=incorrect-captcha-sol'
    );