码迷,mamicode.com
首页 >  
搜索关键字:automation    ( 342个结果
RPA流程自动化-Blueprism认证考试介绍
RPA流程自动化-Blueprism认证考试介绍 接触RPA有一段时间了,几种RPA相关工具也都试用过,BluePrism是RPA工具的一种,今天跟大家分享考Blueprism的一些经验。 RPA(Robot Process Automation)全称是机器人流程自动化。 目的是用RPA工具开发出的 ...
分类:其他好文   时间:2018-06-16 14:27:08    阅读次数:1096
Aspen Plus Automation in Python
ap=AspenPlus() ap.open_case(r'pfdtut.bkp') ap.visible=1 print(ap.print_streams()) print(ap.print_blocks()) # ap.run() print("done") # type 'pip instal ...
分类:编程语言   时间:2018-05-28 16:53:15    阅读次数:710
C#中获取MP3文件时长
1、添加引用:COM组件的Microsoft Shell Controls And Automation 2、添加命名空间: using Shell32; using System.Text.RegularExpressions; 3、 ...
分类:Windows程序   时间:2018-05-28 16:05:19    阅读次数:368
[Selenium+Java] https://www.guru99.com/using-robot-api-selenium.html
Original URL: https://www.guru99.com/using-robot-api-selenium.html Robot Class in Selenium Webdriver Why Robot Class? In certain Selenium Automation T ...
分类:编程语言   时间:2018-05-28 11:42:49    阅读次数:232
PowerShell数组方法之Foreach()与Where()
1 [System.Management.Automation.WhereOperatorSelectionMode],默认值Default 10 【可以直接输入枚举名,PowerShell会自动转换,当然这是通用规则】 11 numberToReturn=>[int32],默认值0,表示返回所有匹... ...
分类:编程语言   时间:2018-05-09 21:33:18    阅读次数:368
Java + Selenium + TestNG + Maven 框架实现Web Automation
环境准备: 1. Java: Install Java jdk: Version: java 1.8 or aboveConfigure Java Environment Variables:Add JAVA_HOMEAdd CLASSPATHAdd to Path Verify Java was ...
分类:编程语言   时间:2018-05-03 22:12:54    阅读次数:232
JenKins初试
JenKins有什么用?官网是这么说的:The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any ...
分类:其他好文   时间:2018-04-29 13:33:54    阅读次数:149
appium+python自动化29-toast
Supported Platforms 1.查看appium v1.7版本 "官方文档" Supported Platforms Appium supports app automation across a variety of platforms, like iOS, Android, and ...
分类:移动开发   时间:2018-04-19 11:55:43    阅读次数:328
自动化测试框架STAF介绍
STAF全称是Software Testing Automation Framework,如其官网(http://staf.sourceforge.net/)所说,STAF是一个开源、跨平台、支持多语言的自动化测试框架,它围绕于组件重用的理念,通过服务调用(比如Process Service、Res ...
分类:其他好文   时间:2018-03-18 21:41:14    阅读次数:167
新版Azure Automation Account 浅析(三) --- 用Runbook管理AAD Application Key
新版Azure Automation Account 浅析(三) 用Runbook管理AAD应用的Key 前篇讲过有一个面向公众的Runbook库,社区和微软一直往其中加入新的Runbook,用户可以下载也可以在直接在Azure Portal中导入。这样大家都可以参考全世界范围内工程师怎样利用Run ...
分类:移动开发   时间:2018-02-19 11:15:06    阅读次数:252
342条   上一页 1 ... 8 9 10 11 12 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!