vantaku01
2 years agoOccasional Contributor
Identify read only window
^Hi Everyone, here I am using testcomplete for testing my gui. i have a test case that is the data available in in the window is only available in read only format. any suggestions that how can i...
- 2 years ago
You can use Object Spy on the textbox and see if there are any properties in there that reflect the box being read only and then check for that property in your test.