You are on page 1of 12

Activity 1

Test case 1
Display function has an error Print statement is not enclosed in string
System.out.println("Student Name is: ― + studentname + "Course Name is: ― + coursename + "Grade is: ― +
grade); }
Expected: Print student names
Actual: Gives error string missing

Test case 2
Object allocation in c1 the names grades and course are not written in string
CourseResult c1=new CourseResult (); c1.studentName= ―Ali‖; c1.courseName= ―OOP‖; c1.grade= ―A‖;

Expected set names course and grade


Actual: unidentified string error

Test case 3 if – sign is added instead of + sign


System.out.println("Student Name is: ― + studentname + "Course Name is: ― + coursename + "Grade is: ― +
grade); }

Expected concatenate entire statement with values and sentences


Actual Bad operator used

Activity 2
public double calLength(){
return Math.sqrt(Math.pow((x2-x1),x2) + Math.pow((y2-y1),2));
}

Point p1 = new Point(2, 6).


Point p2 = new Point(1, 7).

Point p3 = new Point(5, 6);


Point p4 = new Point(4, 8);

Point p5 = new Point(7, 6);


Point p6 = new Point(6, 8);

Expected:
Length of Line 1 is: 1.4142135623730951
Length of Line 2 is: 2.23606797749979
Length of Line 3 is: 2.23606797749979
Actual:
Length of Line 1 is: 1.4142135623730951
Length of Line 2 is: 2.23606797749979
Length of Line 3 is: 2.23606797749979
Test Case 1:
Point p3 = new Point(5, 6);
Point p4 = new Point(1, 8);
Point p5 = new Point(7, 6);
Point p6 = new Point(6, 8);
Point p1 = new Point(4, 6);
Point p2 = new Point(1, 7);

Expected:
Length of Line 1 is: 3.1622776601683795
Length of Line 2 is: 4.47213595499958
Length of Line 3 is: 2.23606797749979
Actual:
Length of Line 1 is: 5.291502622129181
Length of Line 2 is: 8.246211251235321
Length of Line 3 is: 2.23606797749979

Test Case 2:
public double calLength(){
return Math.sqrt(Math.pow((x2-x1),x2) + Math.pow((y2-y1),2));
}

Point p1 = new Point(4, 6);


Point p2 = new Point(5, 7);

Point p3 = new Point(5, 6);


Point p4 = new Point(6, 8);

Point p5 = new Point(7, 6);


Point p6 = new Point(8, 8);
Expected:
Length of Line 1 is: 1.4142135623730951
Length of Line 2 is: 2.23606797749979
Length of Line 3 is: 2.23606797749979
Actual:
Length of Line 1 is: 1.4142135623730951
Length of Line 2 is: 2.23606797749979
Length of Line 3 is: 2.23606797749979
Test Case 3:
Point p1 = new Point(4, 6);
Point p2 = new Point(9, 7);
Point p3 = new Point(2, 6);
Point p4 = new Point(9, 8);

Point p5 = new Point(2, 6);


Point p6 = new Point(6, 8);

Expected:
Length of Line 1 is: 5.0990195135927845
Length of Line 2 is: 7.280109889280518
Length of Line 3 is: 4.47213595499958
Actual:
Length of Line 1 is: 1397.5428437081991
Length of Line 2 is: 6352.449212705285
Length of Line 3 is: 64.03124237432849

Activity 3

BUG SHEET TEMPLATE


BUG ID TESTER

 1 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED

 Not sorting alphabetically 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

 When we click sort alphabetically it sorts the products randomly not


 Sorting button not working
alphabetically

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

 https://homeshopping.pk/brands/ChangHong-Ruba.html  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   High

BUG SHEET TEMPLATE


BUG ID TESTER

 2 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED


Creating account without real information 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

Account creation without realistic information  Sign up not working

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

 https://homeshopping.pk/login.php?action=logout  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   High

BUG SHEET TEMPLATE


BUG ID TESTER

 3 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED


Update from Facebook not working 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

In account details update from Facebook not


working updating information from Facebook not Update from Facebook button not working
working

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk/account.php  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   High

BUG SHEET TEMPLATE


BUG ID TESTER

 4 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED


Image not uploading 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

In account image is not uploading Upload image button not working

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk/account.php  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   High

BUG SHEET TEMPLATE


BUG ID TESTER

 5 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED


Order not confirming 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

Order is not confirming it is giving error Oder confirmation button is not working

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk/order.php  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   High

BUG SHEET TEMPLATE


BUG ID TESTER

 6 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED

Product comparison 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

If one of the product is removed from the


comparison isgiving error it should remove that and
show other product only and Oder confirmation button is not working
give a option to select some product to compare

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk/order.php  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED

 Chrome  
SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   Medium

BUG SHEET TEMPLATE


BUG ID TESTER

 7 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED

Text is not displaying properly 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

Text on the sign page is not visible Text in signup page is not visible

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk/order.php  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   low

BUG SHEET TEMPLATE


BUG ID TESTER

 8 Hassan Ahmed  

BUG TITLE DATE BUG SUBMITTED

Page loading 9 – 22 -21

BUG DESCRIPTION SUMMARY OF THE ISSUE

Page loading is very slow is takes too much time to Page loading is slow
load the page

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk.php  

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED


 Chrome  

SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Najmun Nisa  Wed 4;32

PRIORITY compared to other bugs SEVERITY

   Medium

BUG ID TESTER

 9 Hassan Ahmed

BUG TITLE DATE BUG SUBMITTED

Bad UI design 21-09-2021

BUG DESCRIPTION SUMMARY OF THE ISSUE

Light green border is used with white background that is not prominent to see. A very dull combination is used for UI experience.

URL WHERE BUG ENCOUNTERED if applicable PLATFORM ON WHICH BUG ENCOUNTERED

https://homeshopping.pk/login.php?action=check_login%20%27%20and  https://homeshopping.pk

BROWSER USED if an online bug DATE AND TIME BUG ENCOUNTERED

 Chrome 21-09-2021 3:30 pm


SCREENSHOT DEMONSTRATING BUG'S BEHAVIOR

BUG ASSIGNED TO DATE AND TIME ASSIGNED

 Hassan 21-09-2021 3:30 pm

PRIORITY compared to other bugs SEVERITY

 Low  Low

You might also like