Verify Cell Value
Last updated
Last updated
The Verify Cell Value Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to verify if the input values are the same as those present in the specified table cell and save the status (True/False) in output variable.
Input: <Row,Column,Cell Value to be verified>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Consider a scenario where a user is testing an SAP GUI application, there is a “Customer Details" section where the customer's city name is displayed in a specific table cell. The test case aims to verify that the city name shown in the SAP application, it matches the expected value entered during the testing phase. Using the Verify Cell Value Action, the test case checks if the value in the "City" cell for a specific customer matches the expected city name (e.g., "New York").
7;3;New York
The Verify Cell Value action should verify the New York as city name from the table cell and save the status in Output variable.
The Verify Cell Value action verifies the New York as city name from the table cell and stores in the {result} output variable as “True”, which can be utilized for display or other purposes