一、專業名詞篇
a:
b:
c:
d:
e:
f:
g:
h:
i:
k:
l:
m:
n:
o:
p:
r:
s:
t:
u:
v:
w:
二、測試常見單詞
a:
b:
c:
d:
e:
f:
g:
h:
i:
j:
l:
m:
n:
o:
p:
q:
r:
s:
t:
u:
v:
w:
三、工具篇
1)資料庫:
2)測試常用工具篇
四、**常用單詞
administrator 管理員
abstract 抽象
arithmeticexception算術異常
associate 關聯
argument 引數
byte 位元組
break 中斷
bool 布林型別,真假
bounded 有界限的
caches 快取
charset:字符集
constructor 構造器,構造方法
css層疊樣式表
continue 繼續
customize 自定義
consumer 消費者
community 社群
character 字元
callable 可呼叫
configured 配置
change 改變,交換
console 控制台
collection 集合,聚集,採集
clear 清空,清除,清楚的
division 除法
default 預設
dict 字典
dialog 對話方塊
define 定義 def
encode 編碼
decode 解碼
extends 繼承
except 異常
exit 退出
expect 預期
exists 存在
float 單精度浮點型別
final 最終的,不能改變的
feature 特性特點
function 功能,函式
heap 堆
global 全球,全域性的
invalidate 無效的
initialize 初始化
import 匯入
instance?例項
inte***ce?介面
indentation 縮排
iterable 可迭代的
interrupted 中斷的,被阻止的
iterator 迭代器
list 列表
linkedlist 鍊錶
library 庫
miss 丟失
multiply 乘
object 物件
override 重寫
operator 操作符
overload 過載
optional 可選的
python 大蟒蛇
print 列印
package 包
producer 生產者
refactor 更改
return 返回
random 隨機
remove 移除
reverse 反轉,翻轉
range 範圍
recommend 建議
recursion 遞迴
require 必須
shortcuts 快捷方式
string 字串型別
sum 總數,總計
syntax 語法
symbol 符合
static 靜態的
successful 成功
scripts 指令碼
setup 安裝
set 集合
subclass 子類
statement 宣告
scope:作用域
sleep 睡眠 1秒=1000毫秒
space 空間
temporary 臨時的
usage 使用
version 版本
該文**知乎 「軟體測試絕密計畫」,並向原作者致敬
java英文單詞
platform pl tf m n.平台 standard edition標準版 enterprise ent praiz n.企業 bytecode n.位元組碼,位元組 verifier n.檢驗機 modifier m difai n.修飾語 attribute tribju t vt.to...
python 統計 英文 單詞
import sys,os,re def count words text num char text re.sub w text number text re.sub 0 9 text shrink whitespace text re.sub s text return text.count d...
英文單詞詞頻統計
英文單詞詞頻統計 問題描述 做乙個詞頻統計程式,該程式具有以下功能 1 可匯入任意英文文字檔案 2 統計該英文檔案中單詞數和各單詞出現的頻率 次數 並能將單詞按字典順序輸出。3 將單詞及頻率寫入檔案。本次英文單詞的詞頻統計程式的設計過程中,使用了檔案的相關操作 檔案的讀與寫 在檔案中錄入資料,程式以...