I would like to know if there is anyway to create multiple Test Temapltes in single robot file.
*** Settings ***
Test Template Login with invalid credentials should fail
Test Template Open Browser
*** Test Cases *** USERNAME PASSWORD
Invalid User Name invalid ${VALID PASSWORD}
Invalid Password ${VALID USER} invalid
Chrome ${URL1}
Chrome ${URL2}