Forum Discussion

4m4d3u5's avatar
4m4d3u5
Contributor
5 years ago
Solved

Calling objects directly vs returning objects in a function

Another person and I were hired to do scripting in test complete. How they have it set up is that all the objects are being returned in libraries as function calls example:   function getObject()...
  • 4m4d3u5's avatar
    4m4d3u5
    5 years ago

    We took a hybrid solution, we incorporated the find and find child functions into our libraries. We still see there is benifit from creating libraries with funcitons returning our objects.