check text not contains
Check the nonexistence of a specified string within another string.
Name | Description | Type | Modifier |
---|---|---|---|
text | Text string to be tested. | String | None |
fragment | Target text to search for. | String | None |
Result is Passed if the substring is not found, otherwise Failed.
This action may be used within the following project items: test modules and user-defined actions.
text fragment
check text not contains TestArchitect automates more tests than ever. automation
- This action is useful for determining whether a string captured at runtime contains the target string of interest.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.