Forum Discussion
Hi PrathapR
Thanks for the reply.
I am setting Excel path dynamically using below code.
def objProject = context.getTestSuite().getProject();
def projPath = objProject.getPath()
testSuite.setPropertyValue("DataSourcePath", "${projPath}${File.separator}data${File.separator}CustomerIdScenarios.xlsx")
And in DataSource I am passing the "${#TestSuite#DataSourcePath}".
It was working fine till ReadyAPI V3.5 in both local ReadyAPI and Jenkins.
Now the latest ReadyAPI giving error in Jenkins alone.
I am using the latest ReadyAPI docker image to run suites.
If it was working in 3.5 and not now, may be there is some issue with current version.
Hey sonya_m do you have any info on this issue?
Thanks!
Thank you for investigating PrathapR !
UhsBat I checked with the team, we didn't find a known bug immediately, contacting support would be the best next step since this needs deeper investigation.
If you post the final solution here, this will be really helpful for the community! Thank you!