How to create a region checkpoints for textbox.
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to create a region checkpoints for textbox.
Hi everyone,
I have a small question to ask.
I want to set up a region check point for the textbox to see if it was able to modify or not.
How can I do it?
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A region checkpoint is probably not the best option here. Use a property checkpoint to check the text in the box after setting it.
For reference, here is the documentation for region checkpoints:
https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/checkpoints/region.html?sb...
And property checkpoints:
https://support.smartbear.com/testcomplete/docs/keyword-testing/reference/checkpoints/property.html?...
--------------------
Senior SQA Automation Engineer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The textbox already had value in there. I want to check the textbox if it can be modified or not and ignore the value in there.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're probably looking for the Enabled property for the text box. If it's able to be modified Enabled will be true, otherwise it will be false.
--------------------
Senior SQA Automation Engineer
