| OLD | NEW |
| 1 -Test process | 1 -Test process |
| 2 | 2 |
| 3 1. The test program inputs 2 in the first text field. | 3 1. The test program inputs 2 in the first text field. |
| 4 | 4 |
| 5 2. The test program inputs 3 in the second text field. | 5 2. The test program inputs 3 in the second text field. |
| 6 | 6 |
| 7 3. The test program inputs 4 in the third text field. | 7 3. The test program inputs 4 in the third text field. |
| 8 | 8 |
| 9 -Pass condition | 9 -Pass condition |
| 10 | 10 |
| 11 1. The test program verifies the fourth text field has a value of 0 | 11 1. The test program verifies the fourth text field has a value of 0 |
| 12 | 12 |
| 13 AND | 13 AND |
| 14 | 14 |
| 15 2. The test program verifies the fourth text field has a value of 1 when the inp
uts are 2, 2, 4 | 15 2. The test program verifies the fourth text field has a value of 1 when the inp
uts are 2, 2, 4 |
| 16 | 16 |
| 17 AND | 17 AND |
| 18 | 18 |
| 19 3. The test program verifies the fourth text field has a value of 1 when the inp
uts are 3, 3, null | 19 3. The test program verifies the fourth text field has a value of 1 when the inp
uts are 3, 3, null |
| 20 | 20 |
| 21 -Test purpose | 21 -Test purpose |
| 22 | 22 |
| 23 1. The logic is the first value is 1 only when there are at least 2 identical in
put values. The output logic is implemented by Adobe FormCalc script(described i
n Adobe FormCalc User Reference). This test aims to test Pdfium core’s correct i
nterpretation of FormCalc script. | 23 1. The logic is the first value is 1 only when there are at least 2 identical in
put values. The output logic is implemented by Adobe FormCalc script(described i
n Adobe FormCalc User Reference). This test aims to test Pdfium core’s correct i
nterpretation of FormCalc script. |
| OLD | NEW |