BhuvanShanmugam
9 years agoContributor
Status:
New Idea
Code completion - test suite/case/property names
The script engine has code completion for the methods of the class hierarchy ; which is quite useful.
This can be extended to include the current names of TS/TC/Prop names, like so.
getTestSuiteByName("ReuseableCalls").getTestCaseByName("CTSOnly").setPropertyValue("insessionid", 'hello');
^ ^ ^
In the above example, we have to copy paste the names in ""; it would help to have completion/prompting based on the current set of names available at the current level.
Thanks and best regards.