`
jessie_java
  • 浏览: 58064 次
  • 性别: Icon_minigender_2
  • 来自: 苏州
社区版块
存档分类
最新评论
文章列表
Fuzz testing or fuzzing is a software testing technique that provides invalid, unexpected, or random data to the inputs of a program. If the program fails (for example, by crashing or failing built-in code assertions), the defects can be noted.   Fuzz testing is often used in large software develop ...
In computer science, a monkey test is a unit test that runs with no specific test in mind . The monkey in this case is the producer of any input. For example, a monkey test can enter random strings into text boxes to ensure handling of all possible user input or provide garbage files to check for lo ...
Screen sizes and densities of emulator skins included in the Android SDK Low density (120), ldpi Medium density (160), mdpi High density (240), hdpi Small screen QVGA (240x320) Normal sc ...
圣诞节(Christmas) 圣诞节是欧美国家一年中最重要的节日。它原本是耶稣基督(Jesus christ)诞辰纪念日,如今已成为西方国家全民性的节日,颇似中国的春节。圣诞节定于每年12月25日,而圣诞节节期(Christmas Season)往往持续二 ...
Chrome Tool menu/Options/Under the hood/Change Proxy Settings/Lan Settings/Use a proxy Safari Preferences-->Advance-->Proxies:Change Settings-->Lan Settings
大型通用软件,在正式发布前,通常需要执行Alpha和Beta测试,目的是从实际终端用户的使用角度,对软件的功能和性能进行测试,以发现可能只有最终用户才能发现的错误。 Alpha 测试是由一个用户在开发环境下进行的测试,也 ...
helloworld android 开发入门 http://bbs.weiphone.com/read-htm-tid-565227.html   Android DDMS如何使用 http://apps.hi.baidu.com/share/detail/7081564   屏幕切换方法 http://www.abcfun.cn/n726c12.aspx
1, .lrs 场景文件(Senaro):描述虚拟用户是按什么样的方式做什么样的事情 2, .usr 虚拟用户脚本文件 3, .lra 测试结果分析文件(保存了load test的结果) 4, 协议选择 http://apps.hi.baidu.com/share/detail/4447791 5, STD是标准偏差值(Standard Deviation),主要用来反应样本空间分布情况。各个样本越接近平均值,STD越小,     在LoadRunner中,STD越小,说明系统测试时的原始数据分布比较集中,基本接近平均值。所以这个值很小时,一定程度上可以表明系统更 ...

Basic --- Sanity testing

    博客分类:
  • QA
In computer science, a sanity test is a very brief run-through of the functionality of a computer program, system, calculation, or other analysis, to assure that the system or methodology works as expected, often prior to a more exhaustive round of testing.
VMware (威睿,纽约证券交易所代码:VMW) 虚拟机 软 件,是全球桌面到数据中心虚拟化解决方案的领导厂商。全球不同规模的客户依靠VMware来降低成本和运营费用、确保业务持续性、加强安全性并走向绿色。 2008年,VMware年收入达到$1.9billion美元,拥有逾150,000的用户和接近22,000多家合作伙伴,是增长最快的上市软件公司 之一。VMware总部设在加利福尼亚州的帕罗奥多市(Palo Alto)   VMWare是一个“虚拟PC”软件公司.它的产品可以使你在一台机器上同时运行二个或更多Windows、DOS、LINUX系统 。与“多启动”系统相比,V ...

Basic -- Ad hoc testing

    博客分类:
  • QA
Ad hoc testing is a commonly used term for software testing performed without planning and documentation. The tests are intended to be run only once, unless a defect is discovered.   Ad hoc testing is a part of exploratory testing, being the least formal of test methods. In this view, ad hoc ...
1, Terminal 使用技巧 a)跟linux命令行类似 b)可以将即将执行的文件拖拽至Terminal,会自动显示其路径   2,JDK on Mac a)原來 Mac OS X 10.5 原先就有安裝好 JDK 6 了。到 /Applications/Utilities/Java Preferences 去設定偏好順序,就可以使用 JDK 6 了 b)安装??   3).dmg文件概念 *.dmg是Mac机用的一种文件格式。 dmg就是disk image的意思,即磁盘影像,相当于在Windows上常见的iso文件。 假如你在网上下载了一个dmg文件,双击她,你就会 ...
alter session set current_schema=schema   user即oracle中的用户,和所有系统的中用户概念类似,用户所持有的是系统的权限及资源;而schema所涵盖的是各种对象,它包含了表、函数、 包等等对象的“所在地”,并不包括对他们的权限控制。好比一个房子,里面放满了家具,对这些家具有支配权的是房子的主人(user),而不是房子 (schema)。你可以也是一个房子的主人(user),拥有自己的房子(schema)。可以通过alter session的方式进入别人的房子。这个时候,你可以看到别人房子里的家具(desc)。如果你没有特别指定的话,你所做 ...
GNU计划 GNU 包含3个协议条款, GPL:GNU通用公共许可证(GNU General Public License) LGPL:GNU较宽松公共许可证 (GNU Lesser General Public License), ) ,旧称 GNU Library General Public License (GNU 库通用公共许可证); GFDL : GNU自由文档许可证 (GNU Free Documentation License )的缩写形式。   因为GPL和LGPL,都是自由软件基金会建立的,所以它们之间非常类似,它们都具备Copyleft的重要特性:   术语 ...
  Scrum作为敏捷方法之一,在十多年前由 Ken Schwaber和Jeff Sutherland共同提出,名称来自英式橄榄球,用Scrum来类比软件团队在软件开发所展示出来的速度和灵活性。 (在橄榄球比赛规则中,Scrum 的目的是在有轻微违规或比赛暂 ...
Global site tag (gtag.js) - Google Analytics