/
Auto Complete (Eclipse)

Auto Complete (Eclipse)

Eclipse - Auto Complete

Pressing Ctrl+Space gives the possibility to explore features

  • Feature list in an empty space (basic building blocks)
    • for a page file, the elements according to the schemas
    • for a scenario, core and http actions, custom building blocks
    • for a sui:scenario, page files, custom building blocks, core http and sui actions 
    • for a custom building block, actions, page files, other custom building blocks
    • for a suite, scenarios and some action (put-up, tear-down)
  • Also an expansion feature is visible here: A short description of the action, while using auto-complete. 
  • Attribute options for an object

  • Feature list of an attribute (enumerations)
  • Selectable page objects/locators from a page file, that has been called before 

     

    The user can select between the page objects/locators in a test action, referenced as 'pageId':

  • and we can also use attributes belonging to page objects with autocomplete

Another advantages of using this kind of help to enter tags is to reduce the possibility of mistyping. When you are typing by yourself it is easy to type g. pageid instead of pageId. This cannot happen, when you enter the tags using the helper.















Related content