自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

软件自动化测试专栏

Advanced Software Automation Testing Tips

  • 博客(4)
  • 资源 (7)
  • 收藏
  • 关注

原创 使用VBS通过3种方式浏览本地文件,获取完整路径。

XP下:Function BrowseForFile( )' Select File dialog based on a script by Mayayana' Known issues:' * Tree view always opens Desktop folder' * In Win7/IE8 only the file NAME is returned correctl

2011-12-27 09:46:57 4851

转载 vbs 类的使用示例

Class Myclass  ' Class_Initialize    Private Sub Class_Initialize    MsgBox  "Class is initialized"    End Sub  ' Class_Terminate    Private Sub Class_Terminate   MsgBox "Class is termin

2011-12-06 10:30:00 917

翻译 VBS中的Singleton类(单例模式)的代码示例

VBS中的Singleton 代码示例 Class Class_FSO   Private FSO_   Public Property Get FSO   print "Get FSO"       On Error Resume Next       If  Typename(FSO_) = "FileSystemObject" Then           S

2011-12-06 10:08:42 775

原创 通过VBS获取磁盘剩余空间

get disk free space strComputer = "."Set objWMIService = GetObject("winmgmts://" & strComputer & "/root/cimv2")Set colDisks = objWMIService.ExecQuery ("Select * from Win32_LogicalDisk Where De

2011-12-05 17:41:48 2848

QTP_00600.EXE

Performance and Stability Fixes for the QuickTest Debug Viewer 修复QTP中DEBUG的缺陷。

2012-12-03

PDM.DLL(9.0.30729.1)

PDM.dll 9.0.30729.1版本。 注册后可以增强QTP Debug功能。

2012-08-24

SQL学习练习代码

SQL学习

2012-05-23

selenium一些基础配置手册

selenium一些基础配置手册selenium一些基础配置手册

2012-05-23

java 学习代码

java workspace

2012-05-23

pdm.dll(9.0.30729)

Process Debug Manager(9.0.30729) 可以增强QTP的debug功能

2010-08-31

QTP_00591.EXE

解决QTP 10.0用户在注册高版本(9.x以上)PDM.DLL时,Debug View 在监视对象时,显示空白的BUG。

2010-08-30

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除