标题: LR如何录制UNIX系统下的程序 [打印本页] 作者: 88888 时间: 2009-10-22 21:34 标题: LR如何录制UNIX系统下的程序 现在有一个UNIX下面的程序。它是一个客户端。如何录制它的行为?作者: aman_cao 时间: 2009-10-23 10:03
LR只能在windows平台上录制,可以在unix平台上回放。作者: iori 时间: 2009-10-23 11:47
可以采用多机代理方式来录制脚本作者: 88888 时间: 2009-10-23 19:05 标题: 可以详细点吗? 可以详细点吗?急作者: shanxi 时间: 2009-10-23 22:38
Q. 88: How can we create Vuser scripts for running on UNIX platforms?
We can create Vuser scripts which can run on UNIX platforms by following two methods:
1) By using VuGen: We record our application in a Windows environment and run it in UNIX, because recording is not supported on UNIX.
2) By Programming: Scripts can be programmed in C or C++ and they must be compiled into a dynamic library. To create a script through programming, we can use a Vuser template as a basis for a larger Vuser scrips.