2016-12-24

Rest-Assured : A BDD fashion Web Service testing framework

This Post has been moved here

6 comments:

  1. Nice Tutorial for a starter who will start automating API test case or validating Apis of an application

    ReplyDelete
  2. 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

    ReplyDelete
    Replies
    1. 401.. means authentication.. use user name and password that i mentioned there.

      to know you code problem, show me your code

      Delete
    2. can you please try again.. i updated code with simpler version with auth support

      Delete
  3. 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.

    ReplyDelete
    Replies
    1. those are for comparing two same object of a class.

      Delete