欢迎访问 hpdynasty 的个人空间

我的论坛主题

  • Test Case Design Tip

    2007-12-28 10:34:09   /   【Software Testing English Column】

    In testing, when the test target is quite complicated, tryto partition target tasks and design separate test scrīptfor each simpler task.During testing case design, we tend to partion tasksaccording to the AURS. Actually, we can partition evenfurther. This is to make our design clear, clean and ensurethe test coverage. Otherwise, to design & implement acomplicated test case is time consuming and error prone, andwhat’s more, test coverage may not be guaranteed.Example.
  • QTP User-Defined Function 学习经验汇总

    2007-12-28 10:16:53   /   [QuickTest Professional]

    1. 可以通过Function Definition Generator方便的定制自定义函数(Function)2. Built-in Function优先级高于User-Defined Function。因此若存在同名的话,QTP会优先调用内置的Function3. 通过RegisterUserFunc可以将自定义的函数注册为特定对象的方法,甚至可以覆盖原有对象的方法(Method)。通过UnRegisterUserFunc取消注册注册方式:RegisterUserFunc TOClass, MethodName, FunctionName, True反注册方式:UnRegisterUserFunc TOClass, MethodName4. 定义在Action中的Function以及注册的Method只能在当前Action中使用,若.
  • 浅谈软件测试流程

    2007-12-27 19:50:51   /   [软件测试新手上路]

    【摘要】 软件测试从哪里开始到哪里结束?中间要经过哪些环节以及各环节要注意哪些事项。本文就有关问题结合个人实际工作经验进行阐述,鉴于每个环节都可以做为一个专题来进行探讨,所以受篇幅和时间限制,本文对有关问题未做深入剖析,只做一个宏观上的介绍。【关键词】测试流程、需求分析、测试用例、测试计划、缺陷管理一、概述一般而言,软件测试从项目确立时就开始了,前后要经过以下一些主要环节:需求分析→测试计划→测试设计→测试环境搭建→测试执行→测试记录→缺陷管理→软件评估→RTM.在.
  • 如何设计编制软件测试用例(Test Case)

    2007-12-27 19:45:19   /   [软件测试新手上路]

    . 测试用例是软件测试的核心软件测试的重要性是毋庸置疑的。但如何以最少的人力、资源投入,在最短的时间内完成测试,发现软件系统的缺陷,保证软件的优良品质,则是软件公司探索和追求的目标。每个软件产品或软件开发项目都需要有一套优秀的测试方案和测试方法。影响软件测试的因素很多,例如软件本身的复杂程度、开发人员(包括分析、设计、编程和测试的人)的素质、测试方法和技术的运用等等。因为有些因素是客观存在的,无法避免。有些因素则是波动的、不稳定的,例如开发队伍是流动的,有经验的走了,新人不断.
  • How to Test database in Manually?

    2007-12-27 19:39:20   /   【Software Testing English Column】

    Observing that opertaions, which are operated on front-end is effected on back-end or not.The approach is as follows :While adding a record thr' front-end check back-end that addition of record is effected or not.So same for delete, update,......Ex:Enter employee record in database thr' front-end and check if the record is added or not to the back-end(manually).Database can be tested various ways,If we are usein SQL server then opne the SQL query analyzer and write the qu.
  • How to write test cases in java with JUnit

    2007-12-27 19:35:19   /   【Software Testing English Column】

    What is a test caseThere are many ways to write test cases. Overall, we can say a test case is a code fragment that programmatically checks that another code unit - a method - functions as expected. In order to make the testing process an efficient one, it is recommended to use a testing framework. There are two major java testing framework.JUnit is written by Eric Gamma of the GoF fame and Kent Beck. JUnit has long been un-unchallenged in the testing framework arena.TestNG, written.
  • BUILDING SIMULATION SOFTWARE TESTING

    2007-12-27 19:31:18   /   【Software Testing English Column】

    BUILDING SIMULATION SOFTWARE TESTINGTypical Test TypesFor building energy simulation software, the types of tests available include:Analytical Tests - Analytical tests compare results to mathematical solutions for simple cases.Comparative Tests - Comparative tests compares a program to itself or to other simulation programs.Sensitivity Tests - Sensitivity tests compare results to a baseline case and exhaustively test the functioning of every modeling input, including we.
  • CodeTEST支持什么MCU?

    2007-12-26 15:54:10   /   [嵌入式软件测试]

    上网查了下,说:AMC公司推出产品:万用型嵌入式软件在线测试系统(CodeTEST ),支持所有的32/16位CPU和MCU,支持总线频率高达100MHz,可通过PCI/VME/CPCI总线,MICTOR插头对嵌入式系统进行在线测试。无需改动用户的PCB,与用户系统的连接极为方便。“支持所有的32/16位CPU和MCU”是真的吗?如过不是。那么他到底支持哪些 MCU?
Open Toolbar