I fetch my json object to the function but I have unhandled exception error, is anyone knows about this problem, appreciated sample code!
Thanks!
//Here is the error, when I want to fetch the object = jsonObj //acctually the error is in the code I cann't run it, it's a red line from //TestValidator.validateDateWithCriteria(testCriteria, jsonObj);
return TestValidator.TestWithCriteria(testCriteria, jsonObj);
}