perakerberg
14 years agoOccasional Contributor
Change environment not working fully?
Hi!
The new environment feature is an awesome idea, but I am having some problems with it.
My project consists of several test suites, all with a bunch of JDBC test steps within their test cases.
My project was created in pro version 4.1.
Now, I created two environments, one pointing to the same database as my existing project did and one pointing to a new one.
Using the old database performs well, but for the new database, the change of connection string doesn't seem to kick in
everywhere. Some queries work fine, some throw errors.
As an aside, I used to do this feature by hand using the event model before. I'd just manually hack the connection strings of all requests.
That way still works, but porting my solution to this new, elegant solution does not. At least not completely.
Am I supposed to be able to change the current environment from anywhere? Am I supposed to be able to port old projects?
If I can assist you in anyway to find this issue, please let me know. This is the one feature I have been waiting for, so lets get it working!!!
Regards
Per
The new environment feature is an awesome idea, but I am having some problems with it.
My project consists of several test suites, all with a bunch of JDBC test steps within their test cases.
My project was created in pro version 4.1.
Now, I created two environments, one pointing to the same database as my existing project did and one pointing to a new one.
Using the old database performs well, but for the new database, the change of connection string doesn't seem to kick in
everywhere. Some queries work fine, some throw errors.
As an aside, I used to do this feature by hand using the event model before. I'd just manually hack the connection strings of all requests.
That way still works, but porting my solution to this new, elegant solution does not. At least not completely.
Am I supposed to be able to change the current environment from anywhere? Am I supposed to be able to port old projects?
If I can assist you in anyway to find this issue, please let me know. This is the one feature I have been waiting for, so lets get it working!!!
Regards
Per