11 2015 档案
摘要:API测试从本质上来说,API测试是用来验证组成软件的那些单个方法的正确性,而不是测试整个系统本身.API测试也被称为单元测试(Unit Testing), 模块测试(Module Testing), 组建测试(Component Testing), 以及元件测试(Element Testing)....
阅读全文
摘要:测试自动化程序的任务基于反射的ui测试自动化程序,要完成的6项任务:通过某种方式从测试套件程序中运行待测程序(AUT: Applicaton Under Test),以便于两个程序之间进行通信操纵应用程序的窗体,从而模拟用户对窗体所实施的moving和resizing操作检查应用程序窗体,确定应用程...
阅读全文
摘要:http://www.cnblogs.com/heqichang/category/315226.html
阅读全文
摘要:UIMap文件是Coded UI Test的核心文件,它分为三个文件。 1.UIMap.uitest 这是xml文件,里面描述了所有需要操作的目标控件以及进行操作的动作等。 2.UIMap.Designer.cs 根据UIMap.uitest文件自动生成代码的区域...
阅读全文
摘要:http://www.learn-english-today.com/Project management -Iron out problems. – resolve issues.Critical path/items.Risk mitigation- what is your risk miti...
阅读全文
摘要:Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321Discuss: 1.If the integer's last digit is 0, what should the ...
阅读全文

浙公网安备 33010602011771号