sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #39939
[Question #360723]: How to add more than 5 parameters to a Test Template
New question #360723 on Sikuli:
https://answers.launchpad.net/sikuli/+question/360723
*** Settings ***
Test Template Login with invalid credentials should fail
*** Test Cases *** Param1 Param2 Param3 Param4 Param5 Param6 Param7 Param8
Invalid Username Value1 Value2
*** Keywords ***
Login with invalid credentials should fail
[Arguments] ${Param1} ${Param2} ${Param3} ${Param4} ${Param5} ${Param6}
... ${Param7} ${Param8}
Step 1
Step 2
Step 3
Step 4
I am trying to create a Test Template with more than 5 parameters, however the RIDE GUI shows me only 5 to edit in its GUI.
Any idea why??
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.