-Is truetest only for the production environment?
-If so how it captures the user journey like using the agent or javascript injection..how it is monitored
1 Like
I don’t know truetest.
TruTest can be utilised in any environment based on your needs. However , the main aim of trutest is to catch how the users are navigating in a particular application and it enables trutest to create and map user journeys and create test cases based on that.
You have to inject a short javascript code(agent) in the index file of your application to be able to use this trutest.
But yes , it would ideally make more sense for production env. but not restricted to other environments.
P.S :- I have done a little beta testing for trutest when it was in the early stages a few years ago but now that it is fully developed and officially released , i dont have a first hand on this product.
1 Like