Hi, I have a scenario of TestCase with 2 steps, and need to update Test Step status through API. Im trying below URL but seeing error.
http://<Server>:<port>/flex/services/rest/latest/execution/teststepresult/61?status=&comment=
while id in the URL is the Test Step ID and Status and Comments
using the request message as below
{"id":61,"comment":"Teststep is success","status":"3","testStepId":45}
Could you please advice on this.
please note: there are several IDs (the numbers are examples!):
"id":8408 = Teststep (object?) ID, different for each test execution
"executionId":3053 => within each test excecution you will get different / new id for the same teststep
"stepId":2999 = "testStepId":2999
so what ist your 61? which of those IDs?
which of your teststeps do you try to update?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.