Write a test case scenario for Web-based address book?
Answers were Sorted based on User's Feedback
Answer / test guru
Assuming the Requirements of web-based Address book as:
(1)Able to add & delete new contacts
(2)Able to search/view contacts with sorting functionality
Testscenarios are:
(1)User can successfully add new contact to address book
(2)Duplication of contact is identified.
(3)User can successfully Delete the required Contact.
(4)User can view the contacts from the Alphabetic order
(5)User can manully search by entering the search criteria.
from the search menu option.
the above are the sample scenarios if you are good thinker
then there can be more testscenarios and sub scenarios.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / mahendra
I Continew the 1 answer writen by .....
(1)User can successfully add new contact to address book
(2)Duplication of contact is identified.
(3)User can successfully delete the required Contact.
(4)User can view the contacts from the Alphabetic order
(5)User can manually search by entering the search
criteria. From the search menu option.
6) Validate entering the contact (example specific
characters are compulsory like "@" and ".")
7) If the address book is for specific company then only
entering email ids with that company's domain is mandatory
(eg. xyz@softcorner.com is allowed and xyz@gmail.com is not
allowed)
8) Users that have left the company their email id should
be popping up some warning msg...After checking form the
database if it exists
9) IMP: add more than 100 records and see if the variables
used accept more than 100 users....sometimes using default
data types gives this error
10) They should preferable use the best search algorithm
instead of tradional one for faster search as that is very
imp in searches...
The above are the sample scenarios if you are good thinker
then there can be more test scenarios and sub scenarios.
11) Last one which i think is imp: the search should be as
appropriate as possible with accurate results
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sachin
Assuming the Requirements of web-based Address book as:
(1)Able to add & delete new contacts
(2)Able to search/view contacts with sorting functionality
Testscenarios are:
(1)User can successfully add new contact to address book
(2)Duplication of contact is identified.
(3)User can successfully Delete the required Contact.
(4)User can view the contacts from the Alphabetic order
(5)User can manully search by entering the search criteria.
from the search menu option.
6) the above are the sample scenarios if you are good
thinker
then there can be more testscenarios and sub scenarios.
IMP: add more than 100 records and see if the variables
used accept more than 100 users....sometimes using default
data types gives this error
7)Last one which i think is imp: the search should be as
appropriate as possible with accurate results
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / sushma
Delete all the records from that address book,and search for a new record and check whether it is giving alert or not like 'no record found'.
Is This Answer Correct ? | 0 Yes | 0 No |
What is Buddy testing?
Explain the difference between decision coverage and condition coverage ? If possible provide few examples.
suppose a new application is given to u and asked complete report with in one hr what will do?
What is severiety and priority of the bug?how do they effect u to report the defect in the builds?
even though automation tools are fast and reliable why do we go for manual testing..in almost 90% of the companies manual testing is used
Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines
IS INTEGARTION TESTING DONE BY THE DEVELOPER OR TESTER?IF TESTER IS INVOLVED , WHAT WILL TESTER DO ?
how test cases are written in test direcror directly or u fetch from xls
write test case for gmail login page
give 1 example of an error with high severity and low priority?
Write functional,system,integration,penetration,load,performance negative test cases for Instant messenger
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.