As per my knowledge we have to write the following test cases 1. Test case for validating the value of X according to SRS. 2.
Write test case for displaying error message if we give other than valid value for X 3.
Then write the test case to test the value for field2
The field must be accepted numerical values. The field must be accepted alphanumerical values It must be accepted decimal or other usable spl character it must be accepted positive or negative values
RE: GUI contains 2 fieldsField 1 to accept the value of x andField 2 displays the result of the formula a+b/c-d where a=0.4*x, b=1.5*a, c=x, d=2.5*b;How many system test cases would you write
As per my knowledge we have to write the following test cases 1. Test case for validating the value of X according to SRS. 2. Write test case for displaying error message if we give other than valid value for X 3. Then write the test case to test the value for field2
RE: GUI contains 2 fieldsField 1 to accept the value of x andField 2 displays the result of the formula a+b/c-d where a=0.4*x, b=1.5*a, c=x, d=2.5*b;How many system test cases would you write
Here I've some doubts. 1. If entered data into field 1 if the field2 automatically calculated and shown the ans without clicking any button then I can write the below functional cases. 2. And what is the necessity of writing the system test cases here? I think we can write only the functional test cases.
Cases: a. Showing the validation message for blank field1 b. Field1 should not accept the null values and zero values c. If focus is came to field2 then it should calculate the value using below formula using field1 value. a+b/c-d where a 0.4*x b 1.5*a c x d 2.5*b;
d. Again enter one more value into field1 and observe the field2 value has to be changed