摘要:
用C#实现QTP的启动和Add-Ins的加载。//LaunchQTPQuickTest.ApplicationqtpApp=newQuickTest.Application();string[]arrAddins=dpString.dpSplit(FrameHelper.GetGlobalSett... 阅读全文
摘要:
在sqlserver中我们是不能再union查询中直接使用orderby进行排序的,因此我们必须使用一些比较巧妙的方法来得到我们想要的结果。sqlStr="select*from(";sqlStr+="selectNodeID,NodeNamefromCase_TreewhereRootType=... 阅读全文