> To unsubscribe from this group, send email to robotframework-users+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
*** Settings ***
Resource ../selenium-resources.robot
Resource ../util-resources.robot
Resource ../form-resources.robot
Suite Setup Set Config And Test Data web
Test Teardown Test Tear Down
*** Variables ***
*** Test Cases ***
Test Case - Loginscreen
[Tags] Loginscreen
[Documentation] test new claim happypath
Sleep ${GENERIC_SLEEP_10S}
Enter Authentication rafig Sharp123
*** Settings ***
Library JSpringBotGlobal
Library String
Library Collections
*** Variables ***
${POLL_MILLIS} 500
${TIMEOUT_MILLIS} 10000
${MAX_RESULT_DISPLAY} 250
${REGEX_NUM} [0-9]+
${HTML_CODE_SYNTAX} &#
*** Keywords ***
Go To Login Page
[Documentation] go to login page
# open webpage
Navigate To $[config:test.claim.center.url]
Maximize Window
Regards,Rajkumar .K
It is used on top of Robot Framework.
Here the test cases are generated automatically using the template.
The template have the test steps.
The test data is maintained in separate excel sheet.
Every time you update the excel sheet with new data/changes, the test cases can be generated in a fly and then executed.
More details refer to :: https://github.com/ThomasJaspers/Generic-Testdata-Framework
> email to robotframework-users+unsub...@googlegroups.com.