design The Process of Software Development
1需求分析
demand:Requirements Analysis,developed with the Word or Excel
1.1 user case : developed with the Viso or Rose(Rational Software or Viso) 用例图
1.2 flowchart : developed with the Viso or Rose流程图
2 概要设计
Preliminary Design
2.1 E-R图: developed with the Rose or Viso E-R 图
2.2 database : developed with the PowerDesigner数据库库设计
3 详细设计
Design Development
Toad for oracle
pl/sql
4 单元测试
unit test
4.1 Spring Test 测业务层的方法
4.2 junit TestCase
import junit.framework.TestCase;
public class Test extends TestCase{
public void testMethod() {
assertEquals("a", "a");
}
}
5 功能测试
5.1 专门的业务人员进行测试
6 压力测试
6.1 压力测试工具 LoadRunner
6.2 Java性能调优工具内存,CPU监测工具 JRockit Mission Control ,spotlight
6.3 Sql优化工具
1),安装.net平台 dotnetfx35.exe
2),安装Toad Development Suite for Oracle 10.0 Commercial优化工具
UltraEdit
Editplus
分享到:
相关推荐
for a junior-level undergraduate course in software design and development and a manual for the working professional. Although the chapter order generally follows the standard software development ...
Software Application Development: A Visual C++, MFC, and STL Tutorial provides a detailed account of the software development process using Visual C++, MFC, and STL. It covers everything from the ...
With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most ...
Software Application Development: A Visual C++, MFC, and STL Tutorial provides a detailed account of the software development process using Visual C++, MFC, and STL. It covers everything from the ...
development process or a family of related software development processes that use the UML notation. SPEM has a four-layered architecture of modeling for describing performing process, process model, ...
Mapping the Security Development Lifecycle to the Software Development Lifecycle Software Development Methodologies Waterfall Development Agile Development Chapter Summary References Security ...
This is the definitive book for all C++ software professionals involved in large development efforts such as databases, operating systems, compilers, and frameworks. It is the first C++ book that ...
7. **Evolving a Documentation System**: The documentation system evolves alongside the software development process, maintaining living documentation that reflects the current state of the software. ...
You can simplify the process of your software development through BDB. 1.The database design. Build the database model by BDB, support forward-engineering and reverse-engineering, and the comparison...
Wesley Software Patterns Series, .NET Patterns extends the proven concept of design patterns into the arena of .NET design and development. Now, .NET developers can depend on patterns to provide ...
code walk-throughs, and design and code inspections can improve software quality and reduce the software development effort Explain the following terms: acceptance tests, regression testing, ...
SAP Process Orchestration The Comprehensive Guide, 2nd Edition SAP流程编制综合指南 1 Introduction to SAP Process Orchestration 1.1 Historical Overview and Evolution 1.1.1 SAP Process Integration ...
Security should be the natural outcome of your development process. As applications increase in complexity, it becomes more important to bake security-mindedness into every step. The secure-by-design ...