How to Test Logging in Procedure?

by Nataliia Vasylyna | August 27, 2014 10:00 am

Though security is paid significant attention during every mobile testing, desktop testing and web site testing, attackers, unfortunately, are skilled and creative. They can do lots of various tricks in order to steal valuable data.

Attacking of an application input fields is among the oldest ways of breaking into an application.

In spite of tremendous difference between the first awkward programs that ran on big primitive computers few decades ago and modern smart, multipurpose user oriented once, the communication between the user and a software program goes the same way: the user inputs something and the program responses outputting or doing something in return.

Most of software products require entering the username and password for authorization. A software testing company always reminds its testers to check whether the program fails in appropriate manner when the username or password is wrong.

In Order to Check Logging in Procedure One Should:

If during such security testing the program just outputs message informing that the combination username/password is incorrect, it works fine. Other reactions, for example, the program hangs, shows strange messages or behaves strangely, indicate that the web site testing, desktop testing or mobile application testing revealed a defect[1].

Learn more from QATestLab

Related Posts:

Endnotes:
  1. defect: https://blog.qatestlab.com/2011/10/11/main-types-of-defects-in-software-testing/
  2. Penetration Testing: zero in on security: https://blog.qatestlab.com/2018/04/30/software-penetration-testing/
  3. Security Testing Tools: https://blog.qatestlab.com/2017/02/23/security-testing-tools/
  4. Security Testing: Universal Recommendations: https://blog.qatestlab.com/2016/07/04/security-testing-techniques/

Source URL: https://blog.qatestlab.com/2014/08/27/how-to-test-logging-in-procedure/