Forum Discussion

chris90mn's avatar
chris90mn
New Contributor
3 months ago
Solved

Delphi App Support

Am working on a delphi application for managing customer information While creating form for adding new customers, and you want to add the checkboxes for selecting customer preferences which are n...
  • Humashankar's avatar
    3 months ago

    Hi chris90mn 

    Try adding Assertions

    After recording the test steps, add assertions to verify that the checkboxes are functioning correctly. For example, you can verify that the checkboxes are checked or unchecked based on user interaction

    Warm Regards