Explain the logic testing?
No Answer is Posted For this Question
Be the First to Post Answer
write a buisness scenerio on yahoo login page.
14. How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) www.istqb.guru then statement 3 a. 2 Test Cases b. 3 Test Cases c. 4 Test Cases d. Not achievable Please explain this how to solve?
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
how to write test case for check box like check boxes in gmail and yahoo inbox
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
Explain the branch coverage testing?
what would be the negative test case for serach that break the search .
write a test cases for table,pen,electric bulb?
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
are the test cases stored in database nowadays? pls tell me... then give clear details about test case preparation and test case execution
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