Suppose Username and Password is there, Username is limited
to 8 characters!! Then what r all the Possible Test Cases
for it??
Answer Posted / chitra
1.Enter Username and click on enter,it should display error
message"Enter username/password".
2.Enter Password and click on enter and check for the error
message window "Enter Username/Password".
3.Enter numericals in the username textbox and enter
password and click on enter.It should display error message
window "Enter valid username".
4.Enter special characters in username textbox,password and
click on enter.It should give error message window.
5.Enter the combination of both numbers and special
characters in text field and click on enter.
6.Enter blank space in username text field,enter password
and click on enter.it should not accept blank spaces.
7.Enter username and password fields blank and click on
enter and check whether the warning message is displayed or
not.
8.Enter alphabets more than specified i.e 9 alphabets.It
should not accept alphabets other than 8.
9.Enter 8 alphabets and check.
10.Enter valid username i.e upto 8 characters and valid
password and click on enter.it should accept and password
should be in encrypted form.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are testing techniques? What is difference between general and specific?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
I am new to testing, I need information about TSYS any website or if you have information please mail it to me. this is for online credit applications project.My mail id is keerthanakoluvu@yahoo.com. Thanks for your help.
what are the advantages of manual and automation testing ? and which one would u term as efficent testing and effective testing ?pls do reply thankx in advance
what are the typical problems in web testing?
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
HI GUYS,, I HAVE 3 YEARS OF EXP IN MANUAL TESTING...NEXT MONTH ONWARDS I WORK FOR MOBILE TESTING....PLS SUGGEST ME WHAT I LEARN FOR TRAING,, MOBILE TESTING OR ANDROID....FOR MOBILE TESTERS NEED ANDROID(IFONE) DEVOLOPMENT KNOWLEDGE OR NOT? EXPLAIN CLEARLY
What is Independant Testing? When and where this type of testing will be performed?
PLEASE CAN ANYONE SEND ME THE TEST SCENARIO BASED QUESTIONS FOR 3+ EXPERIENCE IN MANUAL TESTING
What is an error?
Which are the standards for software test plans?
what is the difference between test case and result matrix
MS Paint
Can anyone please tell in detail about the Rally tool and how a tester is going to use it.
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....