difference between set text and set_text
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2018
04:41 AM
09-15-2018
04:41 AM
difference between set text and set_text
What is different between 'setText' and 'set_Text' in automatic testing?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2018
11:45 PM
09-16-2018
11:45 PM
SetText() - is a standard TestComplete method to set text into the control, that allows this action.
set_Text() - looks like a custom method for your particular application. Please provide more information about how and where did you find it.
