スコープ
スコープはテスト対象のURLの集合であり、指定されたコンテキストによって定義されます。
デフォルトではスコープには何もありません。
次のような場合、スコープは変更される可能性があります。:
- What you can do, when you are in Protected mode
- What is shown in the History tab
- Protected - user can only perform (potentially) dangerous actions on URLs in the Scope
- Standard - as in previous releases, user can do anything
It is recommended that you define a new Context for each web application
that makes up the system you are testing, and set them in scope as you test each one.
関連情報