Delete Row in File
Last updated
Last updated
This pre-built action in Avo Assure under @Excel element instructs Avo Assure Client to delete specified row in the Excel file based on the specified row number.
Input: <RowNumber>;RowNumber>(Optional)
Note: Single or multiple rows can be deleted at the same time depending on the input value.
Output: <Dynamic Variable> ;< Dynamic Variable> (Optional)
When testing a feature of a financial application, it verifies that the application allows users to delete a user record correctly. This scenario tests the functionality of the delete row action within the application. It ensures that the application can successfully delete a user record from an application, without corrupting the remaining data in the file.
Input Data: 5
Expected output: Row number 5 should be deleted from the excel file.
Output: The output variable {result} contains status of execution as pass, which can be utilized for further work.