Test Type |
Variable Content |
Value Content |
Correct Value Test |
Test Result |
Cookie / Any |
|
0 |
contains |
missing
|
Cookie / End |
|
0 |
ends with |
missing
|
Cookie / Start |
|
0 |
starts with |
missing
|
Header / Any |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Mozilla |
contains |
match
|
Header / End |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Mozilla |
ends with |
notMatch
|
Header / Start |
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Mozilla |
starts with |
match
|
Name / Any |
String test value |
value |
contains |
match
|
Name / End |
String test value |
value |
ends with |
match
|
Name / Start |
String test value |
value |
starts with |
notMatch
|
Parameter / Any |
value1 |
value1 |
contains |
match
|
Parameter / End |
value1 |
value1 |
ends with |
match
|
Parameter / Start |
value1 |
value1 |
starts with |
match
|
Property / Any |
This is a string |
FOO |
contains |
notMatch
|
Property / End |
This is a string |
FOO |
ends with |
notMatch
|
Property / Start |
This is a string |
FOO |
starts with |
notMatch
|