When we enter valid user ID and passwords and unable to
login then what do we test more
Answers were Sorted based on User's Feedback
Answer / ravinder mehra
If you are not able to login after entering a Valid user
id/Passwd then you will not go for any further
testing.Becasuse here your sanity testing fails.A valid
user id/Passwd means you are not making any mistake while
typing the user id/Paswswd...This means you should return
the build to dev team without performing any further
testing steps
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / saurabh mishra
In the broad ways two reasons could be there
(1) code level validation
(2) data base connectively,
Data base connectively error generally does not appear on
the user module in the website/applciation.
As far as case senstiveness is concern, it is already
define that entering valid user name and password.
Small or Capital letters does not matter in case of
Password generally
| Is This Answer Correct ? | 6 Yes | 0 No |
Simply checking the database will not solve the problem. It
might be possible that the values stored are correctly but
when there is an internal validation through the code then
the code written is such that it is not able to do the
validations at the code level instead of datbase level.
This again in turn will result in failure
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / vibhu
chk ur database if ur value are correct so chk the value
case sensitive or not.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bhargavi
chk ur database if the values u entered are at correct
place/ its an error.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / viji
report the bug to development team because sometimes the
developer made the mistake or the valid user id does not
exist in your database table
if you enable to enter better report it to development team
or dicuses with Test team Lead or Developer about the
particular funcationality
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / viji
after guiving the valid username and password,check for the
vlaidation.Wheather validation is been called in onsubmit
button.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramthiraviyam
Once it is not working , Check the db using the following
query "SELECT id FROM 'TABLENAME' WHERE username='given name'"
for this scenario , the username should be unique .
If the query return a record means , you should send back to
dev team with actual problem
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tsk
chk ur database if the values u entered are at correct
place/ its an error.
| Is This Answer Correct ? | 8 Yes | 10 No |
Answer / a.muthukumar
Do you chack
first,caps lock on/off.
second,code validation.
third,gave the database path is correct or not.
fourth,do you redirect page is other page or same page.
| Is This Answer Correct ? | 0 Yes | 2 No |
can i manage putting fake experience in manual testing what they will do if am caught
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
What is the difference between functional requirement and non-functional requirement?
what is review and walkthrough?
scenario is like the following, a software to be installed in the train the work of the software is when ever any object comes opposite to it the train has to be stopped would u plese any bone tell us the test case for this
What is the Major difference between Sanity and Smoke Testing
8)What is the actual need for an alpha and beta testing? A)For the developers it is impossible to predict how the end user with really use the application B)Misinterpretation of instructions for using the software C)End users may use strange combinations of input data D)All the above
(hi friends : please give me reply soon ) i have completed my software testing course , now am planning to put a fake of 1.5 yrs, i need two projects to put in my resume , if anybody has any real time experience and those who handled a project( 6-8 months )in the telecom domain ,please send me the details regarding the project ...it will a great help for me ..if u have suggestion let me know ....
1. can u explain about testing levels and its type with example? 2. First explain about both testing.then difference B/W sanity and smoke testing? 3. Explain about integration , functional , system testing? 4. what are methods use to writing test cases?
Which appraisal method class is the best?
What are techniques for Integration Testing.
Define Non-functional testing?