0 votes
in Testing by
What is the difference between performance testing and monkey testing?

1 Answer

0 votes
by

Performance testing checks the speed, scalability, and/or stability characteristics of a system. Performance is identified with achieving response time, throughput, and resource-utilization levels that meet the performance objectives for a project or a product.

Monkey testing is a technique in software testing where the user tests the application by providing random inputs, checking the behavior of the application (or trying to crash the application).

Related questions

0 votes
asked Nov 13, 2020 in Testing by sharadyadav1986
+2 votes
asked Jun 23, 2019 in Testing by SakshiSharma
...