You need to sign in to do that
Don't have an account?

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' | |
); |