using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Xml; namespace WebApplication1 { public partial class WebForm1…
在接口自动化测试中,我们经常将要发送的数据放到excel里. json数据放至excel方便,但最近的一个测试,数据是xml格式发送的 如下: 属性 必选/可选 描述 1. Message Element M 信息开始,XML根元素 2. Version Attribute M 协议版本信息,取值为1.0 3. Header Element M 消息头 5. MsgType Attribute M 取值为包头的命令字值 MsgSeq Attribute M 取值为包头的消息序列号 例如: <?x…