nebti_nassim
10 years agoOccasional Contributor
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...
- 10 years agoHi 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.)