-
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…
-
Increase Number of users generated from your local machine
Number of user generated from your local machine depends on your local machine specs but what if you can generate more users with number of tricks. 1. Don’t use listners Listners consumes a lot of memory to be able to display information and do the necessary calculations , the less listners you use the more…
-
WordPress Security testing using WP-Scan
Do not use the following instructions to exploit websites , Usage of WP-Scan for attacking targets without prior mutual consent is illegal. WordPress now powers 30 percent of the web, according to data from web technology survey firm W3Techs. WordPress is important framework and as the aove statistics it is widely used thats why securing a web…