-
-
-
CAPTCHA's
Write testcase for CAPTCHA's?
-
-
-
-
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
-
-
-
-
How will you test a report which has to be generated within 5 secs, after 5 secs the report won't work or won't be loaded?
Asked in GE interview
This question was related with performance testing they wanted to test this with respect to performance? -
-
-
How to write test cases for this function
Hi, Guys,I met a interview questions today, the question is to test this bool functionbool match (string s, string p);string p is a pattern string, that means include character such as '?' or '*'e.g. if s = 'panic' and p='pani?', it will return true, if s ='panic' and p ='p*', it will return true, if s = 'panic' and p= '??' it will return false.I don't know how to write down test cases and...
-
Test Objective for Unit Testing
What would be the Test Objective for Unit Testing? What are the quality measurements to assure that unit testing is complete?
-
-
-
-
-
Test Cases Interview Questions
Ans