简体   繁体   English

使用Load Runner 11.5进行LoadTesting ClickOnce应用程序

[英]LoadTesting ClickOnce Application with Load Runner 11.5

We're supposed to carryout Performance Testing on a 64 bit standalone desktop application on 64 bit OS built around .Net 4.0 and HTML5 with WPF & WCF(it's a ClickOnce Application).. 我们应该在使用WPF和WCF(这是ClickOnce应用程序),基于.Net 4.0和HTML5构建的64位OS上的64位独立桌面应用程序上进行性能测试。

While using LoadRunner 11.5 for recording, application is NOT launching in the foreground but in the background, the respective process is running in Task Manager. 使用LoadRunner 11.5进行记录时,应用程序不是在前台启动,而是在后台启动,相应的进程正在任务管理器中运行。

We've Googled and found out that a ClickOnce Application cannot be recorded using the general installation path(E:\\xxx\\xxxx\\xxxx.exe) 我们已经搜索了Google,发现无法使用常规安装路径(E:\\ xxx \\ xxxx \\ xxxx.exe)记录ClickOnce应用程序

Possible workaround might be going forward with the .exe file in the Deployment Folder. 可能的解决方法可能是继续使用“部署文件夹”中的.exe文件。 But we're still unable to launch the application using VUGEN via the exe file in the DeploymentFolder path: "C:\\Users\\username\\AppData\\Local\\Apps\\2.0\\obscure_dir_name1\\obscure_dir_name1\\ " 但是我们仍然无法通过DeploymentFolder路径中的exe文件使用VUGEN启动应用程序:“ C:\\ Users \\ username \\ AppData \\ Local \\ Apps \\ 2.0 \\ obscure_dir_name1 \\ obscure_dir_name1 \\”

Please find the links below for further info on ClickOnce-VUGEN problem. 请找到以下链接,以获取有关ClickOnce-VUGEN问题的更多信息。

Recording ClickOnce Application in VUGEN 在VUGEN中记录ClickOnce应用程序

MSDN Forums on ClickOnce Application 关于ClickOnce应用程序的MSDN论坛

What is the application (or presentation) layer protocol communication mechanism for this application? 此应用程序的应用程序(或表示)层协议通信机制是什么? (see OSI model definitions for clarity on application of presentation layer protocols) (请参见OSI模型定义以了解表示层协议的应用)

You will already have an issue regarding a 64 bit application for recording as vugen is a 32 bit application and hooking is not going to effectively cross the WOW32 subsystem barrier for the 32 bit control of a 64 bit application. 由于vugen是32位应用程序,因此对于64位应用程序进行录制已经存在问题,并且对于64位应用程序的32位控制,钩子无法有效地克服WOW32子系统的障碍。 See release notes regarding the recording of 64 bit applications 请参阅有关记录64位应用程序的发行说明

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

相关问题 Win7 64bit中的Powerbuilder 11.5 Run命令 - Powerbuilder 11.5 Run command in Win7 64bit ImportError:DLL加载失败:%1不是有效的Win32应用程序-paramiko - ImportError: DLL load failed: %1 is not a valid Win32 application - paramiko 部署x64 ASP.NET Web应用程序时无法加载程序集错误 - Unable to load assembly error deploying x64 ASP.NET web application 根据引用应用程序的位数适当加载 x64 或 x86 版本的程序集 - Load x64 or x86 version of assembly appropriately based on bitness of referencing application 在32位swt eclipse rcp应用程序中加载64位ole - load 64-bit ole in 32 bit swt eclipse rcp application matplotlib 1.3.0 ImportError:DLL加载失败:%1不是有效的Win32应用程序 - matplotlib 1.3.0 ImportError: DLL load failed: %1 is not a valid Win32 application .Net 3.5 Windows Forms应用程序:64位Vista上x86与x64的加载时间 - .Net 3.5 Windows Forms Application: x86 vs x64 load times on 64 bit Vista 为什么Crystal Reports for VS 2008会抛出“加载报告失败。 COMException:将报告发送到打印机时,“报告应用程序服务器失败”? - Why does Crystal Reports for VS 2008 throw “Load report Failed. COMException: The Report Application Server failed” when sending report to printer? Gurobipy DLL加载失败 - Gurobipy DLL load failed 绕行会损坏.NET应用程序 - Detours corrupts a .NET application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM