Hi,
how do we test the application in the pre-prod after applying the changes and without publishing into the env,is there a way to test that , please assist,
Thanks & Regards,
Nandini
Hi nandini, not sure what you mean entirely, but if you create an application in "DEV". You can instantly see and test those changes in the DEV environment. It's up to you to extend your environment with a TEST/ACC/PRD and deploy to it accordingly. Most of the time we develop in DEV and transfer our app to TST to give the end-users a chance to test our work and we can keep working on the application without interrupting the testing.
Hi Bas de Jong,
Thanks for the quick response,
If I have the different version in Dev and that is not yet moved to pre-Prod and I want to test the functionality in pre-prod without publishing and if it works fine then it should be moved to prod ...
found this https://success.outsystems.com/Documentation/11/Developing_an_Application/Troubleshooting_Applications/Debugging_Applications/Public_and_Personal_Areas
not sure it will work in pre-prod
kindly help me
Thanks
This https://success.outsystems.com/Documentation/11/Developing_an_Application/Troubleshooting_Applications/Debugging_Applications/Public_and_Personal_Areas can work if your pre-prod environment is set to allow debug (Service center - administration - environment configuration)
If there are any possible way please help me
Hi Nandini,
What do you mean by test the application in pre-prod after applying the changes? I believe you want to perform testing without publishing the code which is not possible. Or you can use the debugging to check the values of input/output parameters or SQL queries results and break it before your code completes the flow.
Sachin
Hi sachin,
Thanks for the reply,
yes , so without publishing we cannot test the Application ?
:(
Good Morning.
As far as I know there is no way to test the changes without publishing the code irrespective of the environment (Development/UAT/Pre-Prod/Prod) you are working on.
I would recommend you to please publish the code to your Pre-Prod environment, do testing and then if you find all changes working as expected promote the changes to production.