namraporecha
namraporecha
Step Implementation : @QAFTestStep(description = "user enters Credit Card Number as {0}") public void enterCreditCardNo(String ccNum) { System.out.println(ccNum); } Test Data : 45143750934123567830 3247fhfk{}[]||@# 436712387 1234567890123456
Issue still persist. I tried with quote but it executes for only two test data instead of four available in data file. Getting error for last two data in the...
> Issue still persist. I tried with quote but it executes for only two test data instead of four available in data file. > Getting error for last two data...