Category Software Testing

Exploratory testing tips

Exploratory testing can be a challenge.  How to know that you have covered entire application? What all areas need to be covered? I have listed down some exploratory testing tips. This checklist will help you in performing exploratory testing in a…

Test Effort Estimation

Challenges Successful test effort estimation is a challenge because No standard Formulae/Methods for Test Estimation Test Effort Estimates also includes the Debugging Effort Difficult to attempt testing estimates without first having detailed information about a project Software Testing Myth that…

What is Cross-Site Scripting?

What is Cross-Site Scripting (XSS)? Cross-Site Scripting (XSS) attacks are a type of injection problem, in which malicious scripts are injected into the otherwise trusted web sites. XSS attacks occur when an attacker uses a web application to send malicious code, generally…