I have password field in my application.while entering data
into pwd field the characters are not encrypted will it
come under gui testing or unit testing?
is gui testing checked by typing or entering data into
fields?
Answers were Sorted based on User's Feedback
Answer / naresh
it comes under sercurity only. password is secured one .so
it should be encripted .If it is not encrypted that is a
major defect.We have to give high priority to this defect
while updating defect report.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mohan
Its a part of functional Tesing. In GUI testing, u will be
testing look & feel of the application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajitha
Hi ,
If the password field is not in encrypted form it comes
under functional testing.cas its a major functionality.
If i am wrong pl let me know
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / supriya
it is a part of security testing it is not user interface
testing or look and feel
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajay
no gui testing means just testing the application by just
seeing the applicaiton whether the all the contents are
available in the page or not for eample cheking the
consistency, allignments, text, color, size etc...
to say in simple gui means look and feel..
and entering data into fields is checking the funtionality
of that perticular fields and it is not gui tesiting and it
comes under funcitonality testing.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ayshwarya ravishankar
The password not being encrypted does not relate with GUI
testing at all, as GUI testing will check only how the user
interface looks(LOOK & FEEL) of the application.
Encryption of password comes under security testing in a
testers perspective and raising this bug to the developer
and he fixing this bug is Unit testing.
| Is This Answer Correct ? | 1 Yes | 1 No |
Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?
when tester found bug then where it is assign to developer or testlead
1.Test cases for Password cannot be used for next 13 times? 2.Test cases for Password should not be less than 8 to 13 chars and there should be at least one special character and one Capital letter.
What is test description and documentation?
What is six sigma?
Do we have to execute all the test cases while doing sanity testing and regression testing??(manual testing)
What is QA Life Cycle?Can anyone describe it?
What is mean by Defect Metrics? Write some defect metrics?
What is the difference between unit testing and integration testing?
Difference between client application and web application
1 Answers Cap Gemini, PIT Solutions,
Hai all can anyone tell me wat is the diff betn Build and version and is there any file extenction for build and version if so wat is it..And How to deploy the build and version for development or testing.. Cheers, Amar.gp
Write test cases for checking date field?