visual studio - Load test result interpretation -


in visual studio i've got results of load test, , little bit confused how total percentage of passed tests calculated. consider following example

|test__ | count | passed |

|test 1 |10_____| 10____|

|test 2 |50_____|50____|

|test 3|40_____|40____|

|test 4| 1_____|_0____|

what result of total passed test? 75% or 0.99%?

load testing running small number of test cases many times each. one, or small number, of executions of individual test case not mean that test has failed. numbers in question have: 101 tests executed. 100 tests passed. 1 test failed. hence (100/101)*100% passing.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -