You can have only one invitation, in which you can pass as many arguments as you want separated by spaces. The lines that you provide with the invitation will be assigned to the args variable of the public static void main method of your class.
To provide default values ββfor more than argument, you can use something like this:
${string_prompt:"Enter two values separated by space":firstDefault secondDefault}
If you need to repeat the test many times with the same parameters, you can think about using the configuration of the saved run in which you correct your parameters (just list them in the "Program Settings" on the "Arguments" tab).
giampaolo
source share