LoadRunner 9.1 支持 WPF 吗?

发布于 2024-07-15 04:49:32 字数 132 浏览 9 评论 0原文

我有POC测试来明确LoadRunner是否支持WPF? 现在它可以运行 POC 思维业务,但位于 mscorlib.dll 中的某些类型有错误。

我想知道如何将 mscorlib.dll 的引用添加到 LoadRunner?

I have POC test to clearify is LoadRunner support WPF or not? Now it can run POC thought business but it have error with some type that locate in mscorlib.dll.

I want to know how can I add reference of mscorlib.dll to LoadRunner?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

余生再见 2024-07-22 04:49:32

lr_load_dll() 用于加载 DLL。 确保它在客户端级别是线程安全的,以便多次使用。

第二期,WPF。 查看 VUGEN 用户指南的高级部分,特别是有关在 Visual Studio 中使用 C/C++ 或 VB 构建虚拟用户的部分。 即使不支持您的特定通信变体,您通常也可以在 DLL 样式虚拟用户中利用源代码来完成工作。

lr_load_dll() for loading your DLL. Make sure it is thread safe at the client level for multiple use.

Second issue, WPF. Take a look at the advanced section of the VUGEN users guide, specifcally the section on building virtual users with C/C++ or VB in Visual Studio. Even if your particular communication variant is not supported you often can leverage your source code in a DLL style virtual user to get the job done.

少年亿悲伤 2024-07-22 04:49:32

在与 HP 进行 POC 后,LoadRunner 9.1 不支持 WPF 和 .NET 3.5 功能的某些方面。

After POC with HP, LoadRunner 9.1 not support WPF and some aspect of .NET 3.5 feature.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文