Posts

Showing posts from August, 2018

Daily Work Tracker Application Using SprinBoot with Bootstrap

Image
Work Tracker App I have worked on Spring boot and spring data recently. The combo of these two will help us to implement applications very fast and easy.  Work tracker App Built-in using Spring thymeleaf with BootStrap styles and all the spring Components.  A daily Work Tracker --> can submit daily work and Dash board will display all the statistics of the logged-in user. For Full code :  https://github.com/Brahmaiah-Rayalla/WorkTrackerApp Technologies Used Technical Stack Spring Thymeleaf (front-end) Bootstrap styles CSS and Layouts Spring MVC Spring IOC Spring Security Spring JPA Data Spring Boot Tomcat (container embedded with Boot) Application Functionality Functions User Registration with Login User Edit List of Users Dsiplay with all the bootstrap styles Group users Upload Profile Picture Submit Daily Work Track Daily work using Dashboard Dashboard Dashboard statistics No. of work submission No. of Tasks Handled No. of Hours...

Performance Test Applications using JMeter

Image
In this post you will see how to load test your App JMeter 1. Download JMeter from  http://jmeter.apache.org/download_jmeter.cgi 2. Go to /bin folder and run Apache JMeter executable jar. 3. Create a TestPlan Create a ThreadGroup from Add--:> Threads and configure below properties no. of threads( users) Ramp-up period in secs (each thread will start after these many secs) Loop Count: specify the how many times it has to run the scenario. If you check forever , it will run forever. Add RecordingController to ThreadGroup from Add--> LogiCcontroller Add HTTPCookieManager to ThreadGroup from Add-->ConfigElement Add HTTPRequestDefaults to ThreadGroup from Add-->ConfigElemen and configure below properties protocol -- HTTP or HTTPS ServerName or IP  Port Add ViewResultsTree to view scenario results from Add--> Listener  Add HTTPTestScriptRecorder to TestPlan from Add--> NonTest-Element Add ViewResultsTree (...