LoadRunner 9.1 支持 WPF 吗?
我有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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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.
在与 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.