in atm when we type password it displays password in encrypted
form *****.what kind of testing is this?
Answers were Sorted based on User's Feedback
Answer / mudaseer
it is security testing because the password should be displayed as **** for example my password is 1234 when i type 1234 it should be displayed as *****
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / monika
so .. what is the final one. acceptence or secuirty
testing. Can anyone confirm tis....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dipankar
What is meant by - 'What kind of testing is this'
The password when typed shouldn't be displayed on screen
preventing someone beside to read it, However, asterisks may
be displayed to provide feedback that the user learns the
typed character has been feed into the system.
What I have said is a requirements to the system, and
written in the System Requirements Specification Document.
We do Acceptance Testing to determine the system is working
fulfilling all the proposed requirements by the client/user.
So, you may say this is Acceptance Testing, however
Acceptance testing is done at the end of SDLC; and in real
development this is naturally tested by the developers team
during unit-testing.
Concluding, if asked in an interview the correct answer is
acceptance testing.
| Is This Answer Correct ? | 3 Yes | 7 No |
Hello every one.I want to learn Manual Testing. I'm new to Testing.can anyone send me Manual testing books or any free download links?
What is meant by datadriven test?
What is mutation testing?? And when we use it??
How to test when the web application expired time (cookies,sessions testing) in real time
what is metrices?
Can you explain tpa analysis?
Expain about V model?
change control
Where do you get your expected results?
How you will choose test cases for Sanity testing and at which phase of testing you will do this.
How to write Test Cases? What r the items in the Test Case? How to say whether the Test Case covers all functionalities in Application?
What are the types of functional testing?