Hello,
In test execution item, I want to import a test result with iterations. status of iteration is not set in execution details.
thanks for your help.
here is the JSON imported:
{ "tests" : [ { "testKey" : "PRJ-47", "start" : "2025-04-03T14:33:00+02:00", "finish" : "2025-04-03T14:33:00+02:00", "comment" : "Successful execution", "status" : "PASS", "iterations": [ { "name": "Iteration 1", "status": "FAIL", "parameters": [ { "name": "M_par", "value": "1" }, { "name": "D_par", "value": "2" }, { "name": "N_par", "value": "3" }, { "name": "E_par", "value": "4" } ], "log": "Success log" }, { "name": "Iteration 2", "status": "PASS", "parameters": [ { "name": "M_par", "value": "10" }, { "name": "D_par", "value": "9" }, { "name": "N_par", "value": "8" }, { "name": "E_par", "value": "7" } ], "log": "Success log" } ] } ] }
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.