"value":"\n <p>No one writes code, commits it and pushes it to production without checking it works.<\/p>\n\n<p>Everyone tests their code, but they usually do it manually. They switch from the code to a browser or terminal, run the code and evaluate the result.<\/p>\n\n<p>This takes time, you need to switch contexts, and the test is only valid for that time.<\/p>\n\n<p>There's no guarantee it will still work in the future.<\/p>\n\n<p>Automated testing, however, means you can write your code and run the tests without leaving your IDE or text editor.<\/p>\n\n<p>The tests can also be run in the future to ensure the functionality works without needing to re-test it manually.<\/p>\n\n ",
"format":"full_html",
"processed":"\n <p>No one writes code, commits it and pushes it to production without checking it works.<\/p>\n\n<p>Everyone tests their code, but they usually do it manually. They switch from the code to a browser or terminal, run the code and evaluate the result.<\/p>\n\n<p>This takes time, you need to switch contexts, and the test is only valid for that time.<\/p>\n\n<p>There's no guarantee it will still work in the future.<\/p>\n\n<p>Automated testing, however, means you can write your code and run the tests without leaving your IDE or text editor.<\/p>\n\n<p>The tests can also be run in the future to ensure the functionality works without needing to re-test it manually.<\/p>\n\n ",