Get from Clipboard
Last updated
Last updated
This action in Avo Assure available under the @Generic element, instructs the Avo Assure client to fetch the recent data that is available on the clipboard.
Input: N/A
Output: <Dynamic Variable> ;< Dynamic Variable> (Optional)
Scenario: Filling Collage Exam Form
In this scenario, you are filling out a form and wants to verify that the application correctly retrieves data from the clipboard and inserts the form field with that data. In a web application, you can often copy information (e.g., usernames, email addresses) to the clipboard and paste it into input fields. The testing team needs to ensure that the application can successfully fetch this data from the clipboard and use it appropriately.
Input: N/A
Expected result: It needs to be retrieved from the recent data from the clipboard.
Output: This action retrieves the latest data from the clipboard and stores it in the output variable. (Username, email address)
Note: It will fetch only recent or latest data from the clipboard.