Forum Discussion

chris90mn's avatar
chris90mn
New Contributor
2 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 not functioning correctly - 


Did created a test and parameterized the run, checkboxes are not 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 not functioning correctly - 


Did created a test and parameterized the run, checkboxes are not functioning as intended is what i sense

Any tips on this as intended is what i sense

  • 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

2 Replies

  • Humashankar's avatar
    Humashankar
    Champion Level 0

    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