cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
5
Helpful
2
Replies

Testing you current script live

Is there a way of testing your flow of the script before you set it to go live, i have validated it but i want to make sure the prompts etc are in the right place

Thank you

Cecilia

2 Replies 2

dferrie
Level 1
Level 1

Create a test application add the script and then add a trigger for testing. Once confirmed set the live application with the script that you tested.

-Dave

Dave is correct but one thing to caution you about: if your script contains an error (e.g. an infinite loop in Java code) you could impact your production envirionment by crashing/hanging the entire MIVR process. If you're that concerned about impacting production you may want to consider a separate lab sandbox to execute your code in.

Please remember to rate helpful responses and identify helpful or correct answers.