首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏从头开始学习测试开发

    测试工程师的终极外挂:testers.ai 如何用“AI Skills”让你在 IDE、浏览器、Claude 里一键生成+修复+分析测试?

    这不是未来,而是 testers.ai 当前已开放的能力。 与那些“只生成代码”的 AI 助手不同,testers.ai 的核心是 “AI Skills” —— 一种可跨平台复用的专业测试能力单元。 启示:即使没有 testers.ai 平台,你也能通过安装 opentestai 获得核心能力。 二、三大入口实战:在哪里用 testers.ai? 入口 1:VS Code 插件 —— 测试就在你指尖 testers.ai 已在 VS Code 市场发布 三款插件: 表格 插件 功能 适用场景 **Testers AI IDE** 核心测试生成与调试 右键选择 “**Ask Testers AI...**”。 四、提前构建你的“私有 testers.ai” 即使不依赖 testers.ai 平台,你也能用开源工具复现其核心能力。

    32301编辑于 2026-03-31
  • 来自专栏吾非同

    Python字符串操作大全

    s="hello testers !" print(s.split()) #输出['hello', 'testers', '!'] print(s.partition('testers')) #输出('hello ', 'testers', ' !') s=" hellotesters! s2="HELLO TESTERS!" s3="Hello Testers!" s4=s1="hello testers!" print(s1.upper()) #输出HELLO TESTERS! print(s2.lower()) #输出hello testers! print(s3.swapcase()) #输出hELLO tESTERS! print(s1.capitalize()) #输出Hello testers! print(s4.title()) #输出Hello Testers! s1="hello testers!"

    50542发布于 2020-10-26
  • 来自专栏FunTester

    Java Streams 的潜力

    来看个例子: public static void main(String[] args) { List<FunTester> testers = new ArrayList<>(); List<FunTester> funTesters = testers.stream() .filter(tester -> tester.getSoul() .contains("Fun")) .collect(Collectors.toList()); } 这段代码从 testers 列表中创建了一个流,并通过 filter 来看个简单的例子: public static void main(String[] args) { List<FunTester> testers = new ArrayList<>(); List<String> souls = testers.stream() .map(FunTester::getSoul)

    52210编辑于 2025-01-23
  • 来自专栏张善友的专栏

    Visual Studio 2005的各个版本

    Static Code Analyzer, Dynamic Code Analyzer and Code Profiler (c):Visual Studio Team Edition for Testers MSDN Premium subscriptions 有5个等级,Team Suite, Software Architects ,Software Developers,Software Testers Team Edition for Software Architects, Team Edition for Software Developers, Team Edition for Software Testers Team Edition for Software Architects, Team Edition for Software Developers, Team Edition for Software Testers Team Edition for Software Architects, Team Edition for Software Developers, Team Edition for Software Testers

    2.9K70发布于 2018-01-30
  • 来自专栏啄木鸟软件测试

    人工智能在测试中有什么优势?

    softwaredevelopment life-cycles becoming more complicated by the day and delivery timespans reducing, testers By assimilatingmachines which can meticulously mimic human behavior, the team of testers canmove beyond Here, recognized controlsare categorized when you create tools and testers can pre-train controls thatare Once the hierarchy of controls isobserved, testers can create a technical map such that the AI is looking Testers freed from repetitive manual tests havemore time to create new automated software tests and deal

    1.2K20发布于 2020-05-21
  • 来自专栏Zkeq

    Python 集合的差集--difference函数

    返回原始集合于对比集合的差集 (即a_set与b_set的差集) 代码 # coding:utf-8 drivers = ['dewei', 'xiaomu', 'xiaoming', 'xiaoman'] testers = ['xiaomu', 'xiaoman', 'xiaogang', 'xiaotao'] driver_set = set(drivers) test_set = set(testers) sample_drives

    91620编辑于 2022-05-18
  • 来自专栏FunTester

    Go 语言常见错误——并发编程基础

    ch <- true }(&testers[i]) } for i := 0; i < len(testers); i++ { <-ch } fmt.Println("FunTester: 修改后的 testers =", testers) // 使用 mutexes 进行并发安全修改 var mu sync.Mutex [i]) } // 等待所有 goroutine 完成 for i := 0; i < len(testers); i++ { <-done } fmt.Println("FunTester: 修改后的 testers =", testers) fmt.Println("\n=== 使用 Mutexes 进行共享资源的同步访问 ===" 26} {FunTester2 31}] === 使用 Mutexes 进行共享资源的同步访问 === FunTester: Mutex 修改后的 testers = [{FunTester1 26

    31600编辑于 2025-03-27
  • 来自专栏sktj

    python twisted deferredlist用法

    print('Connected to port %i' % port) reactor.stop() import sys host=sys.argv[1] ports=range(1,201) testers =[testConnect(host,port) for port in ports] defer.DeferredList(testers,consumeErrors=True).addCallback

    29740编辑于 2022-05-14
  • 来自专栏清菡软件测试

    python全栈开发《60.获取两个集合的差集》

    ) 运行结果: {'name', 'xiaomu'} 4.代码 # coding:utf-8 drivers = ['dewei','xiaomu','xiaoming','xiaoman'] testers = ['xiaomu','xiaoman','xiaogang','xiaotao'] driver_set = set(drivers) test_set = set(testers) sample_drivers

    28810编辑于 2024-11-07
  • 来自专栏iTesting

    软件测试的类型总结 -- 送给刚入行的朋友们

    In Back-end Testing GUI is not involved, testers are directly connected to the database with proper access and testers can easily verify data by running a few queries on the database. This is done by programmers or by testers. #25) Install/Uninstall Testing Installation and Uninstallation is assigned to fix it. #37) Security Testing It is a type of testing performed by a special team of testers If testers find that the major critical functionality is broken down at the initial stage itself then

    99320发布于 2020-02-17
  • 来自专栏Software

    9 Top Reasons To Use A Testing Tool For Your Project Management.

    It brings the team of testers, coders, and designers on the same page. Thoroughness in Testing: Testers follow different approaches for software quality assurance and their

    60350发布于 2019-05-24
  • 来自专栏用户9355284的专栏

    2021年度测试行业调查问卷

    For Testers, By Testers! ---- 历年测试行业报告数据: 软件测试行业2018年度调查报告 软件测试行业2019年度调查报告 软件测试行业2020年度调查报告

    1.5K70编辑于 2022-01-05
  • 【详解】svn提示:Invalidauthzconfiguration

    authz​​ 文件# authz file for SVN repository[groups]admins = admin1, admin2developers = dev1, dev2, dev3testers /]* = r@admins = rw[/trunk]@developers = rw[/branches]@developers = rw[/tags]@developers = r[/test]@testers 文件时不小心引入了一个语法错误,例如:# authz file with an error[groups]admins = admin1, admin2developers = dev1, dev2, dev3testers developers = rw[/branches@developers = rw # Missing closing bracket here[/tags]@developers = r[/test]@testers

    96900编辑于 2025-01-18
  • 来自专栏吾非同

    Python基础之数据类型详解

    到末尾结束,结束索引数字可以省略,冒号不能省略 常用的索引实例: str='testers' ? 连续式数据 元素是连续存放的,除了第一个前面没有元素,最后一个后面没有元素。支持索引访问和切片操作。 print(len(s1))#输出字符串长度 #s1.strip()#截掉字符串两侧指定的字符 print(s1.split('o'))#以字母切割字符串,o被切走 print(s1.replace('testers ','world'))#将s1中的testers替换为world 2.列表list 概念:存储多个有序任意类型的数据,属于可变类型。

    1.3K20发布于 2020-10-13
  • 来自专栏张善友的专栏

    SharpForge - Open source SourceForge / CodePlex implementation

    code in an alpha state, it's under active development, and is looking for analysts, developers and testers

    826100发布于 2018-01-29
  • Introduce to testNG Framework

    支持综合类测试参数化测试(使用testng.xml, 数据提供者)-单独执行failed 的 caseproduce HTML Reports of execution-Annotations made testers -Annotations made testers life easy.-Test cases can be Grouped & Prioritized more easily.

    16400编辑于 2025-07-07
  • 来自专栏Rust语言学习交流

    【Rust 日报】2021-06-02 Jon Gjengset 新作:Rust for Rustaceans

    rust-rustaceans Rustup 1.24.3 寻找测试人员 特别是针对 FreeBSD 的 https://internals.rust-lang.org/t/rustup-1-24-3-seeking-beta-testers-particularly-freebsd

    1.1K30发布于 2021-06-16
  • 来自专栏dongfanger

    2020测试工具索引

    【QTP】: helps testers to perform an automated functional testing seamlessly, without monitoring, once 【Sahi】: designed to solve the everyday problems faced by the testers. 【Gemini】: testers can relate their work with development team and customer incidents. 【Testuff】: without limits- unlimited tests, testers, projects, and defects can be reported and managed 【Genymotion】: It is fast, simple and user-friendly emulator for developers and QA testers.

    2.6K30发布于 2020-09-23
  • 来自专栏杨丝儿的小站

    Agile v.s. Waterfall

    This process allows more communication between customers, developers, managers, and testers.

    50120编辑于 2022-03-01
  • 来自专栏muller的测试分享

    人工智能大模型——零样本提示

    ChatGPT 的回复为测试人社区(Testers Community)是一个汇集了各种测试人员(包括软件测试工程师、质量保证工程师等)的社区。

    23510编辑于 2024-06-17
领券