Skip to main content

Home/ Groups/ softwaretest
swan lin

OpenQA: Selenium - 0 views

  • Selenium is a test tool for web applications. Selenium tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh. No other test tool covers such a wide array of platforms.
  • Browser compatibility testing. Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform.
  • System functional testing. Create regression tests to verify application functionality and user acceptance.
swan lin

软件测试基地 - 0 views

shared by swan lin on 27 Jul 07 - Cached
  •  
    软件测试
swan lin

软件测试基地论坛 - 软件测试 | 软件测试资料 | 软件测试管理 | 自动化测试 | 测试工具 - 0 views

shared by swan lin on 27 Jul 07 - Cached
  •  
    国内权威测试论坛
swan lin

Software Testing and Quality Assurance Online Forums - 0 views

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

华为软件外包测试流程 - 希赛网软件测试 - 0 views

  • 华为方会提供一份CRS(客户需求)和SOW(工作任务书),华为方派人过来进行需求培训,这时该项目的测试组长也要参与到项目需求的培训和评审,也就是测试工作应该从需求开始介入。
  • 《测试计划》编写完成后需要进行评审,参与人员有项目经理,测试经理和华为方人员,测试组长需要根据评审意见修改《测试计划》,并上传到VSS上,由配置管理员管理。
swan lin

2007年7月第三个工作周工作学习日志_我测故我在_51Testing软件测试网 - powered by X-Space - 0 views

  • 今天没有进行unix环境高级编程的通读学习,总结了下通读方法,从明天开始尝试记录以下的知识点并写成一篇学习笔记。初步计划完成时间为2个星期。
swan lin

Software Testing 10 Rules - 0 views

  • Software Testing 10 Rules
swan lin

Ruby From Other Languages - 0 views

  • an identifier starts with a capital letter, it is a constant
  • starts with a dollar sign ($), it is a global variable
  • starts with @, it is an instance variable
  • ...6 more annotations...
  • starts with @@, it is a class variable.
  • Method names
  • start with capital letters
  • Ruby doesn’t have keyword parameters,
  • In Ruby, everything except nil and false is considered true.
  • Singleton methods are per-object methods. They are only available on the Object you defined it on.
swan lin

LinuxDevCenter.com -- An Interview with the Creator of Ruby - 0 views

  • Ruby has been described as an absolutely pure object-oriented scripting language and a genuine attempt to combine the best of everything in the scripting world.
  • Yukihiro Matsumoto (or "Matz" as he's known online) is the creator of Ruby
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

Ruby in Twenty Minutes - 0 views

  • puts is the basic command to print something out in Ruby.
  • puts always returns nil, which is Ruby’s absolutely-positively-nothing value.
  • In Ruby ** is the way you say “to the power of”
  • ...1 more annotation...
  • floating-point number.
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

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

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

RISKS-LIST: RISKS-FORUM Digest - 0 views

  •  
    risk digest是关于计算机及其相关系统对公众风险的论坛
swan lin

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

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

Fun with Strings: Ruby Study Notes - Best Ruby Guide, Ruby Tutorial - 0 views

  • does not have anything in it at all; we call that an empty string.
  • n Ruby, strings are mutable. They can expand as needed, without using much time and memory. Ruby stores a string as a sequence of bytes.
  • The command output string is sent to the operating system as a command to be executed
  • ...1 more annotation...
  • puts 'It\'s my Ruby' 
    • swan lin
       
      \ 的作用相当于一个 '
swan lin

Numbers in Ruby: Ruby Study Notes - Best Ruby Guide, Ruby Tutorial - 0 views

  • Ruby integers are objects of class Fixnum or Bignum. The Fixnum and Bignum classes represent integers of differing sizes. Both classes descend from Integer (and therefore Numeric). The floating-point numbers are objects of class Float, corresponding to the native architecture's double data type.
swan lin

(上)专访微软测试经理:软件测试的未来在哪里_文章精选_51Testing软件测试网 - Powered By SupeSite - 0 views

  • Bug还没出现以前就将其杜绝,这才是软件测试的未来
  • 软件开发测试工程师(SDET)
  • 自己回答她问题的时候很注重对细节的描述,而且喜欢把问题拆开来了解决,而这些都是一个SDET的基础素质,所以说最初是测试选中了自己
  • ...3 more annotations...
  • Francis说:“我觉得在这个领域有很好的发展前景。现在软件测试大多数还只是停留在找bug阶段,而如果真的要做好产品的话要在bug还没出现以前就将其杜绝,这才是软件测试的未来。因为我对软件测试这个行业很看好,就留了下来,所以可以说我回过头来又选中了测试。”
  • 刚进微软不久,Francis从一位资深工程师那里学到了自动化测试的几种常用模式,使自己写的自动化测试程序更加规范化。它可以在一个框架中重复利用,更有效率地组建自动化测试案例,这个认识在以后诸多产品测试计划中都起到了很重要的作用。
  • 二个认识是在听了一个演讲后领悟的。那次演讲的主题是怎么样提高测试的效率,如何从找缺陷转换到防止缺陷的产生,使Francis对测试团队的作用提高到了一个新的层面,从单单在产品里找bug,到了如何与开发团队合作把整个团队的工程质量水平提高上来,也就是做到从Bug detection到Bug prevention的转变。
« First ‹ Previous 41 - 60 Next › Last »
Showing 20 items per page