4m4d3u5
6 years agoContributor
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()...
- 6 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.