We need support to read files from directory. The use case is to read sql files from a directory and execute it iteratively.
It will be great to make the support such that it provides similar properties to iterate only once or continue on EoF based on a flag.
This feature helps to create data driven testing, where the data files and possibly the expected results are in a directory. We can then create a test plan to read and compare the files based on the files present in the directory.
We need support to read files from directory. The use case is to read sql files from a directory and execute it iteratively.
It will be great to make the support such that it provides similar properties to iterate only once or continue on EoF based on a flag.
This feature helps to create data driven testing, where the data files and possibly the expected results are in a directory. We can then create a test plan to read and compare the files based on the files present in the directory.