what is the good answer for authentication and
authorization?
Answers were Sorted based on User's Feedback
Answer / ranjithreddy
autherization is nothing but validating how well the
application built is allowing valid users and how well it
is preventing invalid users.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / hareesh
Authentication is login in to the system permission to
enter in to application
| Is This Answer Correct ? | 3 Yes | 0 No |
Authentication:
This is the process to test whether the specific user is
allowed to use or login to the application.
But in Authorization, we test whether the specific user
is allowed to access some controls or features of the
system/application/software. Eg: In an office automation
tool, every employee can login to the application, but only
accounts manager can access accounts related features, only
HR manager or executive can access company inforamtion.
| Is This Answer Correct ? | 2 Yes | 0 No |
Authentication -> To check is that user having rights to
enter
Authorisation -> Allow to only certain pages
Vinodh Anandhan
Software Tester
Exceed Technologies
Chennai
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vinod malli
Authentication: Authentication means validating whether app is accepting right user and rejecting invalid / anonymous users or not.
Ex: 1) Login into internet banking with valid login credentials (application has to accept the user).
2) Login into internet banking with invalid login credentials (application has to reject the user)
Authorization: Authorization means validating whether app providing right permissions to right users or not.
Ex: 1) Agent: After login into IRCTC website, agent has permissions like book tickets more than 5, cancel, edit information..
2) User: Ater login into IRCTC website, user has permissions like booking not go beyond 5 tickets, only book ticket or cancel ticket. But not editing information like Agent.
| Is This Answer Correct ? | 0 Yes | 0 No |
what kind of test cases we can automated.how to divide manual and automation test cases.
what is the use of this application?
In interview How do explain in Testcase of Calcuator,Cellphones, Email testing?
What is the exact diff between sanity and smoke test and who will do in real time?
how to clarify functional requirements and non functional requirements in a srs?
How to test the database manual? how to test data base lekage by using manual and also using QTP ?
what will the future for manual testing
How do we find Effectiveness of Test Cases ?
what is the difference between functionality testing and regression testing
What is back to back testing?
write a TestCases for Telephone ?
What is Registry?