ContributionsMost RecentMost LikesSolutionsERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException Has anyone seen the following: ERROR:org.apache.xmlbeans.impl.values.XmlValueDisconnectedException in LoadUI Pro? SolvedXML response editor sorts the XML response Is it normal for the XML response editor sorts the XML response? Is there a setting to stop this behavior? LOADUI NG how do I get uniqueID each time test case is run/ I have a uniqueID passed from one step to another, in LOADUI if I set test to run with 5 VU's it does not create 5 uniqueID's it keeps creating same ID causing tests to fail. How do I get uniqueID for each VU when the test is run? Change the body of the JSON request while looping through the test case Is there a way to change the body of the JSON request when looping through the test case. For example I want the request to return all rows where "Result_Field = Pass", the next loop I want to change to where "Result_Field = Processing", etc. { "command": "get", "options": { "where": "Result_Field = Pass" } } SolvedCannot edit the test case. I created a RESTful project with two methods, I then added the two methods to a test suite as test steps. I want to edit one of the test steps but tool won't let me. Any ideas? Solved