How to write testcases for username creation?Given
requirements are min 6characters,atleast one
alphabet,alpha,alphanumric
Answer Posted / anitha
case 1:
display of user name creation page
page contains fields username(text box),password(text box)
gender(drop down) security question(may be drop down or
text field)answer(text field)
button "create account" "cancel"
case 2:
mandatory field validation
1.enter less than 6 characters click "create account"
2.enter min 6 characters with no alphabets and
click "create account"
3.enter min 6 chars with alphabets and no alpha or alpha
numeric and click "create account"
4.without entering any value on password field
click "create account"
5.enter 6 characters,1 alphabet,alpha,alphanumeric
click "create account"
case 3:
enter valid values for all fields click "create account"
enter valid values for all fields click "cancel"
case 4:
database should be examined whether database is updated
with corresponding details
hope this test cases are right..
if there is any changes plz let me know
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)
Scenarios to test wireless Speaker via bluetooth
Write test cases to test a browser app
Write test cases for 8+4?
Please guide me for Add new user test cases
1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).
Can anybody help me out to write test cases for booking train ticket online???
How many test cases u will write for Acceptance testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Explain the ramp testing?
What is test environment? Elaborate with example.
how to write a test procedure & test log for login system
Explain the glass box testing?
Explain the functional testing?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.