2 Test Cases are failed #628
Replies: 5 comments 2 replies
-
@Damini2004 for the second problem did you do the following |
Beta Was this translation helpful? Give feedback.
-
Hey @Damini2004 for the second one the request book by id means we have to retrieve the data of books by it's id your path seems right The error Check Your Request URL:
Make sure your book by id request look like this: try running id value Also please make sure you SAVE everything before the test |
Beta Was this translation helpful? Give feedback.
-
@Damini2004 For the first one the issue is related to get fiction book (means we just have retrieve the data of books whose genre are fiction), there only 4 cases we have to test for "get fiction book" request those are following:
now the last remaining is:
Now this one also seems to be right in you, BUT the issue/error is further The error
This should work!! If the issue still persist then the only solution is to delete the "get fiction books" request and create a new one following the each steps Following is my dashboard for your reference: Lastly, I request you to not panic or stressed out, this is the part of learning, I understand it might be frustrating but problem solving and debugging is what we developers live for, so don't worry try again! it wills surely get fixed, @sanjay-kv please have a look at this issue if it does not get resolved! |
Beta Was this translation helpful? Give feedback.
-
@MastanSayyad ThankYou so so much for your help...😊🥳💖 |
Beta Was this translation helpful? Give feedback.
-
Written and executed also properly but still not get test as fail
2. [get book by id] path is set to /books/:id | AssertionError: expected '{{baseUrl}}/books?genre=fiction&check…' to match //books/:id$/
This too having same problem.
Kindly resolve it as soon as possible.
Beta Was this translation helpful? Give feedback.
All reactions