ContributionsMost RecentMost LikesSolutionsRe: CSV File - ignore first row?I can in the trail, and would like to know if this could work?CSV File - ignore first row?Hi, I define a "DataSource: File" with Separator ";". How can I ignore the first row which contains the heading of each column? I know this is possible with xls, but as our tools only generate csv, I cannot use excel here. ThanksMisspell Bug: existanceHI, nothing special, but: if you creae an Add Assertion > For Existence, then the created assertion is named as: Check for existance of [...] This should probably be: existence. cheersTest step for skipping others?Hi, how can I define a test step that if it is reached will end/terminate the test immediately? Example Steps: -Conditional goto (if true, jump to property transfer2, else continue) -property transfer1 -terminate the testcase -property transfer2 -... Now, if the condition matches, prop transfer 2 and following steps should be executed. If not, then only prop tranfer1 should execute and after that the TC should just end, omitting any other steps... Thanks