Code completion - test suite/case/property names
Status:
New Idea
Submitted by
BhuvanShanmugam
on
10-05-2016
01:39 AM
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.
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.