You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,13 +140,19 @@ Method of software testing which involves modifying programs' source code or byt
140
140
141
141
### Load testing ###
142
142
143
-
-[Gatling]()
144
-
-[Apache JMeter]()
143
+
-[Gatling](https://gatling.io)
144
+
-[Apache JMeter](https://jmeter.apache.org)
145
145
146
146
### Performance testing ###
147
147
148
-
-[Gatling]()
149
-
-[Apache JMeter]()
148
+
-[Gatling](https://gatling.io)
149
+
-[Apache JMeter](https://jmeter.apache.org)
150
+
151
+
### Endurance Testing ###
152
+
- Type of testing which checks for memory leaks or other problems that may occur with prolonged execution. It is usually performed by performance engineers.
0 commit comments