All I want is to test my app before deployment in future also. Please suggest how to do it.
I’ve referred following links, but I’m not clear since I’m new to this.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I would make two instances of the copies of the app
For instance:
Then you can do your testing on the staging instance and once you are happy move the files over to the “production instance”.
thanks for replying. Could you please tell me how to do that? Thanks in advance.