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 |
Can anybody define 2-tier architecture,and 3 tier architecture.
What are the various techniques in white box testing?
Can anyone give me the example of High Priority and High severity defect. Please dont give me answers like Spelling mistakes or logo missing something like that. Give me some real time example from your application. Thanks in Advance.
what is test case management?explain in brief.
what is test case and test scenario , plz do explan with example....
What is meant by Metrices?What is purpose of Metrices in Testing?What is Template for that?PLZ REPLY ASAP.Thanks in advance.
Why we give test deliverable to client ? or what is the purpose & necessary for giving test deliverable to client ?
what did your base to your test cases?
what r all the documents does the testers create? some saying testing document starts with test policy,what is all this things? Does anyone have example application to explain this document or any links,plz provide. Also,will someone tell me what is test methodology? kindly help me....thank u!
What is desk checking and control flow analysis
How does your preferred work style work with the ideal test-manager role that you just described? What is different between the way you work and the role you described?
What is System Testing and Integration Testing.Differentiate them.