Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Nicholas Gaerlan
9,501 PointsHow do I test a web application?
Very open ended question, but... let's say I want to create a web application that parses JSON data and also does some CRUD and maybe also handles lots of messaging traffic between users? Where would I test this application? I don't have a company with tons of user data and web traffic, so is there some kind of test platform out there that simulates all of that? I don't even know what to search google for. Any suggestions, much appreciated!
Sudha Rani Kanamarlapudi
53 PointsSudha Rani Kanamarlapudi
53 PointsYou can use JMeter for above need. But you need to find an application which is close to your need. JMeter is for performance testing where we can simulate user actions (Virtual Users).
Also, there are many commercial tools such as HPE Performance load, Silk Performer etc.
I hope this helps you.