JMeter as Performance Testing tool for websites using Google Authentication as login

Tudip Technologies
1 min readApr 30, 2021

Apache JMeter is an open-source software designed to load test functional behavior and measure performance. It can be used to test performance both on static and dynamic resources, Web dynamic applications.

  • JMetre includes features like:
  • Ability to load and performance test different applications/server/protocol types
  • The full multithreading framework allows concurrent sampling by many threads and simultaneous sampling of different functions by separate thread groups.
  • Several load statistics may be chosen with pluggable timers.
  • Easy to use CSV files for different Login Credentials.
  • Full-featured Test IDE that allows fast Test Plan recording (from Browsers or native applications), building, and debugging.
  • Cons of JMeter:
  • It supports only Java coding for custom coding.
  • It can be used only on web applications.
  • Consumption of memory is high in GUI Mode.

Read more: https://tudip.com/blog-post/jmeter-as-performance-testing-tool-for-websites-using-google-authentication-as-login/

--

--