测试新闻

点击新闻会跳转到新闻的源站,如果打不开大概率是网络原因,你懂的 😂

开发者体验与生产力:测试自动化中的口头瓶颈较少

更新时间: 31 Mar 10:34

🔗 medium.com

如何确保开发人员或测试自动化工程师编写测试时感到满意?

对定义可观察性的评论

更新时间: 31 Mar 10:34

🔗 ferd.ca

这是一个来自Fred Hebert关于可观察性的美妙思维过程,从质量角度来看,这是现代软件开发生命周期中的一个关键部分。

在厕所进行测试:避免硬编码值以使用更好的库

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

森森曼:大规模代码删除

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

在谷歌,成千上万的软件工程师为这个拥有数十亿行代码的单一仓库做出贡献。这个仓库存储在一个名为Piper的系统中,包含了共享库、生产服务、实验程序、诊断和调试工具:基本上只要是与代码相关的都可以。

在测试中仅包括相关细节

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

代码中哪些问题使得测试难以跟随?

增加测试准确性,避免模拟

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

这篇文章是根据一篇关于谷歌测试在厕所(TotT)的章节改编的。您可以从这个TotT章节中下载一份适合打印的版本,并在您的办公室张贴。

沟通设计权衡可视化

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

任何书面设计或项目提案的目标是展示和评估各种选择方案。然而,当每个解决方案的品质没有明确表达出来时,包含多种解决方案的文档可能难以阅读。

其他细微差别

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

这是我们的代码健康系列的另一篇文章。这篇文章的某个版本曾作为《谷歌测试在厕所》一节的谷歌测试在全球范围内发布。您可以从上下载一个适合打印的版本,以便在您的办公室展示。

改进可读性使用正面布尔值

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

阅读健康的代码应该就像阅读你母语的一本书一样轻松。你不应该停下来困惑地猜测一行代码在做什么。一个可以帮助这个的巧妙方法是进行关于积极的某事的布尔检查,而不是关于消极的某件事。

更好的反馈会导致更快的审查

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

这是我们的代码健康系列的另一篇文章。这篇文章的某个版本曾在全球各地的谷歌洗手间作为《谷歌测试在厕所》节目出现。你可以下载一个适合打印的版本,放在你的办公室展示。

壳程序:保持小型且简单

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

shell脚本(包括bash脚本)可以方便地自动化简单的命令行程序,并且通常比在单个开发者的历史记录中保存复杂的命令更好。然而,shell脚本可能难以理解和维护,并且通常不如其他编程语言支持得好。shell脚本支持单元测试较少,而且阅读它的人可能更不熟悉这种语言的可能性较低。

清理代码垃圾

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

这本书《Clean Code》讨论了一个在编写代码时要牢记的露营规则:

两个特点的故事

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

异常处理

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

披萨烤焦异常(PizzaOverbakedException)是一个扩展了异常类的类。

在厕所进行测试:测试用户界面逻辑?跟随用户!

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

让代码自己说话

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

评论对于理解和维护代码库非常重要。但是,代码中的过多注释可能会变成无用的杂项,充满无关的和不/或过时的细节。

代码健康:现在你正在使用函数进行思考

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

使用抽象来提高函数可读性

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

这是我们的代码健康系列的另一篇文章。这篇文章的原始版本曾在全球范围内的谷歌洗手间出现,作为一次谷歌测试在马桶上播出。你可以下载一个适合打印的版本,放在你的办公室展示。

如何确定足够的测试量?

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

测试在马桶上:分离关注?到此为止!

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

这篇文章是根据一篇关于厕所的谷歌测试(TotT)章节改编的。你可以下载这篇TotT章节的打印版本,并在你的办公室张贴。

突变测试

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

测试易失性——自动化测试的主要挑战之一

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

测试易失性——自动化测试的主要挑战之一(第二部分)

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

Flaky means irregular or unreliable. The reason for flakiness is usually due to a lack of consistency or focus.

编写清晰代码以降低认知负载

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

你是否曾经阅读过代码,发现它难以理解?你可能正在经历认知负荷!

简化您的控制流程

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

在添加循环和条件语句时,即使简单的代码也可能变得难以理解。考虑这个改变:

对优秀代码审查的秘密:尊重评论者的意见

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

你准备了对代码的更改并要求审查。审查员留下了一条你不同意的评论。你会回复说你不会回应这条评论吗?

修复一个测试沙漏

更新时间: 30 Mar 21:58

🔗 testing.googleblog.com

质量测试:2022年欧洲软件测试基准第二部分

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

挂起查看报告(PDF)在这里:质量测试欧洲…

领导者:彼得·弗朗科尔

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

欢迎参加我们科技领袖编辑系列的下一篇文章。

社区的重要性

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

挂起来 常常有人说:“一个村庄的力量”,这是为了认可……

2023年欧洲软件测试大奖最终入围名单揭晓!

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

衷心的祝贺2023年的决赛选手!随着数量的稳步上升……

领导者:艾希雅·詹维卡尔

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

欢迎参加我们科技领导者的编辑系列。

从性能测试演变为现代工程

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

"The team at Qualitest Performance is committed to delivering exceptional digital experiences for our clients and their end users. Our dedicated Digital Experience Markets team leads, such as AVP Koushik Sethuraman, work closely with our clients to understand their unique needs and develop customized solutions that drive business growth and customer satisfaction. With a deep understanding of the ever-evolving digital landscape, we are well-positioned to help our clients navigate the complex world of digital transformation and deliver value through innovative services and tools."

参与2023年数字转型大奖!

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

pin up Digital Transformation Awards, London, February 2023 We, at 31Media, are excited to announce the upcoming event.

2022年欧洲软件测试大奖最终候选人揭晓!

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

这里是有欧洲软件测试奖2022年的决赛入围者!

数字转型 - 业务成功的关键

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

企业正经历数字化转型,这是现代科技发展的结果。

业务流程自动化工具

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

你是否觉得你的业务正在被消耗时间的、重复的任务淹没?

重要性:自动化软件测试!

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

挂起 企业的一个主要关注点是确保最大的客户满意度,

获取质量见解

更新时间: 30 Mar 21:58

🔗 www.softwaretestingnews.co.uk

"MostBet Authored by Dilpesh Bhesania (IBM) and Richard Jordan (Nationwide Building Society)"

Top 15的安全测试公司

更新时间: 31 Mar 09:54

🔗 softwaretestinglead.com

最后更新于2024年2月7日上午9:18