搜索资源列表
CheckFunction
- qtp自动化功能检查点样例,辅助检查自动化测试时的校验点-sample qtp automation checkpoint, when the secondary inspection checkpoint automated testing
QTP_dvanced_study_manual
- 修炼成QTP高手的十个步骤 4 探秘QTP9.5新特性 — 过程指南(Process Guidance) 5 1. 什么是过程指南? 6 2. 过程指南的作用 8 3. 自定义过程指南 10 4. 过程指南深入探秘 12 5. 小结 17 QTP 10 - 自动化测试脚本开发利器 17 系统需求和环境支持 17 增强的QC整合能力 18 版本控制和基线 19 可移植性 21 本地系统监视器 22 动态调用Action 23 新的Report
taoqianzimulu
- linux下如果目录为空目录,则只有.和.这两个也是属于目录类型的本代码使用递归来判断目录及其子目录是否为空目录 /*判断目录是否为空目录*/int IsEmptyDir(char*pszDir){DIR*pstDirp=NULL;struct dirent*pstDirStru=NULL;int ulFileNum=0;int ret=1;char szDir[100];memset(szDir,0,100);pstDirp=opendir(pszDir);if(NULL==pstD
Qtp
- 一款自动化功能测试工具,大家好好看看啊,QTP是比较好的测试工具,这有一套教程-An automated functional testing tool, a good look at the QTP is a better test tool, this set of tutorials
SPECjbb2005
- 测试虚拟机的基础cpu性能,使用spec cpu,里面的是写好的自动化测试脚本。通过跑基准测试程序,衡量cpu性能。-Based cpu performance test virtual machine using spec cpu, which is written automated test scr ipts. By running benchmarks to measure cpu performance.
network
- 测试虚拟机的基础网络性能,使用netperf和iperf,里面的是写好的自动化测试脚本,衡量虚拟机或者容器的网络性能。-Basic network performance test virtual machine using netperf and iperf, which is written automated test scr ipts, measure network performance virtual machines or containers.