problem with "data column" in script
3 answers
I refeto the the "test data"...
I have loaded a CSV like this:
Ship:STRING;Price:STRING;Start_Date:STRING;End_Date:STRING
FA;CROL;01/01/2004;01/01/2009
SP;CROL;01/01/2005;01/01/2010
ME;CROL;01/01/2004;01/01/2009
the I create a script where i have put the value "Ship" with the function "Insert Test Data Column" but when i execute this test the system show me the value "Ship" for 3 test intested of the me value "FA" then "SP" on second and "ME" on third...
I have loaded a CSV like this:
Ship:STRING;Price:STRING;Start_Date:STRING;End_Date:STRING
FA;CROL;01/01/2004;01/01/2009
SP;CROL;01/01/2005;01/01/2010
ME;CROL;01/01/2004;01/01/2009
the I create a script where i have put the value "Ship" with the function "Insert Test Data Column" but when i execute this test the system show me the value "Ship" for 3 test intested of the me value "FA" then "SP" on second and "ME" on third...