Forum Discussion
DLapus
11 years agoOccasional Contributor
It is a single database connection to SQL Server. The query is a simple select statement in the data source.
It queries different database server (different ip and port #) for testing and staging environment.
For the test case, here are details about test steps:
1. data source: select top 1 id from products (id=12345 in testing db, and id=67890 in staging db)
2. get method: pass the id from the above data source in the request
For default (testing) run, the id passed in the raw request is 12345 which is correct.
For staging run, the id passed in the raw request is 12345 instead of 67890.
Thanks for your time!
It queries different database server (different ip and port #) for testing and staging environment.
For the test case, here are details about test steps:
1. data source: select top 1 id from products (id=12345 in testing db, and id=67890 in staging db)
2. get method: pass the id from the above data source in the request
For default (testing) run, the id passed in the raw request is 12345 which is correct.
For staging run, the id passed in the raw request is 12345 instead of 67890.
Thanks for your time!
SmartBear Support wrote: Hi,
What DataSource are you referring to?
Have you setup JDBC DataSources gathering values from different database queries? Please confirm what is the scenario.
Thanks,
Giscard
SmartBear Support