ContributionsMost RecentMost LikesSolutionsRe: Working with datasource teststepAny help with this is appreciated. Let me know if anymore information is required regarding the problem. Regards, DeepakWorking with datasource teststepHi, How can access data from the datasource resultset? For Eg: Lets say I am using JDBC data connection and I have a property by name EMP_NAME When I run the following query. SELECT EMP_NAME FROM EMPLOYEE; the property EMP_NAME will hold all the EMP_NAME. Now the question is how do I operate on this result set? Is this EMP_NAME an Array? I tried accessing it as EMP_NAME[1], it didnt work. Regards, Deepak