Forum Discussion

j_slokker's avatar
j_slokker
Occasional Visitor
11 years ago

how can i use the property code instead of point on click?

We want to make where we use the property code (propcode) instead of point on click. How can i achieve this? I'm new to TC. An example of a propcode we use is a textfield: propcode="username"

 

With this method we are always able to run our tests although buttons, field etc are on different places everytime.

1 Reply

  • Hi,

    I'm not sure exactly what you want to achieve.  However I think you should investigate using the various Find methods (find, findAll, findChild, findAllChildren) to achieve your goal.