Calculator Activity Test Case
Jump to navigation
Jump to search
Test Case ID | Category | Feature Description | Prerequisite | Test Description | Input Data | Expected Result | No Of TC combination | Status (Pass/Fail) | Defect Id |
---|---|---|---|---|---|---|---|---|---|
1. Verify the navigation to the Calculator Activity | |||||||||
CAL_P1 | UI | Verify that user able to navigate to the calculator activity. | Calculator activity icon is available. | Click on the “calculator” Icon. | Navigate to the Calculator Activity. | 1 | |||
1.1 Verify the Activity tab in Calculator Activity | |||||||||
CAL_P1.1 | UI | Verify the features of the activity tab in calculator activity. | User is in calculator activity window. |
|
System should navigated to activity tab and following features should be displayed
|
1 | |||
CAL_P1.1.1 | FUN | Verify weather Activity Name is Displayed in the search box option. | User is in activity tab Window. | Check the activity name in the search box option | "Calculator Activity" should be displayed in the search box option. | 1 | |||
CAL_P1.1.2 | FUN | Verify the Share with of the activity tab | User is in activity tab Window. | Click on the Drop down list. | System should display "Private" & "My Neighborhood" and default should be private. | 1 | |||
CAL_P1.1.2.1 | FUN | Verify the functionality of Private | User is in activity tab Window. | Click on the private option | User should be able to continue the actions on calculator activity without any failure. | 1 | |||
CAL_P1.1.2.2 | FUN | Verify the functionality of My Neighborhoods |
|
|
Verify whether connected people can share their actions | 1 | |||
CAL_P1.1.3 | FUN | Verify the functionality of Keep. | User is in activity tab Window. | Click on Keep option. | Verify whether the Calculator Activity is not closed. | 1 | |||
CAL_P1.1.4 | FUN | Verify the functionality of stop | User is in activity tab Window. | Click on Stop option. | Verify whether the Calculator Activity window is closed. | 1 | |||
1.2 Verify the Edit tab in Calculator Activity | |||||||||
CAL_P1.2 | UI | Verify the features of the edit tab in Calculator activity. | User is in calculator activity window. |
|
System should navigated to edit tab and the following features should be displayed
|
1 | |||
CAL_P1.2.1 | FUN | Verify the functionality of Copy. | User is in edit tab Window. |
|
255 | System should copy the entered data. | 1 | ||
CAL_P1.2.2 | FUN | Verify the functionality of Paste. | User is in edit tab Window. |
|
600 | System should display 600. | 1 | ||
CAL_P1.2.3 | FUN | Verify the functionality of Cut. | User is in edit tab Window. |
|
700 | Disappear the entered value from the entry box. | 1 | ||
1.3 Verify the Algebra tab in Calculator Activity | |||||||||
CAL_P1.3 | UI | Verify the features of the Algebra tab in Calculator activity. | User is in calculator activity window. |
|
System should navigated to Algebra tab and the following features should be displayed.
|
1 | |||
CAL_P1.3.1 | UI | Verify the feature of Square (X2). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.1.1 | FUN | Verify the functionality of Square (X2). | User is in Algebra tab Window. |
|
|
|
4 | ||
CAL_P1.3.1.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System should display Definition of the Square. | 1 | |||
CAL_P1.3.2 | UI | Verify the feature of Square Root (√X). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.2.1 | FUN | Verify the functionality of Square Root (√X). | User is in Algebra tab Window. |
|
|
|
3 | ||
CAL_P1.3.2.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System should display "sqrt(x), return the square root of x. This is the value for which the square equals x. Defined for x>=0 ". | 1 | |||
CAL_P1.3.3 | UI | Verify the feature of Inverse(X-1). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.3.1 | FUN | Verify the functionality of Inverse(X-1). | User is in Algebra tab Window. |
|
|
|
4 | ||
CAL_P1.3.3.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System Should display the definition of the Inverse. | 1 | |||
CAL_P1.3.4 | UI | Verify the feature of e to the power x (ex). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.4.1 | FUN | Verify the functionality of e to the power x (ex). | User is in Algebra tab Window. |
|
e2 | 7.38905609 | 1 | ||
CAL_P1.3.4.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System should display "exp(x), return the natural exponent of x. Given by ex". | 1 | |||
CAL_P1.3.5 | UI | Verify the feature of X to the power Y (xy). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.5.1 | FUN | Verify the functionality of X to the power Y (xy). | User is in Algebra tab Window. |
|
2, 3 | 8 | 1 | ||
CAL_P1.3.5.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System should display "pow(x, y), return x to the power y (xy)". | 1 | |||
CAL_P1.3.6 | UI | Verify the feature of Natural Logarithm (ln). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.6.1 | FUN | Verify the functionality of Natural Logarithm (ln). | User is in Algebra tab Window. |
|
ln(e) | 1 | 1 | ||
CAL_P1.3.6.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System should display "ln(x), return the natural logarithm of x. This is the value for which the exponent exp() equals x. Defined for x>=0". | 1 | |||
CAL_P1.3.7 | UI | Verify the feature of Factorial (X!). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.3.7.1 | FUN | Verify the functionality of Factorial (X!). | User is in Algebra tab Window. |
|
10! | 3628800 | 1 | ||
CAL_P1.3.7.2 | FUN | Verify the functionality of Help. | User is in Algebra tab Window. |
|
System should display "fac(x), return the factorial of x. Given by x*(x-1)*(x-2)*...” | 1 | |||
1.4 Verify the Trigonometry tab in Calculator Activity | |||||||||
CAL_P1.4 | UI | Verify the features of the Trigonometry tab in Calculator activity. | User is in calculator activity window. |
|
Navigate to the Trigonometry Tab and the following features should be displayed.
|
1 | |||
CAL_P1.4.1 | UI | Verify the features of Sine (sin). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.1.1 | FUN | Verify the features of Sine (sin). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - sin () – the cursor point in the middle. | 1 | |||
CAL_P1.4.1.1.1 | FUN | Verify the functionality of Sine (sin) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - sin () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.1.1.2 | FUN | Verify the functionality of Sine(sin) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - sin () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.1.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display sin(x), return the sine of x. This is the y-coordinate on the unit circle at the angle x. | 1 | |||
CAL_P1.4.2 | UI | Verify the features of Cosine(cos). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.2.1 | FUN | Verify the features of Cosine(cos). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - cos () – the cursor point in the middle. | 1 | |||
CAL_P1.4.2.1.1 | FUN | Verify the functionality of Cosine(cos) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - cos () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.2.1.2 | FUN | Verify the functionality of Cosine(cos) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - cos () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.2.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display cox(x), return the cosine of x. This is the x-coordinate on the unit circle at the angle x. | 1 | |||
CAL_P1.4.3 | UI | Verify Verify the features of Tangent(tan). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.3.1 | FUN | Verify the features of Tangent(tan). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - tan () – the cursor point in the middle. | 1 | |||
CAL_P1.4.3.1.1 | FUN | Verify the functionality of Tangent(tan) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - tan () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.3.1.2 | FUN | Verify Verify the functionality of Tangent(tan) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - tan () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.3.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "tan(x), return the tangent of x. This is the slope of the line from the origin of the unit circle to the point on the unit circle defined by the angle x. Given by sjin(x)/cos(x)" | 1 | |||
CAL_P1.4.4 | UI | Verify the features of Arc sine (sin-1). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.4.1 | FUN | Verify the features of Arc sine (sin-1). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - asin () – the cursor point in the middle. | 1 | |||
CAL_P1.4.4.1.1 | FUN | Verify the functionality of Arc sine (sin-1) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - asin () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.4.1.2 | FUN | Verify the functionality of Arc sine (sin-1) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - asin () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.4.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "asin(x), return the arc sine of x. This is the angle for which the sine is x. Defined for -1<=x<=1" | 1 | |||
CAL_P1.4.5 | UI | Verify the features of Arc cosine (cos-1). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.5.1 | FUN | Verify the features of Arc cosine (cos-1). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - acos () – the cursor point in the middle. | 1 | |||
CAL_P1.4.5.1.1 | FUN | Verify the functionality of Arc cosine (cos-1) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - acos () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.5.1.2 | FUN | Verify the functionality of Arc cosine (cos-1) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - acos () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.5.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "acos(x), return the arc cosine of x. This is the angle for which the cosine is x. Define for -1<=x<1" | 1 | |||
CAL_P1.4.6 | UI | Verify the features of Arc Tangent (tan-1). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.6.1 | FUN | Verify the features of Arc Tangent (tan-1). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - atan () – the cursor point in the middle. | 1 | |||
CAL_P1.4.6.1.1 | FUN | Verify the functionality of Arc Tangent (tan-1) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - atan () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.6.1.2 | FUN | Verify the functionality of Arc Tangent (tan-1) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
|
2. User get in the result as bellow - atan () – the cursor point in the middle.
|
5 | ||
CAL_P1.4.6.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "atan(x), return the arc tangent of x. This is the angle for which the tangent is x. Defined for allx." | 1 | |||
CAL_P1.4.7 | UI | Verify the features of Hyperbolic sine (sinh). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.7.1 | FUN | Verify the features of Hyperbolic sine (sinh). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - sinh () – the cursor point in the middle. | 1 | |||
CAL_P1.4.7.1.1 | FUN | Verify the functionality of Hyperbolic sine (sinh) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
sinh(2) | 2. User get in the result as bellow - sinh () – the cursor point in the middle.
|
1 | ||
CAL_P1.4.7.1.2 | FUN | Verify the functionality of Hyperbolic sine (sinh) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
sinh(2) | 2. User get in the result as bellow - sinh () – the cursor point in the middle.
|
1 | ||
CAL_P1.4.7.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "sin(x), return the hyperbolic sine of x. Given by (exp(x) - exp(-x))/2." | 1 | |||
CAL_P1.4.8 | UI | Verify the features of Hyperbolic cosine (cosh). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.8.1 | FUN | Verify the features of Hyperbolic cosine (cosh). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - cosh () – the cursor point in the middle. | 1 | |||
CAL_P1.4.8.1.1 | FUN | Verify the functionality of Hyperbolic cosine (cosh) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
cosh(2) | 2. User get in the result as bellow - cosh () – the cursor point in the middle.
|
1 | ||
CAL_P1.4.8.1.2 | FUN | Verify the functionality of Hyperbolic cosine (cosh) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
cosh(2) | 2. User get in the result as bellow - cosh () – the cursor point in the middle.
|
1 | ||
CAL_P1.4.8.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "cosh(x), return the hyperbolic cosine of x. Given by (exp(x) + exp(-x))/2." | 1 | |||
CAL_P1.4.9 | UI | Verify the features of Hyperbolic tangent (tanh). | User is in Trigonometry Tab window. |
|
System should display listed features like.
|
1 | |||
CAL_P1.4.9.1 | FUN | Verify the features of Hyperbolic tangent (tanh). | User is in Trigonometry Tab window. |
|
1. User get in the result as bellow - tanh () – the cursor point in the middle. | 1 | |||
CAL_P1.4.9.1.1 | FUN | Verify the functionality of Hyperbolic tangent (tanh) when the calculator is in degree mode. | User is in Trigonometry Tab window. |
|
tanh(2) | 2. User get in the result as bellow - tanh () – the cursor point in the middle.
|
1 | ||
CAL_P1.4.9.1.2 | FUN | Verify the functionality of Hyperbolic tangent (tanh) when the calculator is in radian mode. | User is in Trigonometry Tab window. |
|
tanh(2) | 2. User get in the result as bellow - tanh () – the cursor point in the middle.
|
1 | ||
CAL_P1.4.9.2 | FUN | Verify the functionality of Help. | User is in Trigonometry Tab window. |
|
System should display "tanh(x), return the hyperbolic tangent of x. Given by sinh(x)/cosh(x)" | 1 |
|