Calculator Algebra Tab Test caseOS116
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.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 | Pass | ||
CAL_P1.3.1 | UI | Verify the feature of Square (X2). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | Pass | ||
CAL_P1.3.1.1 | FUN | Verify the functionality of Square (X2). | User is in Algebra tab Window. |
|
|
|
4 | Pass | |
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 | Fail | Tickect #1909 display "No help about 'square' available, use help(index) for the index" | |
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 | Pass | ||
CAL_P1.3.2.1 | FUN | Verify the functionality of Square Root (√X). | User is in Algebra tab Window. |
|
|
|
3 | Pass | |
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 | Pass | ||
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 | Pass | ||
CAL_P1.3.3.1 | FUN | Verify the functionality of Inverse(X-1). | User is in Algebra tab Window. |
|
|
|
4 | Fail | Tickect #1910 Inverse value of Zero is giving wrong answer. |
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 | Fail | Tickect #1909 display "No help about 'inv' available, use help(index) for the index" | |
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 | Pass | ||
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 | Pass | |
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 | Pass | ||
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 | Pass | ||
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 | Pass | |
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 | Pass | ||
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 | Pass | ||
CAL_P1.3.6.1 | FUN | Verify the functionality of Natural Logarithm (ln). | User is in Algebra tab Window. |
|
ln(e) | 1 | 1 | Pass | |
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 | Pass | ||
CAL_P1.3.7 | UI | Verify the feature of Factorial (X!). | User is in Algebra tab Window. |
|
System should display listed features like.
|
1 | Pass | ||
CAL_P1.3.7.1 | FUN | Verify the functionality of Factorial (X!). | User is in Algebra tab Window. |
|
10! | 3628800 | 1 | Pass | |
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 | Pass |