51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2002|回复: 1
打印 上一主题 下一主题

HQ200618000013(已就业)

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2007-6-15 17:33:31 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
求职意向------软件测试工程师
个 人 简 历

★        个人概况
性    别:男                             
联系方式:15921327707                        E-----mail:baiyao@51testing.com

★        职业技能
软件测试:
1.        掌握软件测试用例设计方法和测试用例写作规范,包括单元、集成、系统测试用例设计,能够按照相关文档编写用例。
2.        熟悉基于B/S、C/S架构功能测试、性能测试、本地化测试、配置和兼容性测试、GUI测试方法
3.        掌握软件测试计划、测试方案、测试日报、测试报告的写作方法
4.        熟练掌握软件需求管理、缺陷管理、配置管理和同行评审的流程和方法
5.        能够使用测试工具Rational Robot、QTP、MI Loadrunner和常用的配置工具CVS,能够为自动化测试编写脚本。
操作系统:熟悉微软Windows操作系统,了解Linux
编程语言:熟悉C/C#/VB,了解JAVA,.NET
数据库:熟悉Sql Server 等数据库,掌握SQL语言和数据库事务,了解Oracal。
网络:系统学习过计算机网络及应用,熟悉OSI和TCP/IP模型。
英语:四级证书
★        项目经验
(一)项目名称:Counter V1.0统计代码行软件
项目时间:2007年3月-4月
项目简介:Counter V1.0是一个C源文件代码行统计工具.
工作内容:对Counter软件的需求规格说明书、概要设计文档、详细设计文档进行评审 ,编写系统测试计划、单元测试方案,设计系统测试、集成测试、单元测试用例,利用CppUnit搭建了单元测试环境,利用TCL搭建了集成测试环境,执行单元测试、集成测试、系统测试并完成测试报告、缺陷报告、测试日报的写作。
(二)项目名称:flight 飞机票订票系统
项目时间:2007年5月
项目简介:flight是一个飞机票订票系统,具有飞机票订票、修改等功能。
工作内容:  
1.利用QuickTest Professional编写脚本进行自动化执行测试用例。
2.利用Word先将测试内容编写成测试用例。
3.根据被测试程序的开发环境选择插件,并加载插件。
4.按照测试用例的操作步骤录制脚本,并加入查检点。
5.删除多余、错误操作,加入条件、循环控制语句,加入注释,参数化数据等操作增强脚本。
6.通过脚本调试,将脚本自身的错误调试出,并加以改正及回放脚本,找到被测试系统的Bug,确定后提交。

★        职业培训
2006年1月12日至今 51tsting软件测试培训
★        教育背景
毕业院校:2004.9-2007.6上海金融学院信息管理系电子商务专业
★        个人评价
        动手能力强,曾独立开发一个小型网上书店。
        细心,曾在易初莲花做收印员兼职期间没有出现过一次错帐。
        负责,如果是自己的事一定会负责到底。
        学习能力强,在大学期间的专业课程都取得了优异的成绩,对自己开发的网上书店是自学完成的。



































PERSONAL RESUME
Personal Information:

Gender: male
Mobile: 15921327707
E-mail: baiyao@51testing.com
Career Objective: Software Test Engineer
Professional Skills:
Testing methods:
1) Master many important black box testing methods characteristic, such as functional testing, performance testing, load testing and so on.
2) Can use boundary analysis, equivalence class partition ,cause and effect graph and error guessing to design test cases.
3). Master walking through in static testing. Be able to inspect code defects according to the control flow and data stream.
4) Can use statement coverage, condition coverage to design test case in white box testing.
Testing process:
1).Master the task of every stage, include Unit testing, Integration testing, System testing ,Regression testing and so on.
2). Familiar with reviewing the SRS, HLD, LLD documents.
3). Understand the testing objects and input and output of UT, IT, ST.
4). Master the testing strategy of UT, IT, ST.
5). Master the software testing skills about writing test plan, test case, test alternatives, test report and so on.
Testing Tools:
1). Build CppUnit testing framework for Unit Testing.
2). Can write testing scripts to progress the integration testing of the system by using the TCL .
3). Be familiar with make use of QTP to do automatic testing.
4). Can progress version configuration management through CVS, and use the function of defects management in the QC to track and analyze the defects.
5). Can use Purify and PureCoverage .
Test Management:
Be familiar with procedures and methods of software requirement management, defect management, configure management, peer review.
Other skills:
1). OS: Familiar with the Windows series, knowing about Linux.
2). DB: Familiar with SQL Server 2000 Database and SQL language. Knowing about transaction and storage procedure.
3). Network: Understand the foundation of network, OSI Model, TCP/IP /UDP protocol.
4).Development languages: Familiar with C and understand the function implemented by the complex codes with C#. Can write some small programs with C. Knowing about VC++、Java、VB.
Project Experience:
Project name:CounterV1.0 (2007/04—2007/05)
Environment of the system:Windows Systems
Development Language:C++
Project Description:
Count the number of code line, empty line, comment line and the total of the .c/.cpp file.
Duty description:
1.        Take part in the documents review to the SRS, HLD, LLD and suggest my own opinions with other members.
2.        Write testing plan、design the testing scheme and define the testing object、testing requirement according to the SRS 、HLD、LLD document;
3.        Design the test cases to do the functional testing, performance testing, GUI testing and so on by using the methods of equivalence class, boundary value etc. Execute ST test case, finish the testing reports and defects reports.
4.        Make sure the integration testing strategy based on the HLD, partition different layers to design test cases. Writing the testing scripts and executing them by using the TCL language.
5.        According to the LLD and design unit test cases by using statement coverage, condition coverage, path coverage to the different functions. Executing all the test cases after build automation test environment in TCL and CPPUNIT.
Harvest:
1. Master methods of case design.
2. Master the important points in unit testing, integration testing and system testing.
3. Master the main point in testing plan, testing scheme, testing daily and testing report written.
4. Knowing the TCL, and having the ability to construct environment for unit testing and integration testing.  
Training experience:
2007.01----2007.5   51Testing Software Testing Training
Education
2004.9----2007.6    Shanghai Finance University, Electronic Business

[ 本帖最后由 artemis 于 2007-6-20 13:28 编辑 ]
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2007-6-15 17:34:28 | 只看该作者
该学员已被新宇(苏州)有限公司录用
回复 支持 反对

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-11-24 05:01 , Processed in 0.069552 second(s), 25 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表