Loadrunner Truclient Ajax Protocol を使用してスクリプトを記録しました。このようなコードを生成しました。
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 関数を使用できます。