ActorJs: an Introduction
With ActorJs you can isolate very complex connectivity-based systems. ActorJs arranges all the scenography you need so you can focus getting the right testing done.
Why is ActorJs unique?
- It handles any environment, encapsulating the system under test:
- Full control through separations
- No need for traditional simulators or mock-ups of processes
- It allows you to go beyond test and focus on making development efficient:
- Minimal test coding – create unique building blocks incrementally, and reuse them
- Visualization (sequence diagrams, logging, test results, specification generation)
- Debugging
- Every tester/developer has a local instance of the tool:
- Just download from repo, and run
- ActorJs is well prepared for Continuous Integration
- Using ActorJs while developing software accelerates development