Given I have a 'integer'
Given I have a 'string'
Given I have a 'string' named 'another_string'
When I create the 'string array' named 'res'
When I move 'string' in 'res'
When I move 'integer' in 'res'
When I move 'another_string' in 'res'
Then print the 'res'
Running
with data
the result is