Skip to main content

Home/ softwaretest/ Group items tagged software

Rss Feed Group items tagged

swan lin

软件测试知识角 - 0 views

shared by swan lin on 04 Jul 07 - Cached
  • 一、自动化测试类:1、软件自动化测试:引入、管理与实施Automated Software Testing Introduction,Management,and Performance2、软件测试自动化技术与实例详解Software Test Automation3、高效软件测试自动化Effective Software Test Automation4、图形用户界面测试自动化 Effective GUI Test Automation5、软件测试自动化Just Enough Software Test Automation6、软件工程与软件测试自动化教程二、Web应用测试类:1、Web安全测试 Testing Web Security:Assessing the Security of Web Sites and Applications2、Web应用测试Testing Application on the Web:Test Planning for Internet-Based Systems 3、Web应用测试(第二版) Testing Applications on the Web: Test Planning for Mobile and Internet-Based Systems, Second Edition4、Web测试指南The Web Testing Companion: The Isider's Guide to Efficient and Effective Tests三、软件测试基础类:1、软件测试(原书第2版)Software Testing A Craftsmaj's Approach(Second Edition)2、软件测试Software Testing3、面向对象的软件测试A Practical Guide to Testing Object Oriented Software4、软件测试与质量管理5、计算机软件测试(原书第2版)Testing Computer Software,Second Edition6、实用软件测试过程Testing IT:An Off-the-Shelf Software Testing Process7、软件质量和软件测试Software Quality and Software Testing in Internet Times8、系统的软件测试Systematic Software Testing9、软件子系统测试The Craft of Software Testing:Subsystem Testing,Including Object-Based and Object-Oriented Testing10、面向对象系统的测试 Testing Object-Oriented System:Models,Patterns,and Tools11、软件测试技术概论12、软件β测试Beta Testing for Better Software四、软件测试应用类:1、有效软件测试Effective Software Testing 2、实用软件测试方法与应用3、软件测试:经验与教训Lessons Learned in Software Testing4、软件测试入门Introducing Software Testing5、实用软件测试指南How to Break Software A Practical Guide to Testing6、软件评估:基准测试与最佳实践 Software Assessments,Benchmarks,and Best Practices7、嵌入式软件测试Testing Embedded Software8、软件测试求生法则Surviving the Top Ten Challenges of Software Testing : A People-Oriented Approach9、软件测试:过程改进Software Testing in the Real World Improving the Process10、快速测试Papid Testing11、软件测试的有效方法(原书第2版)Effective Methods for Software Testing,Second Edition12、网络测试深入解析五、单元测试类:1、单元测试之道Java版——使用Junit Pragmatic Unit Testing:In Java with JUnit 2、测试驱动开发(中文版)Test-driven development:by example3、单元测试之道C#版——使用Nunit Pragmatic Unit Testing:In C# with NUnit4、测试驱动开发——实用指南 Test Driven Development: A Practical Guide5、软件测试与Junit实践六、性能测试类1、2EE性能测试J2EE Performance Testing With BEA WebLogic Server2、Microsoft .NET Web应用程序性能测试Performance Testing Microsoft .NET Web Applications七、软件安全测试类:1、黑客攻击测试篇Hack Attacks Testing:How to Conduct Your Own Security Audit2、Web安全测试 Testing Web Security:Assessing the Security of Web Sites and Applications八、测试管理类:1、测试流程管理Managing the Testing Process2、软件测试过程管理(原书第2版)Managing the Testing Process(Second Edition)九、软件测试培训类:1、软件测试员培训教材2、软件测试实用指南
cecilia marie

Choosing the Right Software Support Provider is Everything - 1 views

I was having problems with my computer that I did not know what to do. So I searched the internet for a reliable computer software support service provider and I came across Tech Software Support....

software support

started by cecilia marie on 04 Nov 11 no follow-up yet
swan lin

行业动态_北大测试南宁燕园_软件测试_软件测试工程师 - 0 views

  • 如果说CSTE(Certified Software Tester) 证书是对软件测试行业内从业人员技术熟练水平的一种认可, 那么取得CSQA(Certified Software Quality Analyst) 证书则表明拥有者已达到了IT领域里质量保证理论 与实践方面的专家水平。CSQA不仅涵盖了CSTE的大部分内容,而且更加上了工作流程的控制知识,这正是现在大多数公司所迫切需要的。所以,许多通过CSTE的持证者都会更进一步地尝试获得这个证书
  •  
    ጰ֟contextmenu
swan lin

