hello @mikkili.rahul.tej
The following spelling will be useful.
You can also pull the file path from excel.
CustomKeywords. 'dosya.dosyayukleme.uploadFile(findTestObject(testobject),C: \ Users \ Desktop \ test data file )
In the test case step, you can point to the parameter in the excel data instead of the local file path as the second parameter.
First, create an excel locally and write the path information of the test file to txt and save it.
In the second step, as you can see in the screenshot, include this file in your Katalon project.
Finally, instead of directly typing the file path where you call custom keyword, you should pull it from excel.
CustomKeywords.‘dosya.dosyayukleme.uploadFile’(findTestObject(testobject), findTestData(‘New Test Data’).getValue(1, 1) )