Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please can you explain the various testing processes that could apply to writing

ID: 3769929 • Letter: P

Question

Please can you explain the various testing processes that could apply to writing code.

1. You have a super class and a sub class with different methods, attributes and override? Explain a strategy to comprehensively test both super class and sub class.

2. In the scenario above, what if the super class is an abstract class? Explain a strategy to comprehensively test both super class and sub class.

2. You have implemented an interface. Explain a strategy to comprehensively test the behavior of the method in interface in a class that has implemented it.

Explanation / Answer

Please can you explain the various testing processes that could apply to writing