首页 \ 问答 \ 如何在SOAP UI中设置no请求?(How to set no of request in SOAP UI?)

如何在SOAP UI中设置no请求?(How to set no of request in SOAP UI?)

我是Soap UI的新手,我想多次发送相同的请求(100次)。就像性能测试一样。有没有选择像这样测试?


I am new to Soap UI and I want to send same request multiple times(100 times).it is like performance test.Is there any option to test like this?


原文:https://stackoverflow.com/questions/42345082
更新时间:2023-06-22 11:06

相关问答

更多
  • 将文件放在/home/user/project ,并将PATH=/home/user/project:$PATH到~/.bashrc文件中。 如果它不存在,请创建它。 Place the file in /home/user/project and add PATH=/home/user/project:$PATH to your ~/.bashrc file. If it doesn't exist, create it.
  • maven-jaxb2-plugin的默认布局是将模式放在src/main/resources 。 然后,您的模式schema.xsd可用作getClass().getResource("/schema.xsd") 。 有些人使用src/main/schemas或src/main/xsd 。 但是如果要将模式用作资源,最好使用默认值。 我不明白为什么这“似乎不对”。 究竟是什么问题? 版本控制中的许多文件? JAR中的许多文件? 为什么这是一个问题? 如果要构建和模块化,请在自己的Maven模块中单独编译模 ...
  • SSIS不支持群集。 在使用任何解决方案,程序包或项目部署模型时,应将程序包部署到群集中的每个服务器。 MSDN文章 然后,您需要一种方法来确定在故障转移群集的情况下要使用的节点。 我过去曾经使用过一些解决方案,最近使用的是always,id在两台机器上都有代理作业,但它首先检查它的机器是否是主副本,如果没有,它什么都不做。 您的解决方案可能因您有外部负载平衡器而有所不同,但除非这些软件包设计为从两台计算机运行,否则您将需要一种方法来识别主节点。 SSIS is not cluster aware. Whe ...
  • 我通常会将我的XML模式放在/src/main/resources/XSD但正如您从JAXB项目中看到的那样,它们通常放置在包含最相关软件包的深层源文件夹中。 I generally put my XML schemas in /src/main/resources/XSD but as you can see from the JAXB project, they are often placed in deep source folders with the most relevant package. ...
  • .ispac文件太小而不能包含原始软件包 错误。 .ispac文件包含软件包。 它很小,因为它是一个二进制文件。 如果您对项目中的某些软件包进行更改。 您需要构建项目以创建.ispac文件的新版本。 然后您将能够部署新文件,并且它将包含您的新更改。 The .ispac files are way too small to contain the original packages Wrong. The .ispac file does contain the packages. It's small be ...
  • 我将详细介绍您的选项并提供一些输入。 1.)与Web服务位于同一位置的物理.xsd文件? 这是一个好主意,可能是您最好的选择。 给它一个URI / URL意味着外面的人可以轻松访问它,而且你可以轻松地为每个XSD版本并为每个XSD提供一个新的URL。 2.)Web服务的代码文件中的常量字符串? 这听起来并不好听。 一般来说,我喜欢将我的界面与我的实现分开,并且我的配置与其他任何东西都是分开的。 使用此选项,您可以将这些内容组合在一起。 我不推荐这个。 3.)项目资源文件中的字符串值? 4.)网络配置中的某个 ...
  • 也许这有助于: var root = new DirectoryInfo(Path.GetDirectoryName(Application.ExecutablePath)).Parent.Parent; var allXsdFiles = root.EnumerateFiles(".xsd", SearchOption.AllDirectories); DataTable tblFiles = new DataTable(); tblFiles.Columns.Add("Filename"); tblF ...
  • 那么,这是SSIS的PITA,它使用标准的XML Source。 您必须在高级编辑器中手动设置输出列的DT_NTEXT数据类型,并承担任何人都可以点击刷新并破坏您的工作的风险。 标准XML源将静默更新输出定义,因此每次使用此软件包构建项目时都必须仔细检查。 另类 - 你可以尝试商业SSIS XML源组件,如ZappySys或BlueSSIS 。 我没有任何经验,所以不能推荐。 Well, this is a PITA of SSIS when it is working with standard XML ...
  • 我使用了一些非常简单的示例来运行SSIS,它似乎不支持多个架构文档。 I used some very simple examples to run through SSIS and it does not appear to support multiple schema documents.
  • 选择View -> Solution Explorer 。 你的项目应该加载到那里。 一旦打开文件,其他浏览器和窗口将相应更改。 Select View -> Solution Explorer. Your project should be loaded there. Once you will open a file, other explorers and windows will change accordingly.

相关文章

更多

最新问答

更多
  • 获取MVC 4使用的DisplayMode后缀(Get the DisplayMode Suffix being used by MVC 4)
  • 如何通过引用返回对象?(How is returning an object by reference possible?)
  • 矩阵如何存储在内存中?(How are matrices stored in memory?)
  • 每个请求的Java新会话?(Java New Session For Each Request?)
  • css:浮动div中重叠的标题h1(css: overlapping headlines h1 in floated divs)
  • 无论图像如何,Caffe预测同一类(Caffe predicts same class regardless of image)
  • xcode语法颜色编码解释?(xcode syntax color coding explained?)
  • 在Access 2010 Runtime中使用Office 2000校对工具(Use Office 2000 proofing tools in Access 2010 Runtime)
  • 从单独的Web主机将图像传输到服务器上(Getting images onto server from separate web host)
  • 从旧版本复制文件并保留它们(旧/新版本)(Copy a file from old revision and keep both of them (old / new revision))
  • 西安哪有PLC可控制编程的培训
  • 在Entity Framework中选择基类(Select base class in Entity Framework)
  • 在Android中出现错误“数据集和渲染器应该不为null,并且应该具有相同数量的系列”(Error “Dataset and renderer should be not null and should have the same number of series” in Android)
  • 电脑二级VF有什么用
  • Datamapper Ruby如何添加Hook方法(Datamapper Ruby How to add Hook Method)
  • 金华英语角.
  • 手机软件如何制作
  • 用于Android webview中图像保存的上下文菜单(Context Menu for Image Saving in an Android webview)
  • 注意:未定义的偏移量:PHP(Notice: Undefined offset: PHP)
  • 如何读R中的大数据集[复制](How to read large dataset in R [duplicate])
  • Unity 5 Heighmap与地形宽度/地形长度的分辨率关系?(Unity 5 Heighmap Resolution relationship to terrain width / terrain length?)
  • 如何通知PipedOutputStream线程写入最后一个字节的PipedInputStream线程?(How to notify PipedInputStream thread that PipedOutputStream thread has written last byte?)
  • python的访问器方法有哪些
  • DeviceNetworkInformation:哪个是哪个?(DeviceNetworkInformation: Which is which?)
  • 在Ruby中对组合进行排序(Sorting a combination in Ruby)
  • 网站开发的流程?
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 条带格式类型格式模式编号无法正常工作(Stripes format type format pattern number not working properly)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。