摘要:
Option ExplicitFunction multiple(byVal x, byVal y) Dim n, t, i, j, z, w() n = Len(x) - 1 t = Len(y) - 1 ReDim w(n + t + 1) x = CStr(x) : y = CStr(y) For i = 0 To UBound(w) w(i... 阅读全文
摘要:
用excel导入需求、用例或bug到QC中,到第五步的时候,choose a map option,无论create a temporary map,还是Type a new map name,点下一步,没有反应的解决方法: 在 C:\Program Files\Microsoft Office\OFFICE12\XLStart\TDAddin 文件夹下新建一个Tasks文件夹即可! 阅读全文
摘要:
如何解决HP QC(Quality Center)在Windows 7下不能工作的问题 转 弹出错误信息: Error message "Error loading data table file" pops up when I open QTP scripts from QC 。I get this problem whenever I change the settings->resource... 阅读全文
摘要:
tip submitted by LearnQTP reader Ajay Mohan. pal_drv.sys is the system driver that may be the culprit for your frequent QTP crash issues. This driver was developed for text recognition mechanism that ... 阅读全文
摘要:
国外的E文介绍的方法如下: **************************************************************************************************** Check Allow other Mercury products to run tests and componentspresent under Tools > ... 阅读全文