简体   繁体   English

与HP LoadRunner集成Rich Client应用程序

[英]Integration Rich client application with HP load runner

We use Teamcenter software at our environment and it is a rich client Java application. 我们在我们的环境中使用Teamcenter软件,它是一个富客户端Java应用程序。 We wanted to measure its performance by using the HP load runner software. 我们想通过使用HP LoadRunner软件来评估其性能。 However this is not working as the load runner is not able to start the application. 但是,由于加载程序无法启动应用程序,因此无法正常工作。

The support team of HP got back to us with the statement as below: 惠普支持团队通过以下声明与我们联系:

The root of the issue in fact that AUT has unexpected by Vugen multi-process hierarchy, Vugen cannot record process outside of single-root tree, specified at Start Recording Dialog. 问题的根源实际上是Vugen多进程层次结构未预料到AUT,Vugen无法在“开始记录”对话框中指定的单根树之外记录进程。 You can ask your app Dev team to rebuild the software so all new process will be children of parent process. 您可以要求您的应用开发团队重新构建软件,以便所有新流程都将成为父流程的子流程。

Can you please help me understand what can be done here?. 您能帮我了解在这里可以做什么吗? Has anyone experienced such a problem?. 有没有人遇到过这样的问题?

Thanks, Pavan. 谢谢,帕万。

Big questions: 大问题:

  1. What is the next upstream architectural component from the client? 客户端的下一个上游架构组件是什么?
  2. What well known ports/protocols are identified by a wireshark trace of your application? 您的应用程序的wireshark跟踪标识了哪些众所周知的端口/协议?

When querying "The Google" using the terms "acuity teamcenter architecture" I ran across a SOA whitepaper that would suggest that at least some interfaces can be exercised via a standard HTTP client which could be captured via proxy. 当使用术语“敏锐的团队中心架构”查询“ Google”时,我遇到了SOA白皮书,该白皮书建议至少可以通过标准HTTP客户端来执行某些接口,而该HTTP客户端可以通过代理来捕获。 I do not know if the Java client leverages this same interface model, but if it does then changing your global application proxy to point to an instance of the LoadRunner HTTP recording proxy will then allow you to record the conversation. 我不知道Java客户端是否利用了相同的接口模型,但是如果确实如此,则将您的全局应用程序代理更改为指向LoadRunner HTTP记录代理的实例将可以使您记录对话。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM