Skip to content

Minor changes related to DB and some utility functions

Compare
Choose a tag to compare
@mkrishna4u mkrishna4u released this 07 Jul 19:50
· 263 commits to main since this release

Changes are:

  1. Added support to call function and stored procedures for DB.
  2. Added utility methods in SmartCucumberUiScenarioContext, SmartCucumberApiScenarioContext to apply context parameter values and return the updated text.
  3. Added utility methods in ObjectUtil class to get converted value of object as String, Integer, Long, Double.
  4. Added utility methods in ObjectUtil class to get Array, List and Set value as String using delimiter and value enclosed mechanism.