Forum Discussion

shalu's avatar
shalu
Occasional Contributor
4 years ago
Solved

DataBase inserts while overriding region with -e commandline argument

Hi,

We have full fledge ready api tests in our projects where in we have regions defined(Dev1, Dev2..) and for every step we inserts data using jdbc insert /update steps , run api and delete data . 

 

So my question is when we run scripts from command line using -e statement where in it will override endpoints to be called , how will ready api determine region of data to be inserted . 

 

example below

C:\SmartBear\ReadyAPI-3.3.2\bin\testrunner.bat -sService -r -a -j -fC:\Path\MyService "-RTestSuite Report"  -ehttp://region-dev0-blah.net/demf-my-test <path>

 

In above example api calls are working fine as its going to region http://region-dev0-blah.net/demf-my-test but my database inserts are failing as region is not specified . In this example how can i say that use url as "-ehttp://region-dev0-blah.net/demf-my-test" but do inserts in "Dev" environment

 

please help i am completely stuck here

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    How sre the database details specified in the connection? Using environment?
    A screen shot would help.