how to write test cases Interactive Elements like
Social Bookmarking
Post a Comment
Number of Views
Existing Rating
Rate this
Add to favorites
Track this Author
Print this
Guess who
Answer Posted / vijay
these are the list of some test cases for your scenario...
(to write test cases, I considered that the elements
are "Links")
1.Check "Social BookMarking" link
2.Click "Post a comment" and see whether it prompts options
(i)to add a comment (ii)edit coment, (iii)post comment (iv)
cancel
3.Check whethear the posted comment is appearing or not
4.Check the "number of views"
5.check "existing rating"
6.Checking "Rate this"
(i) click on "rate this" and add your rating.
(ii) check wheather the new rating is updated or not
7.Checking "Add to favo"
(i) click on "add to fav"
(ii)check wheather the application represents any
background process indicators while adding...
(iii)check wheather the contents of your 'favorites' is
increased or not
8.check "track this"
9.check "print this"
10.check "guess who"
-----------
Hi selva note this:
1) the above scenarios are based on the assumptions of the
funtionalities of elements.
2) I don't know the functionalities of the
elements "Bookmarking", "track this", and Guess who" and
hence their scenarios are as per your requirements...
I hope that this may help u lot...
Bye
Yours: vijayabhaskar83@sifymail.com
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
can one defect be mapped to more than one test script in manual testing
Explain the system testing?
Positive and Negative test cases for the speedometer?(minimum 5 each)
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
please give me different test scenario for uploading whatsapp status from gallery and camera
What is explain security testing?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
Explain how to develop a test plan and a test case.
Elaborate test plan and content availability in test plan.
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
What is the difference between test scenarios, test cases, and test script?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?