Data File

We are trying to get more Cutomkeywords around DataFile. So want to know how to get methods inside the below

TestDataFactory.findTestData(path).<Method>
While displaying the Methods, when mouse id pointed at the Methos, if they can display what the method is for will be more helpful.

For Example i want to get the Row Count in the the DataFile>

Hi,

You can try the following way:

Add this import statement: ‘import com.kms.katalon.core.testdata.TestDataFactory’
Supported methods will displayed when you use that class by typing 'TestDataFactory. ’