上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: All will return the collection of object matching the name or id in such case.So if there are two objects with the name as "test" and one object with id as "test" then all would return 3 objects. 阅读全文
posted @ 2012-07-21 17:33 dushuai 阅读(48) 评论(0) 推荐(0) 编辑
摘要: iStart = 1iEnd = ...WebTable().RowCountDo While iStart < iEndiMiddle = (iStart + iEnd) \ 2value = WebTable.GetCellData(1, iMiddle)iCompare = StrComp(value, strFind)If iCompare = 0 then'Exact match has been foundMsgbox "Value found at - " & iMiddleExit DoElseIf iCompare = 1 then& 阅读全文
posted @ 2012-07-21 10:18 dushuai 阅读(148) 评论(0) 推荐(0) 编辑
摘要: DBConnectionStringAccessAccessODBCConnectionStringDriver{MicrosoftAccessDriver(*.mdb)};Dbq=C:\demo.mdb;Uid=Admin;Pwd=;AccessOLEDBConnectionStringDriverProvider=Microsoft.Jet.OLEDB.4.0;DataSource=\directory\demo.mdb;UserId=admin;Password=;DB2DB2ODBCConnectionStringdriver={IBMDB2ODBCDRIVER};Database=d 阅读全文
posted @ 2012-07-20 14:53 dushuai 阅读(1231) 评论(0) 推荐(0) 编辑
摘要: 1. Implemented as JAVA Applet, XMLXSLfor .Net2. JVMTI/JVMPI data is available only through the Java Profiler 阅读全文
posted @ 2012-07-15 21:35 dushuai 阅读(201) 评论(0) 推荐(0) 编辑
摘要: Class CheckUserAbortSub Class_Terminate()If Setting("OnAbort") thenReporter.ReporterEvent micFail, _"The test has been stopped by the user", _"The test has been stopped by the user"End ifEnd SubEnd ClassDim CheckAbortSet CheckAbort = new CheckUserAbort 阅读全文
posted @ 2012-07-15 18:38 dushuai 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 1. The most problematic thing that I faced was intermittent errors when the object is not on the screen. Once, it took me over 30 odd runs of the same script to figure out that this issue was mainly due to object not being visible on the current view of the page. Finally by increasing the resolution 阅读全文
posted @ 2012-07-15 17:04 dushuai 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 在百度实习最大的收获是在百度文库的wenku前边加wap就能否复制文档,在优酷实习最大的收获是在优酷播放页youku后加xia就能直接下载视频。在土豆实习最大的发现是在视频链接后面加?tid=-1就可以跳过45秒广告。在工商银行实习最大的收获是网银转账比自助机具转账手续费便宜 阅读全文
posted @ 2012-07-11 09:53 dushuai 阅读(155) 评论(0) 推荐(0) 编辑
摘要: SiebelTest Express is an option in Object Repository Manager which allows connecting to the Siebel database and pull up all the objects into the OR in one go. This way we don't need to go the application for adding objects. But, using this approach may lead to unused objects in the OR which neve 阅读全文
posted @ 2012-07-10 21:11 dushuai 阅读(188) 评论(0) 推荐(0) 编辑
摘要: One is that STA should be enabled on the Siebel server and second is Siebel Add-in should be enabled in QTP.Siebel Add-in加载时Web和ActiveX Add-ins会自动加载 阅读全文
posted @ 2012-07-10 21:05 dushuai 阅读(106) 评论(0) 推荐(0) 编辑
摘要: Function TestMe(A)TestMe = A + 10End FunctionFunction TestMe(ByVal A)TestMe = A + 20End Function 阅读全文
posted @ 2012-07-10 20:39 dushuai 阅读(100) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页