How to create / update test records on OpenERP 7, using JMeter?
问题 I'm trying to test the load response of an OpenERP module that I've been developing. I've managed to authenticate and read from my model(s) thanks to this tutorial. I'd like now test the creation and update of existing records, but I can't find anywhere the syntax to do such actions. I tried to adapt from the read method, but I'm not able to figure out how the xml is supposed to be built. Is anyone that has already done such testing, willing to share knowledge about how to call the create and