图片管理工具测试.ppt_第1页
图片管理工具测试.ppt_第2页
图片管理工具测试.ppt_第3页
图片管理工具测试.ppt_第4页
图片管理工具测试.ppt_第5页
已阅读5页,还剩16页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

,图片管理工具,专 业:计算机应用 班 级:计大101 姓 名:甘伉飞 指导教师:林 茂,目录,六、自动化测试,五、测试用例,四、黑盒测试,三、白盒测试,一、项目背景,二、项目目标,七、总结,项目背景,该测试计划的测试项目是图片管理工具。 目前,图片管理工具成为人们查看图片常用的工具。但在使用过程中,发现了系统存在的一些问题,为了更加系统和有效地发现系统中的其它问题,现启动本项目来对系统进行测试。,项目目标,随着网上图片的增加,图片管理工具起着非常重要的作用,方便广大网友、学生对图片的管理。 充分做了可行性分析后,我们对系统的是使用人群、主要功能等有了一个初步构想。本项目的任务提出者及开发者是图片管理工具开发小组,用户是主要是网友和学生。 本产品是针对广大网友和学生管理图片的需求设计的,可以完成用户登录、图片重命名、图片特效、图片水印、幻灯片放映、全屏显示图片、图片调节等主要功能。,主要功能和性能,基本流程,白盒测试,1、条件覆盖 条件1:用户名=5, 密码=1, T=0 条件2:用户名=2, 密码=1, T=1 条件3:用户名=1, 密码=2, T=0 条件4:用户名=1, 密码=1, T=1,2、判断-条件覆盖 条件1:用户名=5 密码=1 T=0 条件2:用户名=2 密码=1 T=1 条件3:用户名=1 密码=3 T=0 条件4:用户名=1 密码=1 T=1 判断1:用户名=1 密码=123456 T=0 判断2:用户名=3 密码=1 T=1 判断3:用户名=3 密码=3 T=0 判断4:用户名=4 密码=1 T=1,黑盒测试,用户登录等价类表,注:普通用户 :1 密码:1,用户登录测试用例表,测试用例,自动化测试,1.ar.window(“WindowsForms_登陆“).setValue(“Text“, “1“); 2.ar.window(“WindowsForms_登陆“).setValue(“Text_2“, “); 3.ar.window(“WindowsForms_登陆“).clickControl(“PushButton_登陆“, 54, 7, “left“);,登录模块,图片重命名模块,1.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 22, 11, “left“); 2.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 22, 11, “left“); 3.ar.window(“WindowsForms“).clickControl(“Client“, 43, 94, “left“); 4.ar.window(“WindowsForms_重命名“).clickControl(“PushButton_确定“, 43, 14, “left“); 5.ar.window(“#32770_提示“).clickControl(“Button_确定“, 31, 13, “left“);,图片特效模块,1.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 88, 14, “left“); 2.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 88, 14, “left“); 3.ar.window(“WindowsForms“).clickControl(“Client“, 59, 11, “left“); 4.ar.window(“WindowsForms_图片特效“).select(“ComboBox“, “浮雕“); 5.ar.window(“WindowsForms_图片特效“).setValue(“Edit“, “浮雕“); 6.ar.window(“WindowsForms_图片特效“).select(“ComboBox“, “积木“); 7.ar.window(“WindowsForms_图片特效“).select(“ComboBox“, “底片“); 8.ar.window(“WindowsForms_图片特效“).select(“ComboBox“, “雾化“); 9.ar.window(“WindowsForms_图片特效“).clickControl(“Client_menuStrip1“, 332, 10, “left“); 10.ar.window(“#32770_提示“).clickControl(“Button_重试(R)“, 24, 9, “left“); 11.ar.window(“WindowsForms_图片特效“).clickControl(“PushButton_关闭“, 9, 10, “left“);,图片水印模块,1.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 99, 17, “left“); 2.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 97, 15, “left“); 3.ar.window(“WindowsForms“).clickControl(“Client“, 61, 57, “left“); 4.ar.window(“WindowsForms_图片加文字水印“).clickControl(“PushButton_左上“, 14, 8, “left“); 5.ar.window(“WindowsForms_图片加文字水印“).clickControl(“Text“, 134, 338, “left“); 6.ar.window(“#32770_提示“).clickControl(“Button_确定“, 32, 6, “left“); 7.ar.window(“WindowsForms_图片加文字水印“).setValue(“Text_2“, “AAAAAA“); 8.ar.window(“WindowsForms_图片加文字水印“).clickControl(“PushButton_字体设置“, 30, 10, “left“); 9.ar.window(“#32770_字体“).clickControl(“Button_关闭“, 8, 9, “left“); 10.ar.window(“#32770_字体“).select(“Button“, “浅绿色“); 11.ar.window(“#32770_字体“).select(“ComboBox“, “粗体“); 12.ar.window(“#32770_字体“).select(“ComboBox_2“, “七号“); 13.ar.window(“#32770_字体“).select(“ComboBox_2“, “小一“); 14.ar.window(“#32770_字体“).clickControl(“Button_确定“, 27, 9, “left“); 15.ar.window(“WindowsForms_图片加文字水印“).clickControl(“PushButton_左下“, 14, 6, “left“); 16.ar.window(“WindowsForms_图片加文字水印“).clickControl(“PushButton_粘贴文字“, 38, 9, “left“); 17.ar.window(“WindowsForms_图片加文字水印“).clickControl(“PushButton“, 35, 18, “left“); 18.ar.window(“#32770_另存为“).clickControl(“ToolbarWindow32_桌面“, 51, 37, “left“); 19.ar.inputKey(“Enter“);ar.window(“#32770_提示“).clickControl(“Button_确定“, 58, 8, “left“); 20.ar.window(“WindowsForms_图片加文字水印“).clickControl(“PushButton_关闭“, 1, 7, “left“);,幻灯片放映模块,1.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 89, 11, “left“); 2.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 89, 11, “left“); 3.ar.window(“WindowsForms“).clickControl(“Client“, 40, 77, “left“); 4.ar.window(“#32770_浏览文件夹“).select(“SysTreeView32“, “桌面r我的电脑rGANKANGFEI (F:)r图片图标rPPT背景“, 27, 12, “left“); 5.ar.window(“#32770_浏览文件夹“).expand(“SysTreeView32“, “桌面r我的电脑rGANKANGFEI (F:)r图片图标rPPT背景“); 6.ar.window(“#32770_浏览文件夹“).clickControl(“Button_确定“, 40, 14, “left“); 7.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 37, 13, “left“); 8.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 40, 8, “left“); 9.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 49, 13, “left“); 10.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 40, 16, “left“); 11.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 101, 13, “left“); 12.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 38, 7, “left“); 13.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 209, 10, “left“); 14.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 219, 14, “left“); 15.ar.window(“WindowsForms_F:图片图标PPT背景“).clickControl(“Client_toolStrip1“, 148, 6, “left“); 16.ar.window(“#32770_提示“).clickControl(“Button_确定“, 29, 15, “left“);,1.ar.window(“WindowsForms_图片管理“).clickControl(“Client“, 117, 119, “left“); 2.ar.window(“WindowsForms_图片管理“).clickControl(“Client“, 117, 119, “right“); 3.ar.window(“WindowsForms“).clickControl(“Client“, 36, 9, “left“); 4.ar.window(“WindowsForms_全屏显示“).clickControl(“PushButton_关闭“, 14, 3, “left“);,全屏显示图片,图片调节 模块,1.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 87, 7, “left“); 2.ar.window(“WindowsForms_图片管理“).clickControl(“Client_menuStrip1“, 87, 7, “left“); 3.ar.window(“WindowsForms“).clickControl(“Client“, 54, 31, “left“); 4.ar.window(“WindowsForms_图片调节“).clickControl(“TitleBar“, 251, 1, “left“); 5.ar.window(“WindowsForms_图片调节“).dragControl(“TitleBar“, 251, 1, -74, -122, “left“);ar.window(“WindowsForms_图片调节“).setValue(“Slider“, “48“); 6.ar.window(“WindowsForms_图片调节“).setValue(“Slider_2“, “47“); 7.ar.window(“WindowsForms_图片调节“).setValue(“Slider_3“, “50“); 8.ar.window(“WindowsForms_图片调节“).clickControl(“PushButton“, 43, 11, “left“); 9.ar.window(“#32770_另存为“).clickControl(“#32770“, 252, 18, “left“); 10.ar.win

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论