vlsi commented on PR #5944:
URL: https://github.com/apache/jmeter/pull/5944#issuecomment-1568847530

   I got `TestPlan` working with editable checkboxes.
   
   <img width="537" alt="Editable checkboxes in TestPlan UI" 
src="https://github.com/apache/jmeter/assets/213894/485db8b7-6253-4252-b218-227aad5807ad";>
   
   Output xml:
   
   ```xml
   <?xml version="1.0" encoding="UTF-8"?>
   <jmeterTestPlan version="1.2" properties="5.0" jmeter="5.5.1-SNAPSHOT 
b17bbbe">
     <hashTree>
       <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test 
Plan" enabled="true">
         <stringProp name="TestPlan.comments"></stringProp>
         <stringProp name="TestPlan.functional_mode">asdfasdf</stringProp>
         <stringProp 
name="TestPlan.serialize_threadgroups">${__P(property_name)}</stringProp>
         <elementProp name="TestPlan.user_defined_variables" 
elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" 
testname="User Defined Variables" enabled="true">
           <collectionProp name="Arguments.arguments"/>
         </elementProp>
         <stringProp name="TestPlan.user_define_classpath"></stringProp>
         <stringProp 
name="TestPlan.tearDown_on_shutdown">${variable_name}</stringProp>
       </TestPlan>
       <hashTree/>
     </hashTree>
   </jmeterTestPlan>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to