Forum Discussion

Melika's avatar
Melika
Occasional Visitor
6 years ago

difference between set text and set_text

What is different between 'setText' and 'set_Text' in automatic testing?

1 Reply

  • baxatob's avatar
    baxatob
    Community Hero

     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.