软件测试需要看什么书?

软件测试需要看什么书?,第1张

一、自动化测试类:

1、软件自动化测试:引入、管理与实施

Automated Software Testing Introduction,Management,and Performance

2、软件测试自动化技术与实例详解

Software Test Automation

3、高效软件测试自动化

Effective Software Test Automation

4、图形用户界面测试自动化改链迟

Effective GUI Test Automation

5、软件测试自动化

Just Enough Software Test Automation

6、软件工程与软件测试自动化教程

二、Web应用测试类:

1、Web安全测试

Testing Web Security:Assessing the Security of Web Sites and Applications

2、Web应用测试

Testing Application on the Web:Test Planning for Internet-Based Systems

3、Web应用测试(第二版)

Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems, Second Edition

4、Web测试指南

The Web Testing Companion: The Isider's Guide to Efficient and Effective Tests

三、软件测试基础类:

1、软件测试(原书第2版)

Software Testing A Craftsmaj's Approach(Second Edition)

2、软件测试

Software Testing

3、面向对象的软件测试

A Practical Guide to Testing Object Oriented Software

4、软件测试与质量管理

5、计算机软件测试(原书第2版)

Testing Computer Software,Second Edition

6、实用软件测试过程

Testing IT:An Off-the-Shelf Software Testing Process

7、软件质量和软件核李测试

Software Quality and Software Testing in Internet Times

8、系统的软件测试

Systematic Software Testing

9、软件子系统测试

The Craft of Software Testing:Subsystem Testing,Including Object-Based and Object-Oriented Testing

10、面向对象系统唤镇的测试

Testing Object-Oriented System:Models,Patterns,and Tools

11、软件测试技术概论

12、软件β测试

Beta Testing for Better Software

四、软件测试应用类:

1、有效软件测试

Effective Software Testing

2、实用软件测试方法与应用

3、软件测试:经验与教训

Lessons Learned in Software Testing

4、软件测试入门

Introducing Software Testing

5、实用软件测试指南

How to Break Software A Practical Guide to Testing

6、软件评估:基准测试与最佳实践

Software Assessments,Benchmarks,and Best Practices

7、嵌入式软件测试

Testing Embedded Software

8、软件测试求生法则

Surviving the Top Ten Challenges of Software Testing : A People-Oriented Approach

9、软件测试:过程改进

Software Testing in the Real World Improving the Process

10、快速测试

Papid Testing

11、软件测试的有效方法(原书第2版)

Effective Methods for Software Testing,Second Edition

12、网络测试深入解析

五、单元测试类:

1、单元测试之道Java版——使用Junit

Pragmatic Unit Testing:In Java with JUnit

2、测试驱动开发(中文版)

Test-driven development:by example

3、单元测试之道C#版——使用Nunit

Pragmatic Unit Testing:In C# with NUnit

4、测试驱动开发——实用指南

Test Driven Development: A Practical Guide

5、软件测试与Junit实践

六、性能测试类

1、2EE性能测试

J2EE Performance Testing With BEA WebLogic Server

2、Microsoft .NET Web应用程序性能测试

Performance Testing Microsoft .NET Web Applications

七、软件安全测试类:

1、黑客攻击测试篇

Hack Attacks Testing:How to Conduct Your Own Security Audit

2、Web安全测试

Testing Web Security:Assessing the Security of Web Sites and Applications

八、测试管理类:

1、测试流程管理

Managing the Testing Process

2、软件测试过程管理(原书第2版)

Managing the Testing Process(Second Edition)

九、软件测试培训类:

1、软件测试员培训教材

2、软件测试实用指南 上面每一种你可以挑选一两本看看,如果时间充足可以考虑多看看几本…… 满意的话请采纳!如果还有什么需要帮助的,咨询1051721233

功能测试:这个洞猛不用过多解释,就是点点点,保证页面的功能实现,没有业务逻辑方面问题。

UI测试:主要关注页面颜色是否舒服,布局是否合理,有无错别字等等。

兼容性测试:就是测试你的app程序在不同手机品牌上面是否能正常运行,页面布局如何,是否乱序。需要覆盖到目前市场上面主流的手机类型,最好使用真机测试,不推荐模拟器。还需要考虑不同 *** 作系统版本对于程序的影响。

场景测试:使用App时要考虑到纳大桥各种不同的使用场景,比如正在使用app,来电话或者短信了程序如何应对?正在听音乐,app也有个播放功能和喇叭发生资源抢夺怎么办?以及不同应用程序之间的切换和前后台切换等等。

性能测试:考虑内存,耗电量,安装包大小,流量耗用多少以及响应事件的快慢等等...... 

弱网测试:不同类型2g,3g,4g,5g的移动流量或者是wifi模式下程序的运行情况。网络速度极差或者断网的情况下,程序运行状况等等。

安装/卸载/更新:需要考虑卸载时是否要保留用户数据?更新的话是提示更新还是强制更新?更新过程中手机没电关机或者用户关闭退出等等。

权限测试:主要是用户关闭了某项权限时,程序是否还能正常使用;是否可以访问通讯录,相册,录音等;以及检测App的用户授权级别,数据泄露,非法授权访问等仿颤。 

稳定性测试:避免程序出现卡顿,闪退,崩溃等现象,这个可以使用工具比如monkey自动频繁快速 *** 作各个功能检测程序稳定性。

安全测试:应用是否保存敏感数据到本地,应用与服务器之间的数据传输是否加密。如果金融类的涉及钱的应用,重点测试,支付接口是否能被外部调用伪造等。

大概列了一下App测试需要注意的常见的测试点,仅供参考。最后说一下,app测试工具有哪些:

adb: 安卓手机的官方检测工具,用来 *** 作安卓系统。

monkey:可以无规律的模拟用户 *** 作,检测程序运行的稳定性。

monkey  runner:可以自己写脚本模拟用户进行 *** 作,更加的灵活。

Appium: app自动化框架,适用于python/java语言。


欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/yw/8285002.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-15
下一篇 2023-04-15

发表评论

登录后才能评论

评论列表(0条)

保存