Hi Shantonu, Thanks for your tutorial.. however i tried the same with my webservices which uses basic auth and am getting this, expected [200] but found [401].. could you please help me
Dada, can't understand the functionality of this 2 methods "public boolean equals(Object o)" and "public int hashCode()". Commenting out both of them still working fine.
Nice Tutorial for a starter who will start automating API test case or validating Apis of an application
ReplyDeleteHi Shantonu, Thanks for your tutorial.. however i tried the same with my webservices which uses basic auth and am getting this, expected [200] but found [401].. could you please help me
ReplyDelete401.. means authentication.. use user name and password that i mentioned there.
Deleteto know you code problem, show me your code
can you please try again.. i updated code with simpler version with auth support
DeleteDada, can't understand the functionality of this 2 methods "public boolean equals(Object o)" and "public int hashCode()". Commenting out both of them still working fine.
ReplyDeletethose are for comparing two same object of a class.
Delete