• QTP 自动化测试桌面程序--笔记(关闭 启动程序脚本) 、安装


    0 安装qtp .exe 文件

    安装 插件文件(如delph)

    1 关闭 启动程序: 将要操作的程序-存入localdatatable中 设置 迭代一次

    rem SystemUtil.CloseProcessByName("SHAutoClient.exe")
    rem SystemUtil.CloseProcessByName("SHMsgSrvr.exe")
    rem SystemUtil.CloseProcessByName("SHAutoServer.exe")
    rem SystemUtil.CloseProcessByName("SHSckt.exe")

    SystemUtil.CloseProcessByName(DataTable("D", dtLocalSheet))
    SystemUtil.CloseProcessByName(DataTable("C", dtLocalSheet))
    SystemUtil.CloseProcessByName(DataTable("B", dtLocalSheet) )
    SystemUtil.CloseProcessByName(DataTable("A", dtLocalSheet))

    Dim path
    path="E:Program FilesSHRemoteSoft驷惠WIN系列乘用车4S管理系统61"

    SystemUtil.Run ( path & DataTable("A", dtLocalSheet))
    SystemUtil.Run ( path & DataTable("B", dtLocalSheet))
    SystemUtil.Run ( path & DataTable("C", dtLocalSheet))
    SystemUtil.Run ( path & DataTable("D", dtLocalSheet))
    rem SystemUtil.Run(path&"SHSckt.exe")
    rem SystemUtil.Run(path&"SHMsgSrvr.exe")
    rem SystemUtil.Run(path&"SHAutoServer.exe")
    rem SystemUtil.Run(path&"SHAutoClient.exe")

  • 相关阅读:
    mexopencv
    Computer Vision Resources
    Immersive Imaging
    汇编指令
    I/O输入系统
    大容量存储器的结构
    文件系统实现
    文件系统接口
    虚拟内存
    内存管理
  • 原文地址:https://www.cnblogs.com/caojuansh/p/9072417.html
Copyright © 2020-2023  润新知