Please enable JavaScript.
Coggle requires JavaScript to display documents.
P1. (testing: thử nghiệm (Chất lượng phần mềm được nâng cao nhờ nhiều lỗi…
P1.
testing: thử nghiệm
-
black - white box
Kiểm tra hộp đen (Black box testing) là một phương pháp kiểm thử phần mềm mà việc kiểm tra các chức năng của một ứng dụng không cần quan tâm vào cấu trúc nội bộ hoặc hoạt động của nó.
Kiểm thử hộp trắng (While box test) là phương pháp thử nghiệm phần mềm, trong đó các thiết kế, cấu trúc giải thuật bên trong, và việc thực hiện các công việc đều được biết đến
-
-
prototype: nguyên mẫu
A prototype is an early version built for a system that reflects the features which are of interest.
Câu ghép: Nguyễn mẫu là phiên bản đầu tiên được xây dựng cho một hệ thống cái sẽ phản ánh các tính năng được quan tâm.
-
Prototyping is a process model that offers a solution to the problem of ensuring that the customers gets what they want.
Câu ghép: Quá trình tạo ra nguyên mẫu là một quy trình mô hình cung cấp được giải pháp cho vấn đề đảm bảo rằng khách hàng có được những gì họ muốn.
-
-
Deadline: Hạn chót
-
For effective management, we must establish deadlines for the next stage of the project.
Câu đơn: Để quản lý hiệu quả, chúng ta phải thiết lập thời hạn cho giai đoạn tiếp theo của dự án.
-
-
-
-
P2 - Design
-
GUI
Graphics User Interface
Most software has a graphical user interface,
which must be carefully designed so that it is easy to use
-
Database
Designing of database
Designing the database is a whole
subject in its own right and is not normally considered to be part of software engineering
-
-
Database server(Web server, Application server?)
If a computer provides database services to other, then it will be known as a
Database server
Modularity
Structure of software
-
Software can be designed by a method, such as functional
decomposition, object-oriented design or data structure design.
-
Data flow design
-
A component is a collection of lines of code, usually self-contained,
called from some other components
Process model
Water Fall and Siral
-
"In a waterfall model , the correctness of each step is checked"
-
-