Write a test cases on a facebook
Answer Posted / aditya dwivedi
1 Successfully Launch the application Pass Either Fail
2 Valid user name & Password Pass Either Fail
3 User name accept in all Alpha Numeric charecters(special ,alphabets,numeric etc) Pass Either Fail
4 New User Sign up
A. First name : Accept All Alphabets Characters Pass Either Fail
B.Last Name: Accept All Alphabets Characters Pass Either Fail
B.Valid Mobile No, Not More Than 10 Digits Pass Either Fail
C. Valid E-mail id With Alpha Numeric Characters Pass Either Fail
D. Enter Valid Date Of Birth (Accept Only Numeric Values) Pass Either Fail
E. Click on Gender Check box ( if able to select Male & Female ) Pass Either Fail
F. Click On Sign up (Sccessfully sign up ) Pass Either Fail
5 Click on "Profile"(Show All details Like as Name , Dob & E-mail id ) Pass Either Fail
6 Check "Search Functionality" :(Search Successfully) Pass Either Fail
7 Check Notifiacation Funtionality ( Show all Notifiacation ) Pass Either Fail
8 Click On "Friend Request Functionality" (successfully showing Friends list ) Pass Either Fail
9 Check are u able to create Group (Successfully create group) Pass Either Fail
10 Profile Pic Fuctionality:-
A. Succesfully Upload Pass Either Fail
B. Successfully Edit Pass Either Fail
C. Successfully Share Pass Either Fail
D. Succesfully Tag Pass Either Fail
E. Successfully " Add Location" Pass Either Fail
F. Succesfully Click On "Like Option" Pass Either Fail
G. Successfully Click on "comment" (If You Can Easily Write In Comment box ) Pass Either Fail
11 Option Functionality:-(If u can show All List Like As- Rotate left /right , delete Profile pic, Make Cover Photo etc) Pass Either Fail
A. Successfully Rotate Left Pass Either Fail
B. Successfully Rotate Right Pass Either Fail
C. If Successfully Done "Make cover pic" Pass Either Fail
D. If Successfully Delete Profile Pic Pass Either Fail
12 Check: Able To Send Friend Request Pass Either Fail
13 Check Able Create Photos Album Pass Either Fail
14 Check: Able To succesfully Upload Photos Album Pass Either Fail
15 Check : Click On "Settings Option" (It Will Show All List Like As :- (Name, User Name & Contact Pass Either Fail
16 Check : Able to change "First Name , Middle name & Last Name " Pass Either Fail
17 Check : Able to successfully Clicked & Changed The Name Pass Either Fail
18 Check : Reset The Password Pass Either Fail
19 Check: Able to Hide Personal Details Pass Either Fail
20 Check : Able To Show All Friends List Pass Either Fail
21 Check: Able to blocking some people Pass Either Fail
22 Check : Able To Buttons like like post,unlike Post Pass Either Fail
23 Check : Able To See Online Friends (Active Friends) Pass Either Fail
24 Check: Able To Hide Post Pass Either Fail
25 Check: Able To See Wall Post Only Selected Friends Pass Either Fail
26 Check: Able to see Recent Activities Pass Either Fail
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain the syntax testing?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
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
can one defect be mapped to more than one test script in manual testing
what is the technology used in financial applications?
Positive and Negative test cases for the speedometer?(minimum 5 each)
What is the syntax testing?
Scenarios to test wireless Speaker via bluetooth
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one
How to test a stored procedure?
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Explain the monkey testing?
Explain the scalability testing?
What is test environment? Elaborate with example.