-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Steve Salas edited this page Feb 20, 2018
·
18 revisions
Code Pulse is a real-time code coverage tool. It works by monitoring Java or .NET Framework applications while they run, keeps track of coverage data, and shows you what's being called and when. Code Pulse currently supports Java programs up to Java 9 and .NET Framework programs up to CLR version 4.
- Install Code Pulse
- Run Code Pulse
- Create a project in Code Pulse
- Connect your application to the project you created
- Watch as Code Pulse traces your application
If you're looking to test the water with a sample application, we recommend using the OWASP Webgoat or WAVSEP projects.
For a more detailed view into how to use Code Pulse, consult these pages:
- Installation - helps you get Code Pulse running on your computer.
- Creating Projects - tells you how to make a project for your application
- Sharing Projects - tells you how to share your project with a friend or coworker, or how to use a project that they shared with you!
- Managing Projects - tells you how to navigate between projects, among other things
- Exploring Projects - explains what Code Pulse can tell you about your projects
- Agent Configuration - helps you make your Java or .NET Framework application work with Code Pulse
- Tracing Projects - shows you how to trace your projects, and what happens while tracing