- 博客(9)
- 收藏
- 关注
原创 软件测试生命周期
软件测试生命周期包括6个阶段(大体上): 1)计划 2)分析,3)设计,4)构建,5)测试周期,6)最后测试和实施,7)实施后。1. 计划(产品定义阶段) 高层次的测试计划(包含多重测试周期) 质量保证计划(质量目标,测试标准等 ) 确定计划评审的时间 报告问题过程 确定问题的分类 确定验收标准-给质量保证员和用户。 建立应用程序测试数据库 确定衡量标准,例如缺
2010-01-20 15:29:00 1091
转载 没有源代码的DLL文件变为强命名的(Strong Name)
<br />有时候你会需要一个DLL是强命名的,比如你想把这个文件放到GAC里面。如果这是一个第三方的DLL,你没有源代码,这会是一件比较麻烦的事情。有一个方法可以解决这个问题。<br />在VS.NET的命名行窗口下,输入如下的代码。<br />1 ,生成一个KeyFile<br />sn -k keyPair.snk<br /><br />2, 得到程序集的MSIL<br />ildasm SomeAssembly.dll /out:SomeAssembly.il<br /><br />3 ,为了避免冲
2010-12-06 19:02:00 716
原创 Test Case Priority
<br /> <br />Level 0<br />P1<br />SQA Build Acceptance Test or BVT<br />- BVT (Determines the usefulness of this build to test). <br />- Area Base valid Functionality tested at breath <br />- Automated (No manual)<br />Release to SQA – Determines if build
2010-09-13 16:08:00 1092
转载 Programmatic Code Coverage Data Merging in Visual Studio 2010
<br />In my last post, I demonstrated how you could use the coverage analysis assembly to analyze coverage files. Today I will quickly cover how to programmatically merge multiple coverage files together. This replicates the functionality that the code c
2010-06-29 17:15:00 1269
转载 Programmatic Coverage Analysis in Visual Studio 2010
<br />As hinted upon in my last post, today’s entry will be on how to programmatically perform analysis on a Visual Studio coverage file in Visual Studio 2010.<br /> <br />The first step is to reference the coverage analysis assembly, Microsoft.VisualStud
2010-06-29 17:11:00 1385
转载 Code Coverage in Visual Studio 2010
<br />It’s been far, far too long since I’ve updated my blog, but I wanted to quickly cover what’s new in Visual Studio 2010 for code coverage (Premium and higher SKUs). Almost all of the changes are under the covers, but some are noteworthy:Support for x
2010-06-29 17:08:00 1438
转载 Code Coverage Collection
<br />By the end of my last post about code coverage instrumentation, we have instrumented our executable image and it's now ready for code coverage collection. Code coverage collection is the process of collecting the runtime data of what functions were
2010-06-29 17:06:00 1086
转载 Code Coverage Instrumentation
For my first on-topic blog post, I would like to give an overview of how code coverage instrumentation works in Visual Studio (it seems like a good a place to start as any). For basic information about what code coverage is, check out wikipedia's Code Cov
2010-06-29 17:01:00 858
转载 【转】web测试的经验
web测试的经验 一、功能测试 1、链接测试 链接是Web应用系统的一个主要特征,它是在页面之间切换和指导用户去一些不知道地址的页面的主要手段。链接测试可分为三个方面。首先,测试所有链接是否按指示的那样确实链接到了该链接的页面;其次,测试所链接的页面是否存在;最后,保证Web应用系统上没有孤立的页面,所谓孤立页面是指没有链接指向该页面,只有知道正确的URL地址才能访问。 链接测
2010-01-18 17:25:00 600
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人