IF A > B THEN
C = A – B
ELSE
C = A + B
ENDIF
Read D
IF C = D Then
Print "Error"
ENDIF
A. 1 test for statement coverage, 3 for branch coverage
B. 2 tests for statement coverage, 2 for branch coverage
C. 2 tests for statement coverage. 3 for branch coverage
D. 3 tests for statement coverage, 3 for branch coverage
E. 3 tests for statement coverage, 2 for branch coverage
Which of the following defines the expected results of a test? Test case specification or test design specification.
Write test cases for bulb.
what are those parameters or matrixes for tesing a software user interface?
write a test case which covers the major functionality of yahoo login
I would like to have a Test Case on Yahoomail with GUI and Positive and Negative test cases pls its an Argent.
write a navigation for object repostory
write a buisness scenerio on yahoo login page.
Test cases on uplaoding files
12 Answers GE, HP,
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
pls i want test cases for telecom billing system
Writing Test cases based on the understanding of the UX document