wip: refractor QA roadmap (#7841)
* Part C * Part D * Update src/data/roadmaps/qa/content/espresso@stMeB1U3SfuefZ-yS8wGF.md --------- Co-authored-by: Arik Chakma <arikchangma@gmail.com>pull/7843/head
parent
cc3db36fc2
commit
e734563996
25 changed files with 41 additions and 38 deletions
@ -1,12 +1,10 @@ |
||||
# Gatling |
||||
|
||||
Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. |
||||
|
||||
Out of the box, Gatling comes with excellent support of the HTTP protocol that makes it a tool of choice for load testing any HTTP server. As the core engine is actually protocol agnostic, it is perfectly possible to implement support for other protocols. For example, Gatling currently also ships JMS support. |
||||
Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance. Out of the box, Gatling comes with excellent support of the HTTP protocol that makes it a tool of choice for load testing any HTTP server. As the core engine is actually protocol agnostic, it is perfectly possible to implement support for other protocols. For example, Gatling currently also ships JMS support. |
||||
|
||||
Gatling’s architecture is asynchronous as long as the underlying protocol, such as HTTP, can be implemented in a non blocking way. This kind of architecture lets us implement virtual users as messages instead of dedicated threads, making them very resource cheap. Thus, running thousands of concurrent virtual users is not an issue. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Gatling Website](https://gatling.io/) |
||||
- [@official@Gatling](https://gatling.io/) |
||||
- [@video@Learn Gatling](https://www.youtube.com/playlist?list=PLJ9A48W0kpRJE6s8I1MjWm-z8BGbUYNCw) |
||||
|
@ -1,3 +1,7 @@ |
||||
# Monitoring and Logs |
||||
|
||||
DevOps monitoring entails overseeing the entire development process from planning, development, integration and testing, deployment, and operations. It involves a complete and real-time view of the status of applications, services, and infrastructure in the production environment. Features such as real-time streaming, historical replay, and visualizations are critical components of application and service monitoring. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@article@Two Pillars of Modern QA - Errors and Logs](https://medium.com/@mohsenny/the-two-pillars-of-modern-qa-from-error-prevention-to-post-release-monitoring-4c11cc99fe14) |
Loading…
Reference in new issue