例如,我正在测试带有输入的聊天机器人,其中一行读取entityInput, Just in case, where is the nearest doctor's office输入仅发送“以防万一”。我试过Just in case\, where is the nearest doctor's office
2 回答

白猪掌柜的
TA贡献1893条经验 获得超10个赞
您是否阅读了CSV规范(RFC 4180)或维基百科页面?它准确地说,你不会逃避,而是将整个文本包装成这样,
""
entityInput, "Just in case, where is the nearest doctor's office"
只要实现符合要求,就应该工作。

肥皂起泡泡
TA贡献1829条经验 获得超6个赞
在JMeter中,需要额外的更改。
测试计划中应有 CSV 数据集配置。在这种情况下,您应该查找名为“允许引用数据?”的设置,并将其更改为 true。
然后
entityInput, "Just in case, where is the nearest doctor's office"
将工作。
从 https://stackoverflow.com/a/40273206
添加回答
举报
0/150
提交
取消