我使用 Loadrunner Truclient Ajax 协议录制了一个脚本。它生成了类似这样的代码。
Script_View_Action()
{
truclient_step("Navigate to 'test-adept2'", "snapshot=Action_21.inf");
{
truclient_step("Navigate to 'test-adept2'", "snapshot=Action_21.1.inf");
truclient_step("Enter credentials in authentication dialog", "snapshot=Action_21.2.inf");
}
等等...我在“参数”选项卡中提供了凭据。
但是,我无法弄清楚如何在参数中提供加密密码。由于此代码中没有明确的代码,因此我可以使用 lr_encrypt()/ lr_decrypt 函数。