API doc of com.kms.katalon.core.testdata.TestDataFactory is incomplete

We can see the Katalon Studio’s API doc for the com.kms.testdata.TestDataFactory class
https://docs.katalon.com/javadoc/com/kms/katalon/core/testdata/TestDataFactory.html#findTestData(java.lang.String)

I am surprised to find that the following method signature is not described here:
com.kms.testdata.TestDataFactory.findTestData(String testDataRelativeId, Map parameters)

The official document “Parameterize Web Test Objects” is all about how to utilize the method signare.

Why is it missing in the API doc?

Hello @kazurayam

Thank you for your feedback. We have added this ticket to our backlog and will fix it soon in later releases.

Jass

Hi @kazurayam

TestDataFactory doesn’t have this method:

com.kms.testdata.TestDataFactory.findTestData(String testDataRelativeId, Map parameters)

The Parameterize Web TestObjects mentioned this method:

findTestObject('{your test object}', [('{property}') : '{value of property}'])

Do you mean the missing of ObjectRepository API docs?

You are right. I was wrong.