wmtan01's avatar
wmtan01
Contributor
4 years ago
Status:
New Idea

Better Refactoring Capabilities in Scripts

The following capabilities are missing in scripting for TestComplete:

1. Changing of namemapping should also update any references inside scripts not just KeywordTests

        - What I do now is use an external text editor to look for references to Aliases.browser.pageX and change it to                     Aliaes.browser.pageY

2. Changing the name of a method/sub/function in a script or the script name should update all references used in KeywordTests

        - Right now if you change a function's name the references done by Keyword tests still use the old name thus                       causing exceptions during runtime

 

No CommentsBe the first to comment