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.
|
- Click on the Algebra Tab
- Check the features of Algebra tab
|
|
System should navigated to Algebra tab and the following features should be displayed.
- Square(X2)
- Square Root (√X)
- Inverse(X-1)
- e to the power x (ex)
- X to the power Y (xy)
- Natural Logarithm (ln)
- Factorial (X!)
|
1 |
|
|
CAL_P1.3.1 |
UI |
Verify the feature of Square (X2). |
User is in Algebra tab Window.
|
- Move the cursor on X2 button.
- Check the features of the Square (X2)
|
|
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.
|
- Enter valid data to entry box.
- Click on the Square (X2).
- Click on the Enter button.
|
- 12
- 12.56
- 789452
- 123.753
|
- 12 = 144
- 12.56 = 157.7536
- 789452 = 623234460304
- 123.753 = 15314.805009
|
4 |
|
|
CAL_P1.3.1.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
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.
|
- Move the cursor on √X button.
- Check the features of the Square Root (√X)
|
|
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.
|
- Click on the Square button (√X).
- Within the brackets enters the value.
- Click on the Enter button.
|
- 15
- 49
- 124.569
|
- 15 = 3.87298334620741
- 49 = 7
- 124.569 = 11.1610483378578
|
3 |
|
|
CAL_P1.3.2.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
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.
|
- Move the cursor on X-1 button.
- Check the features of the Inverse(X-1).
|
|
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.
|
- Enter valid data to entry box.
- Click on the Inverse(X-1).
- Click on the Enter button.
|
- 2
- 0.056
- 789
- 0
|
- 2 = 0.5
- 0.056 = 17.8571428571428
- 789 = 0.00126742712294043
- 0 = infinite
|
4 |
|
|
CAL_P1.3.3.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
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.
|
- Move the cursor on ex button.
- Check the features of the e to the power x (ex)
|
|
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.
|
- Click on e to the power x button (ex).
- Within the brackets enter the value.
- Click on the Enter button.
|
e2 |
7.38905609 |
1 |
|
|
CAL_P1.3.4.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
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.
|
- Move the cursor on xy button.
- Check the features of the X to the power Y (xy)
|
|
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.
|
- Click on the X to the power Y (xy).
- Within the brackets enter the value like this 2, 3.
- Click on the Enter button.
|
2, 3 |
8 |
1 |
|
|
CAL_P1.3.5.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
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.
|
- Move the cursor on "ln” button.
- Check the features of the Natural Logarithm (ln).
|
|
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.
|
- Click on the Natural Logarithm (ln).
- Within the brackets enter the value.
- Click on the Enter button.
|
ln(e) |
1 |
1 |
|
|
CAL_P1.3.6.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
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.
|
- Move the cursor on "X!" button.
- Check the features of the Factorial (X!)
|
|
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.
|
- Click on the Factorial (X!)
- Within the brackets enter the value.
- Click on the Enter button.
|
10! |
3628800 |
1 |
|
|
CAL_P1.3.7.2 |
FUN |
Verify the functionality of Help. |
User is in Algebra tab Window.
|
- Click on Help button.
- Click on Enter.
|
|
System should display "fac(x), return the factorial of x. Given by x*(x-1)*(x-2)*...” |
1 |
|
|