SOFTWARE ENGINEERING

Software Engineering Software Engineering Tutorial delivers basic and advanced concepts of Software Engineering. Software Engineering Tutorial is designed to help beginners and professionals both. Software Engineering provides a standard procedure to design and develop a software. Our Software Engineering Tutorial contains all the topics of Software Engineering like Software Engineering Models, Software Development Life Cycle, Requirement Engineering, Software Design tools, Software Design Strategies, Software Design … Continue reading SOFTWARE ENGINEERING

TEST CASES

A TEST CASE is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements or works correctly. The process of developing test cases can also help find problems in the requirements or design of an application.   Continue reading TEST CASES

COMPLEXITY

The term complexity stands for state of events or things, which have multiple interconnected links and highly complicated structures. In software programming, as the design of software is realized, the number of elements and their interconnections gradually emerge to be huge, which becomes too difficult to understand at once. Software design complexity is difficult to assess without using complexity metrics and measures. Let us see … Continue reading COMPLEXITY

GANTT CHART

A Gantt chart, or harmonogram, is a type of bar chart that illustrates a project schedule. This chart lists the tasks to be performed on the vertical axis, and time intervals on the horizontal axis. The width of the horizontal bars in the graph shows the duration of each activity. Gantt charts illustrate the start and finish dates of the terminal elements and summary elements of a project. Terminal elements … Continue reading GANTT CHART

UML DIAGRAMS

UML is an acronym that stands for Unified Modeling Language. Simply put, UML is a modern approach to modeling and documenting software. In fact, it’s one of the most popular business process modeling techniques. It is based on diagrammatic representations of software components. As the old proverb says: “a picture is worth a thousand words”. By using visual representations, we are able to better understand possible flaws or errors … Continue reading UML DIAGRAMS

DATA FLOW DIAGRAMS

A data-flow diagram (DFD) is a way of representing a flow of a data of a process or a system (usually an information system). The DFD also provides information about the outputs and inputs of each entity and the process itself. A data-flow diagram has no control flow, there are no decision rules and no loops. Specific operations based on the data can be represented by a flowchart.[1] There are several … Continue reading DATA FLOW DIAGRAMS

Virtual lab

Virtual Labs is a project initiated by the Ministry of Human Resource Development, Government of India, under the National Mission on Education through Information and Communication Technology.[1] The project aims to provide remote-access to Laboratories in various disciplines of science and engineering for students at all levels from under-graduate to research.[2] It also intends to develop a complete Learning Management System where the students can avail the various tools … Continue reading Virtual lab

NON FUNCTIONAL

Problem statement Online fashion store web application is design to provide complete solution for vendors as well as customers through single gateway using the shop and can purchase them online. The administrator will be a system to approve or reject requests for new shops and maintain various list of shop categories. RESULTS Security Performance Duration Maintance Reliability What is Non Functional Requirement? In systems engineering and requirements engineering, … Continue reading NON FUNCTIONAL