Why Collections & why is it called a Framework? First Question: Why Collections? Collections are used to overcome problems with variables, arrays, classes like size problem, type problem, non existence of predefined operations/methods, etc. To get a Overview of the above discussed problems, click on this link What is a Framework? Its a semi-finished re-usable application, providing some low level services, which can be customized according to our requirement. Second Question: Why is it called a Framework? Collection API is available in util package & its called a Framework for the reason that, java programmers were not restricted to just utilize the existing classes making them final but was allowed to expand on top of the exiting classes inheriting them. Collections framework gives a clear example of when to use Interface & abstract class Classification of Collection Framework: In Collection Framework all the classes are classified into 3 cat...
Test management using Microsoft Test Manager [Novice to Advanced] Basic Level Users: An overview on the basic usage of Microsoft Test manager can be achieved by following the Video links shared below, listed with 4 videos to give complete insights into the basic usage. Novice understanding of Microsoft Test Manager Advanced Level Users: Please follow the links below to understand how to Run tests with MTM & Visual Studio Web Portal 1. Testing your application using Microsoft Test Manager 2. Test on a lab environment Diagnostic Data Adapters: Changing how Developers and Testers work together The Test Impact Analysis using Test Impact Collector While you are testing your application, Microsoft Test Manager can collect data that will help diagnose any fault that you might find. If you create a bug report while you’re testing, the data is automatically attached to the bug work item. You can decide what kinds...
Comments
Post a Comment