Forum Discussion

vantaku01's avatar
vantaku01
Occasional Contributor
2 years ago
Solved

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...
  • Marsha_R's avatar
    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.