What is testing object oriented software and how it is done?
Object oriented software are software which you see the application, where you dont work with the command prompt. Testing are general steps done into a software to see if each of its components communicate with others. Its mostly done by not playing the entire software but a piece at a time and entering breakpoints into the software code.