Category value not updated for Test Case Execution Records
Hi All,
I've added the category section in test case execution records in order to filter the execution records. E.g. category name "Secondary_Area".
Now when I'm trying to create a new test execution records with specified category using RQMUrlUtility its giving the 400 error.
Here's the part of xml which I'm trying to PUT using utility:
<category value="CLI" term="Secondary_Area"/>
I also tried to get the xml first and did the modification. But while uploading it again gives 400 error. When I removed this category stuff its works fine.
I've added the category section in test case execution records in order to filter the execution records. E.g. category name "Secondary_Area".
Now when I'm trying to create a new test execution records with specified category using RQMUrlUtility its giving the 400 error.
Here's the part of xml which I'm trying to PUT using utility:
<category value="CLI" term="Secondary_Area"/>
I also tried to get the xml first and did the modification. But while uploading it again gives 400 error. When I removed this category stuff its works fine.