...
August 26, 2024

Software-Engineering

Question 431 Activities which ensure that the software that has been built, is traceable to customer requirement is covered as part of A Verification B Validation […]
August 26, 2024

Software-Engineering

Question 338 What is the Cyclomatic Complexity of the following flow-graph of a software code? A 10 B 4 C 8 D 2 Software-EngineeringSoftware-testingJT(IT) 2018 PART-B […]
August 26, 2024

Software-Engineering

Question 347 Which of the following is a white box testing technique? A Data flow testing B Equivalence class testing C Cause effect graphing D State […]
August 26, 2024

Software-Engineering

Question 350 The following program is to be tested for statement coverage: begin if(a==b) { S1; exit; } else if (c==d) { S2; } else { […]