-
-
ENDIF
IF P > 50 THEN
Print "P Large"
ENDIF
a) 1 test for statement coverage, 3 for branch coverage
b) 1 test for statement coverage, 2 for branch coverage
c) 1 test for statement coverage, 1 for branch coverage
d) 2 tests for statement coverage, 3 for branch coverage
e) 2 tests for statement coverage, 2 for branch coverage
">Given the following code, which is true about the minimum number of test casesrequired for full statement and branch coverageRead PRead QIF P+Q > 100 THENPrint "Large"ENDIFIF P > 50 THENPrint "P Large"ENDIFa) 1 test for statement coverage, 3 for branch coverageb) 1 test for statement coverage, 2 for branch coveragec) 1 test for statement coverage, 1 for branch coveraged) 2 tests for statement coverage, 3 for branch coveragee) 2 tests for statement coverage, 2 for branch coverage
-
-
-
-
-
-
-
-
Failed Test Cases
If suppose there are 100 test cases and 10 are always failing,What tester will do in this case? All 10 test cases already having high priority.
-
How would you test a COTS integration?
What are the test factors and test design?
-
Function that Counts Number of Primes
Write a function that counts the number of primes in the range [1-N]. Write the test cases for this function.
-
-
-
-
Analyzing the Documents
Give examples & explain "Analyzing the documents provided by the client and thereby identifying the test cases to be tested for the application assigned (FA, AP and GL)"
-
How will you execute all system test cases in a short time?
Which test case will you use when data migration happens into another system?
Which system test cases will you choose from all those bulk number of test cases?
What test data will you use? -
Test Case Without Defect
You found a Defect, but it does not have a Test Case. what you will do at this situation?Remember: Existing test cases are already approved.
-
Is migrated application testing needs to design new test cases or we can use the old TCs
VB 6.0 Application migrated in to .net, while testing do we need to design new TC or can I use old VB application Test cases.
-
Notepad Testing
Question:Below is Notepad's File/Save dialog.a) If you were asked to test this dialog, how would you go about it?b) List various inputs you might place into the "File name" text field to test it.
Test Cases Interview Questions
Ans