Does anyone know if there is a way to set up small scale automation tests for the EMR? For example, we want to see what happens when 200 providers all submit information at once. I know we can test our SQL server on its own, run a script that will stress test the database, but we want to see what happens when we do that via the EMR, and we're not going to get 200 actual providers to click a button at 2.
There has to be a way to write tests, I just have no idea where to start.
My guess would be that you need to actually have 200 machines doing the work, or at least 200 RDP/Citrix sessions. If you had that you could write something that could do this. For example, I have automated clicks in EMR via AutoIT. I was only doing 1-3 machines at a time and it was just to perform a repetitive task. (update the chart with the order for the CPT code that was billed)
Hmm. So I could set up a script on 200 machines to run at the same time?
Could I ask you to share an example of using AutoIT in Centricity? I talked with my team about it, and we came up with a few ideas that would be fun to script, but I have no idea where to start. I've never written a script before...
I just sent you an email with the script.
Thank you so much for sending that along. As I said in my email, I don't think I can automate importing/deploying forms, but I really appreciate you sharing that with me.