On an ASA you can test AAA Authentication from the command-line with the following syntax:
test aaa-server [authentication|authorization] <aaa_server_group> [host <name>|<host_ip>] username <user> password <pass> |
For example:
test aaa-server authentication AAAGroup username adminuser password ThisIsAWeakPassword |