-
Unusual performance tests for unusual situations
Not all performance test types are famously equal , some types are used less often than others. That doesn’t mean of course that they are not important , they are and in some cases so important but unusual tests needs unusual situations. I am going to focus on the following performance test types , we […]
-
How to Set your performance testing acceptance criteria
This is always a question for people who are doing performance testing (as a general term) for the first time and also those who don’t have a specific performance requirements. What numbers to compare to? what are the current response time means? is it good or bad? How to set an acceptance criteria? All the […]
-
What a performance test report saying about your system.
When evaluating a performance test report most of the times we are looking for the response time and specifically the Average response time. But if you take a deeper look , the performance test report elaborates more information. In this article I will use one of JMeter basic reports “Summary Report” as example to explain […]
-
How to add security checks to your manual / automation test suite
Let me tell you that you can have a basic / moderate security checks in your manual test suite by extending your test cases in two different areas : Input validation Authentication Most of test suites if not all of them are already testing the sections mentioned above but mostly just a basic checks like […]