Skip to content
Vandeputte Brice edited this page Sep 27, 2018 · 8 revisions

Welcome to the geokrety-website-qa wiki!

Good Practices

  • put HTML element locator into functions/ComponentsLocator.robot
  • put each page related function into functions/PageMYPAGE.robot
  • put common functions into functions/FunctionsGlobal.robot

Tips

Components locator > determine XPath

In order to find an HTML element xpath in a second, do the following:

  • open the page in google chrome browser
  • right click the element > Inspect
  • right clic on the element code > Copy > Copy xpath
  • for robot framework, if XPath is complex, it must start with "xpath=", else if this is just an id, it could be defined as id=myidentifier
Clone this wiki locally