Null Check
Last updated
Last updated
This action in Avo Assure located under @Generic element instructs the Avo Assure client to verify the specified input is null value. After execution it stores store the result as True or False. Where true indicates null value whereas False indicates other value.
Input: <Variable>
Supported Input Format:
1. Text
2. Static Values
3. Dynamic Variables
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
Scenario: Testing a Null Check functionality
You are testing null check functionality. Using the Null Check action. In this example, you are checking if the input is null or not. Once debugging begins, it will check the in created dynamic variable in that data stored or not.
Input:
Dynamic variable: Status
Expected result: It needs to showcase the result as true.
Output: The output variable stores {null check} as true, which can be utilized for display or other purposes.