Forum Discussion

nebti_nassim's avatar
nebti_nassim
Occasional Contributor
10 years ago
Solved

Save button stay disabled after the form has been filled

Hi everyone,  I got an issue with TC that I don't understand. I'm working on a C++ application and in this application we got a toolbar with a save button that stay disabled until we fill...
  • AlexKaras's avatar
    10 years ago
    Hi Nebti,



    If your test populates fields via the .SetText() method, you may try to replace it with the call to the .Keys() method for the last field or for all of them. (According to your message, it might be enough to use .Keys() for the last mandatory field.)