1 / 70
文档名称:

基于Selenium的TCT_Web平台自动化测试的实施硕士学位论文.doc

格式:doc   页数:70
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于Selenium的TCT_Web平台自动化测试的实施硕士学位论文.doc

上传人:追风少年 2014/2/14 文件大小:0 KB

下载得到文件列表

基于Selenium的TCT_Web平台自动化测试的实施硕士学位论文.doc

文档介绍

文档介绍:硕士学位论文
基于Selenium的TCT Web平台自动化测试的实施
摘要
计算机与互联网发展迅速,越来越多的软件应用由传统的C/S(client/server)结构向B/S(browser/server)结构转变,随之出现了许多Web应用系统。软件测试是保证软件产品质量的重要手段,Web系统的独特性给测试工作带来了新的要求和挑战,自动化测试成为一种必然的趋势。
本文以TCT Web平台为测试对象,结合自动化测试工具Selenium,对其展开自动化测试工作。首先研究TCT Web平台的主要功能,对其进行测试需求分析,编写测试用例。再根据测试需求,具体展开对每个功能的自动化测试的实施。主要利用Selenium进行脚本录制,然后通过修改脚本代码来达到不同的测试目的,最后进行自动化测试的结果分析。
本文实现了对TCT Web平台的自动化测试,从多方面比较得出,自动化测试可以有效弥补传统手工测试的效率低下的问题。自动化测试有效节省了测试成本,提高了产品质量。
关键词:Web平台,自动化测试,Selenium
Abstract
With the fast development puter science and , more and more software applications transfer their tranditional C/S(client/server) structure to B/S structure(browser/server), then a lot of Web applications emerge at the same time,. Software testing is an important way to ensure the quality of software products, the peculiarity of Web applications brings new requirements and challenges to the test work. Automated testing es an inevitable trend.
This paper takes TCT web platform as the test object, combining automation test tool Selenium to implement the automated test. It firstly studied the main functions of TCT, then analyses the test requirements, pletes the test cases. According to test requirements, it implementation the automated testing for each function. Mainly use Selenium to record test scripts, and then modify the script code to achieve different test goals, finally analyse the automated testing results.
This paper implements the automated testing of TCT web platform, compared in different aspects, automated testing can effectively make up for the low efficiency of traditional manual testing. Automated testing effectively saves the test cost, improves the product quality.
Key Words:Web platform, automated test, Selenium

目录
摘要 i
Abstract ii
图目录 IV
表目录 VI
第1章绪论 1
课题背景来源 1
研究背景 1
软件测试国内外现状 3
测试行业现状 3
软件测试现存不足 3
软件测试人员现状 3
本文工作内容和组织结构 4
研究目标 4
研究内容 4
拟解决的关键问题 5
课题的研究方法、设计及试验方案,可行性分析 5
研究方法 5
设计方案 5