Forum Discussion
KarelHusa
3 years agoSuper Contributor
if you use environments, the database connection may belong to a specific environment.
In such a case, I recommend double-checking if the environment is set from SpiraTest and matches your expected environment.
- HawkeyesTester3 years agoOccasional Contributor
Thanks for the response. I was able to confirm in the logs that the environment is getting set correctly when the test case is executed. Confirmed this by looking at the raw request being made. However, my JDBC data source step still doesn't bring back any data from my postgres tables.
- KarelHusa3 years agoSuper Contributor
there must be some difference; if not in DB (connect string), you need to check the DB query.