Hello,
I can create automatically a Test Execution using Json file
"info" : {
"project" : "project"
"summary" : "summary",
"description" : "description",
"user" : "user",
"testPlanKey" : "key",
"testEnvironments": "env",
"version": "version"
}
but I'm not to update the status of this Test Execution.
Is it possible ? If yes, how does it work?
Thanks.