抓虾 - 软件测试常用术语中、英文概述 - 0 views

  • Acceptance Testing--验收测试一般由用户客户进行的确认是否可以接受一个产品的验证性测试。 actual outcome--实际结果被测对象在特定的条件下实际产生的结果。 Ad Hoc Testing--随机测试测试人员通过随机的尝试系统的功能,试图使系统中断。 algorithm--算法(1)一个定义好的有限规则集,用于在有限步骤内解决一个问题;(2)执行一个特定任务的任何操作序列。 algorithm analysis--算法分析一个软件的验证确认任务,用于保证选择的算法是正确的、合适的和稳定的,并且满足所有精确性、规模和时间方面的要求。
  • Alpha Testing--Alpha测试由选定的用户进行的产品早期性测试。这个测试一般在可控制的环境下进行的。 analysis--分析(1)分解到一些原子部分或基本原则,以便确定整体的特性;(2)一个推理的过程,显示一个特定的结果是假设前提的结果;(3)一个问题的方法研究,并且问题被分解为一些小的相关单元作进一步详细研究。 anomaly--异常在文档或软件操作中观察到的任何与期望违背的结果。 application software--应用软件满足特定需要的软件。 architecture--构架一个系统或组件的组织结构。 ASQ--自动化软件质量(Automated Software Quality)使用软件工具来提高软件的质量。 assertion--断言指定一个程序必须已经存在的状态的一个逻辑表达式,或者一组程序变量在程序执行期间的某个点上必须满足的条件。 assertion checking--断言检查用户在程序中嵌入的断言的检查。 audit--审计一个或一组工作产品的独立检查以评价与规格、标准、契约或其它准则的符合程度。 audit trail--审计跟踪系统审计活动的一个时间记录。 Automated Testing--自动化测试使用自动化测试工具来进行测试,这类测试一般不需要人干预,通常在GUI、性能等测试中用得较多。 Backus-Naur Form--BNF范式一种分析语言,用于形式化描述语言的语法 baseline--基线一个已经被正式评审和批准的规格或产品,它作为进一步开发的一个基础,并且必须通过正式的变更流程来变更。 Basic Block--基本块一个或多个顺序的可执行语句块,不包含任何分支语句。 basis test set--基本测试集根据代码逻辑引出来的一个测试用例集合,它保证能获得100%的分支覆盖。 behaviour--行为对于一个系统的一个函数的输入和预置条件组合以及需要的反应。一个函数的所有规格包含一个或多个行为。 benchmark--标杆指标基准一个标准,根据该标准可以进行度量或比较。 Beta Testing--Beta测试在客户场地,由客户进行的对产品预发布版本的测试。这个测试一般是不可控的。 big-bang testing--大棒测试一次性集成测试非渐增式集成测试的一种策略,测试的时候把所有系统的组件一次性组合成系统进行测试。 Black Box Testing--黑盒测试根据软件的规格对软件进行的测试,这类测试不考虑软件内部的运作原理,因此软件对用户来说就像一个黑盒子。 bottom-up testing--由低向上测试渐增式集成测试的一种,其策略是先测试底层的组件,然后逐步加入较高层次的组件进行测试,直到系统所有组件都加入到系统。 boundary value--边界值一个输入或输出值,它处在等价类的边界上。 boundary value coverage--边界值覆盖通过测试用例,测试组件等价类的所有边界值。 boundary value testing--边界值测试通过边界值分析方法来生成测试用例的一种测试策略。 Boundry Value Analysis--边界值分析该分析一般与等价类一起使用。经验认为软件的错误经常在输入的边界上产生,因此边界值分析就是分析软件输入边界的一种方法。 branch--分支在组件中,控制从任何语句到其它任何非直接后续语句的一个条件转换,或者是一个无条件转换。 branch condition--分支条件 branch condition combination coverage--分支条件组合覆盖在每个判定中所有分支条件结果组合被测试用例覆盖到的百分比。 branch condition combination testing--分支条件组合测试通过执行分支条件结果组合来设计测试用例的一种方法。 branch condition coverage--分支条件覆盖每个判定中分支条件结果被测试用例覆盖到的百分比。 branch condition testing--分支条件测试通过执行分支条件结果来设计测试用例的一种方法。 branch coverage--分支覆盖通过测试执
swan lin

本地化世界网-- - 0 views

  •  
    本地化(Localization),全球化(Globalization),本地化培训(Localization training),软件测试(Software testing)
swan lin

comp.software.testing Frequently Asked Questions (FAQ) - 0 views

  •  
    上面的FAQ文档,提供测试员和测试管理员关于工具,技术和项目的即使讨论
swan lin

Software Testing 10 Rules - 0 views

  • Software Testing 10 Rules
swan lin

Bret Pettichord's Software Testing Hotlist - 0 views

shared by swan lin on 20 Jul 07 - Cached
  •  
    列出了一些与软件测试相关的网站和文章
swan lin

Selenium Better Pratice - 桃之夭夭 - BlogJava - 1 views

  • r use Selenium FIT mode Selenium分为两种运行模式,Driven Mo
swan lin

Seven steps to remarkable customer service - Joel on Software - 0 views

  • They outsource their tech support to the cheapest possible provider and end up paying $10 again and again and again fixing the same problem again and again and again instead of fixing it once and for all in the source code.
  • . Take the blame
  • Memorize awkward phrases
  • ...3 more annotations...
  • Practice puppetry
  • There is only one way to survive angry customers emotionally: you have to realize that they’re not angry at you; they’re angry at your business, and you just happen to be a convenient representative of that business.
  • Greed will get you nowhere
swan lin

Painless Bug Tracking - Joel on Software - 0 views

  • Every good bug report needs exactly three things. Steps to reproduce, What you expected to see, and What you saw instead.
  • actually close the bug and get it off the books, the original person who opened it needs to confirm that it was actually fixed or agree that it shouldn't be fixed for some reason.
swan lin

Software Testing and Quality Assurance Online Forums - 0 views

shared by swan lin on 20 Jul 07 - Cached
  •  
    QA Forums提供软件测试,自动化测试,测试管理,测试工具等主题的即时讨论
swan lin

Software Testing Online Resources / MTSU (STORM) - 0 views

shared by swan lin on 20 Jul 07 - Cached
  •  
    自称"一系列软件测试练级资源。。旨在成为软件测试研究者和从业者的网上第一站"
1 - 14 of 14
Showing 20 items per page