码迷,mamicode.com
首页 >  
搜索关键字:automation    ( 342个结果
Fitnesse + Powerslim + UI Automation框架下抽取UI操作方法的思路
我们的自动化测试框架的Fitnesse + Powerslim,一般情况下会尽量避免在UI层面的操作,但是有些时候没有对应的命令行接口只能用UI去测试。Powershell里面作UI测试用得比较多的库是UI Automation,但是Powershell的语句相对来说比较繁琐,例如:Get-UIAW...
分类:其他好文   时间:2015-02-15 18:08:01    阅读次数:297
Android 测试工具集02
User scenario testing for Android(功能性测试框架)Robotium is an Android test automation framework that has full support for native and hybrid applications. R...
分类:移动开发   时间:2015-02-12 21:17:44    阅读次数:329
SQL 调用 webservice
webservice 需要配置为get 方式sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GO/***********...
分类:数据库   时间:2015-02-12 18:19:42    阅读次数:232
Bash+R: howto pass parameters from bash script to R(转)
From original post @http://analyticsblog.mecglobal.it/analytics-tools/bashr/In the world of data analysis, the term automation runs hand in hand with ...
分类:其他好文   时间:2015-02-12 12:15:01    阅读次数:176
Cadence PDK Automation System (PAS) Release v03.05.003 Windows/Linux 1CD
Cadence PDK Automation System (PAS) Release v03.05.003 Windows/Linux 1CD Library Builder PAS的Library Builder能把开发的GTE数据自动生成一套完整的PDK,也就是说Library Buil...
分类:Windows程序   时间:2015-02-02 17:50:38    阅读次数:1495
SQL Server 阻止了对组件 'Ole Automation Procedures' 的 过程'sys.sp_OACreate' 的访问
--开启 Ole Automation Proceduressp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'Ole Automation Procedures', 1;GORECONFIGURE;GOEXEC...
分类:数据库   时间:2015-02-01 11:54:12    阅读次数:189
MachineLearning - Introduction (Week 1)
机器学习的来源和用例: Machine Learning - Grew out of work in AI - New capability for computers Examples: - Database mining Large datasets from growth of automation/web. E.g., Web click data, medical re...
分类:系统相关   时间:2015-01-24 21:27:36    阅读次数:331
5 Best Automation Tools for Testing Android Applications
Posted In | Automation Testing, Mobile Testing, Software Testing ToolsNowadays automated tests are used during almost every testing process. This is n...
分类:移动开发   时间:2015-01-16 09:59:08    阅读次数:268
in mind (不是 切记 的意思)
Both Grunt and Gulp.js perform these automation tasks particularly well, although Gulp.js has the edge on speed, whereas Grunt has the best plugin sup...
分类:其他好文   时间:2015-01-14 15:28:22    阅读次数:189
AC自动机
关于自动机,其实可以最简单的理解为,对于一个给定的初始状态,算法可以自动进行递归得出最终匹配或者不匹配两种情况。AC自动机试自动机的一种(Aho-Corasick automation),该算法在1975年产生于贝尔实验室,是著名的多模匹配算法之一。所谓多模匹配,指的是同时匹配多个模式串,我们通.....
分类:其他好文   时间:2015-01-08 22:41:10    阅读次数:244
342条   上一页 1 ... 26 27 28 29 30 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!