I have a requirement where i need to test the procedure which takes input parameter as view.
I read through the jasmine guide and found that we can create the test model using substitution.
The problem is the example we folowed used the .procedure but while testing the same with .hdbprocedure we found the following error
.
Error: Test Model creation is aborted: found no dependency to be substituted in /sap/hana/testtools/mockstar/hierarchyCreator.xsjslib (line 9)
@/sap/hana/testtools/mockstar/hierarchyCreator.xsjslib:9 @/sap/hana/testtools/mockstar/testModelCreator.xsjslib:52
My procedure would call another procedure internally
Can you please guide us on this
Is it possible to test the .hdbprocedure .???
Thanks in Advance,
Aparna