You need to modify Handler by following the steps below when an error is occurred as a result of Test access by following the steps described in "How to verify the effectiveness of scenarios".
1.Verify that the scenario is properly configured
In some cases, pages to be scanned have restrictions. For example, specific pages must be gone through to access the target page, or it cannot be accessed unless the page transitions are correct. Verify the scenario you have created to ensure that there are no lacking pages or errors in the order of transitions.
[Related article]"Tips for creating scan scenarios"
2. Identify the value that needs to be handed over or modified
You can identify values by referring to request details in Test access results and checking the response difference between the original log and Test access, etc.
(For details on the features for identifying the value, see User Guide "4.8.7. Test access").
Listed below are the typical examples of the values that need to be handed over.
(1)Parameters (token, etc.)that change dynamically for each request
*To see if the value changes for each request, record the same communication several times and compare the request contents, or perform Test access for Message ID of the transition source to check the difference of the corresponding parameter.
Cookie values will be handed over automatically without any setting.
(2)Parameters that perform duplicate checking for values
->Such as IDs required to register data
[Related article] "Scanning a feature performing duplicate data checking"
(3)Values available only once
->Such as IDs required to delete data
[Related article] "How to scan data deletion feature"
(4)Values that need to be modified but do not need to be handed over
->Such as date data, etc.
[Related article] "How to replace a parameter value to be sent with a fixed value"
3. Determine which Handler setting items to apply based on the information you have identified
Which Handler setting items to apply differs depending on where the value to be handed over is in the request and response.
Refer to the flowchart below to determine which setting item to apply.
<Flowchart>
4. Set up Handler by specifying information in the corresponding setting item
See the relevant section in the following article for the setting method of each item.
[Related article] "Handler setting items"
Comments
0 comments
Please sign in to leave a comment.