自动化测试工具在网上书店系统中的应用摘 要软件测试从一开始的开发人员自主调试演变为现在由专门的测试人员检测经历了几十年,在这几十年中,软件测试的理论、方法、技术在不断涌出并不断的改进完善,软件测试的组织和机构也在迅速的产生和发展,这使得测试体系得以完善。本文根据网上书店系统来介绍软件测试的相关理论知识,对软件测试的意义、概念、技术、方法逐一进行简单讲解,并对被测试的软件进行需求分析,编写测试用例,使用自动化测试工具Unified Functional Testing(UFT)对用例进行覆盖,对系统进行兼容性测试、功能性测试,使用 Loadrunner(LR)对系统进行性能测试,梳理了有关的测试点。关键词:软件测试;自动化测试;测试用例;性能测试;兼容性测试;功能性测试Application of automatic testing tools in online bookstore systemAbstractSoftware testing has evolved from independent debugging by developers to testing by special testers for decades. In these decades, the theory, method and technology of software testing are constantly emerging and improving, and the organization and organization of software testing are also rapidly emerging and developing, which makes the testing system perfect. Based on the online bookstore system, this paper introduces the related theoretical knowledge of software testing, briefly explains the meaning, concept, technology and method of software testing one by one, analyzes the requirements of the tested software, compiles test cases, and uses unified functional, an automatic testing tool Testing (UFT) covers the use cases, carries out compatibility test and functional test on the system, uses LoadRunner (LR) to carry out stress test on the system, and combs out the relevant test points.Keywords: software test; automation test; test case; performance test; compatibility test;functional test目 录1 软件测试与自动化测试........................................................11.1 软件测试的发展史.............................