How to write a scenario from requirements?give an example..
Answers were Sorted based on User's Feedback
Answer / rajesh. veggalam
hi ,
here requirements are give to the client .based on we write
the scenarios
ex: login page
scenarios on login page :
1.enter the url and click whether the page is open or not
2. the default focus cursor should be on user name
3. password should be encrypted format
4. password should not copied
5. input domain testing on user name and password
6. properties check on buttons
7.functionality check of the buttons in login page
8.authentication testing
9. check the session time out
10.check the cookies
like .....................
| Is This Answer Correct ? | 3 Yes | 1 No |
TITLE OF THE TESTCASE ARE CALLED TEST SCENARIO AND DETAILS
OF THE TEST SCENARIO ARE CALLED TESTCASE.
example:Scenario
verifying that a user is able to manage his e-mail inbox
such as view all messages, send a message, manage
folders, logout…etc with a valid user login and password
test case:
is e-mail login page is displaying
is the user able to login using his login id and password
is he able to view his inbox
is he able to delete unwanted -mails…etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / novic
Take another example of date field.
1. enter the month > 12
2.enter the date > 31, 30,28 or 29 depends on the month end
date.
3. enter year > or < the client requirement
4. Change the format and check
5. check dd/mm/yy with 0 values
7. check with negative values
8. if u have calendar object next to it, check it shows the
same date when u r clicking.
9. check are u able to navigate in calendar object, month-
wise, year-wise.
and more.......
| Is This Answer Correct ? | 2 Yes | 2 No |
Can anyone Give me examples for high priority and Low priority defects?
What is meant by entry criteria and exit criteria in software testing?
Explain Agile testing with example?
What type of tesings are performed in Product testing?
How does fundamentally a coverage tool work?
Hello testers I am an Bsc Hotel mgmt Degree holders but now am doin my software testin programme, side by MCA Master degree an have 6 months exp i testing in company.. i want to change my CV according IT based. so can anyone help me with sendin any sample CV of urs.. do me this favour it wil be very helpful for me prepare CV for interviews....
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
What is the difference between Agile model and V Model Can anyone elobarate and explain each model and differenc
I give you a functional requirement document(FRD) of 10 pages.Now you tell me,how to calculate Test effort,As i Need to say to the client ?
Hi, I need Quality Center user guide.Can any one tell from where I can get it? Thanks, Smita
what is PVCS
Unit Testing can be done by using Nunit?