Write a test cases on a facebook

Answer Posted / dhruv damani

Verify that user can set profile pic uploaded from his or her computer.
Verify that user can set profile pic uploaded from mobile.
Verify that uer can set profile pic from photos present on his facbook account's photo section.
Verify that user can set profile from webcam or mobile camera.
Verify that user can set cover pic uploaded from his or her computer.
Verify that user can set cover pic uploaded from mobile.
Verify that user can set cover pic from photos present on his facbook account's photo section.
Verify that user can set cover from webcam or mobile camera.
Verify that uploading image of unsupported type should lead to error message.
Verify that uploading image of size exceeding maximum allowed size should lead to error message.
Verify that uploading image of size less than the allowed minimum size should lead to error message.
Verify that uploading image of larger dimension than permitted should lead to error message.
Verify that uploading image of smaller dimension than permitted should lead to error message.
Verify that change in profile pic should get reflected in each post/comment of the user's timeline.
Verify that user can add/edit their account information displayed to other users.
Verify that users can post text in their timeline and the same gets displyed to their friends.
Verify that users can post images in their timeline and the same gets displyed to their friends.
Verify that users can post links with or without preview in their timeline and the same gets displayed to their friends.
Verify that user can tag friends in their posts.
Verify that users can see the all the post in their timeline.
Verify that users can see comments, likes and reactions in the posts present in their timeline.
Verify that users can post comments, like and react to the posts present in their timeline.
Friends and their Timelines Scenario
Verify that user can search for friends in facebook's 'Find friends' search functionality.
Verify that user can send friend request to any user by visting their page.
Verify that user can navigate through their Friend's friend and send friend request to them.
Verify that user can approve or decline received friend request.
Verify that user can unfriend any existing friend.
Verify that users can see timeline of their friends.
Verify that users can post text in their friend's timeline.
Verify that users can post images in their timeline and the same gets displyed to their friends.
Verify that users can post links with or without preview in their friend's timeline.
Verify that user can tag friends in their posts on friend's timeline.
Verify that users can see the all the post in their friend's timeline.
Verify that users can see comments, likes and reactions in the posts present in their friend's timeline.
Verify that users can post comments, like and react to the posts present in their friend's timeline.
Facebook Notification Test Scenarios
Verify that users receive different notifications on facebook 'Notifications' icon.
Verify that users receive different notifications on email or cell phone based on the settings chosen when not logged in to facebook.
Verify that users receive notifcation when their friend request gets approved.
Verify that users receive notifcation when they get friend request.
Verify that users recieve notification when they get tagged by someone on posts or comments.
Verify that users receive notification when they get comments, like or reactions on their posts.
Verfiy that users receive notifcation when someone posts on their timeline.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to make test case for anolog voice logger?

2034


Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.

3076


Why is it that the boundary value analysis provides good test cases?

778


By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)

833


Explain the format of a requirement traceability

630






Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1934


Explain the static testing?

700


How to write email id in world wide web

1429


For how many days (or) weeks you will test a product or software?

1563


What is test environment? Elaborate with example.

646


I need GUI test case for home page?

3214


Explain the state testing?

633


pls i want test cases for oss? whts the process of oss testing

2005


How to write the test cases for STP

5105


write test cases for hospitality management system

2029