Angsuman Chakraborty日由Angsuman Chakraborty July 1st, 2008 2008年7月1日 Selenium is a high quality open source test automation tool for web application testing . 硒是一种高品质的开放源代码测试自动化的工具, Web应用程式的测试 。 Selenium runs in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh, Safari on the Mac, with plans to support Safari on iPhone soon.硒运行在Internet Explorer , Mozilla和Firefox对Windows , Linux和Macintosh上, Safari浏览器在Mac ,与计划支持的Safari ,拥有很快。 Selenium test scripts are portable, can be run from browsers (using Selenium IDE) or from JUNit or NGUnit (using Selenium RC) etc..硒的测试脚本是便携式,可从本机运行浏览器(使用硒的IDE ) ,或从junit或ngunit (使用硒区局)等。 For example, test scripts written using Selenium IDE in Firefox on Windows can run on Firefox in Mac or Linux, without changing any code.举例来说,测试脚本的书面使用硒的IDE在Firefox在Windows可以运行的Firefox在Mac或Linux ,没有改变任何代码。 Selenium tests run directly in browsers and so matches the end-user experience closely.硒的测试运行,直接在浏览器和使比赛的最终用户体验的紧密合作。 There are three variants of Selenium, which can be used in isolation or in combination to create complete automation test suite for your web applications.有三个变种的硒,可用于在隔离或相结合,以创建完整的自动化测试套件,为您的Web应用程序。
- Selenium Core - In Selenium Core the tests scripts (written in HTML) and the Selenium Test Runner (written in Javascript) are uploaded to the same web server that hosts the application you are trying to test.硒的核心-在硒为核心的测试脚本(写在H TML)和硒测试亚军(书面J avaScript中)是因为上传到相同的W eb伺服器主机的应用您正试图考验。 It is a simpler form of Selenium, and suitable for non-developers, but it has some inherent limitations.这是一个简单的形式,硒,适合非开发,但也有一些固有的局限性。
- Selenium IDE - Selenium IDE is a Firefox plugin, which includes the entire Selenium Core, allows you to record, play back, edit, and debug tests in browser.硒的IDE -硒的I DE是一个F irefox的插件,其中包括整个硒的核心,让您的纪录,发挥回,编辑和调试测试,在浏览器中。 It provides the simplest introduction to Selenium and is highly recommended for beginners.它提供了简单的介绍了硒和强烈建议初学者。 You can save the tests / test suite created in xml or html format.您可以储存测试/测试套件中创建的XML或HTML格式。 However to run them in an automated fashion you need Selenium Remote Control which is described next.不过,他们在运行一个自动时装您需要硒的远程控制,其中所描述的未来。
- Selenium Remote Control - The Selenium Remote Control allows you to develop test cases and test suites in Java (supports JUnit & NGUnit), PHP, Ruby, Python, Perl and even .NET.硒远程控制-硒远程控制让您开发测试案例和测试套件在J ava(支持j unit& n gunit) , P HP的,红宝石,使用P ython, P erl和甚至。净。 It is the most flexible setup but requires some development knowledge to set up and use.这是最灵活的安装,但需要一些发展的知识,设置和使用。
- Selenium Grid - Selenium Grid allows several Selenium Remote Control servers to be accessed in parallel by Selenium Grid server.硒网格-硒的网格,让几个硒远程控制服务器来访问,在平行硒的网格服务器。 This is extremely useful for automated load and stress testing of web applications.这是非常有用的自动负载和压力测试的Web应用程序。
Today we will discuss on how you can easily create automatic test scripts using Selenium IDE and convert them to JUnit tests (which uses Selenium Remote Control) which can be added to your JUnit based automatic regression test suite.今天,我们将讨论关于如何您可以轻松地创建自动测试脚本使用硒IDE和其转换为junit测试(使用硒远程控制) ,它可以被添加到您的junit基于自动回归测试套件。 Read more (1116 words) » 阅读更多资讯( 1116字) » Filed under提起下 Headline News头条新闻 , , Java Software Java软件 , , Pro Blogging赞成Blogging , , Web网页 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 28th, 2008 2008年6月28日 Extendable (by延展( plugins插件 , , … ) Static Analysis tools like )静态分析工具,如 FindBugs findbugs can enhance the security of your Java applications (web as well as standalone or client-servers applications) in several significant ways.可以提高安全性您的Java应用程式(网络,以及作为独立或客户端-服务器应用程序)在几个重要的途径。 Read more (326 words) » 阅读更多( 326字) » Filed under提起下 Enterprise Software企业软件 , , Headline News头条新闻 , , Java Software Java软件 , , Programming编程 , , Web网页 , , Web Services Web服务 | | 1 Comment 1条评论 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 23rd, 2008 2008年6月23日 While running some Java applications (like Thinreader) you may see this strange looking error - Couldn’t find per display information .而运行一些Java的应用程式(如thinreader ) ,您可能会看到这样一种奇特的寻找错误-无法找到,每个显示信息。 You may find this error when running such applications in JDK 6 or later.您可能会发现这个错误时运行,例如在申请的JDK 6或更高版本。 Let’s find out more about it and how you can easily fix it.让我们找出更多有关资讯科技及如何您可以很容易地解决它。 Read more (260 words) » 阅读更多( 260字) » Filed under提起下 Enterprise Software企业软件 , , Headline News头条新闻 , , How To如何 , , Java Software Java软件 , , Linux Linux的 , , Open Source Software开放源码软件 , , Programming编程 , , Windows在Windows | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 12th, 2008 2008年6月12日 Sun offers 5 free proficiency assessment examinations.孙提供5个免费的能力评核考试。 Read below for details and how you can take them.阅读下面的细节,以及如何可以采取他们。 Read more (263 words) » 阅读更多( 263字) » Filed under提起下 Headline News头条新闻 , , Java Software Java软件 , , Open Source Software开放源码软件 , , Programming编程 | | 2 Comments 2评论 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 12th, 2008 2008年6月12日 To commemorate Sun’s awarding over half million certifications, Sun will allow you to re-take the exam one additional time, should you need it, for free if you place your order by June 20 2008.为了纪念孙的批出超过50万的认证, Sun将让您重新参加考试的一额外的时间,如果您需要它,免费的,如果你的地方,您的订单由2008年6月20日。 If you are not sure about your chances in the very first time, this is a golden opportunity for you.如果您不知道您的机会,在第一时间,这是一个千载难逢的机会给你。 Here’s how you can avail this opportunity.这里的如何,你可以利用这个机会。 Read more (207 words) » 阅读更多( 207字) » Filed under提起下 Headline News头条新闻 , , J2EE J2EE的 , , Java Software Java软件 , , Programming编程 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 12th, 2008 2008年6月12日 The Java Composite Application Platform Suite is a collection of middleware software suites using service-oriented architecture for business integration (SOA/BI). Java的复合应用平台套件是一家集中间件软件套件使用面向服务的架构,为业务整合(国家海洋局/双向) 。 Java CAPS is a standard based open source platform for developing software infrastructures using SOA. Java的上限,是一个标准的基于开源平台的软件开发基础设施,使用国家海洋局。 It is one of the first open-source SOA platforms which have been created using Open ESB (The Enterprise Service Bus) community.这是第一个开放原始码的SOA平台,这已创造了使用开放的ESB (企业服务总线)的社区。 Read more (376 words) » 阅读更多( 376字) » Filed under提起下 Enterprise Software企业软件 , , Headline News头条新闻 , , Java Software Java软件 , , Programming编程 , , Web网页 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty June 10th, 2008 2008年6月10日 iPhone doesn’t natively support Java / J2ME.拥有不natively支持Java / J2ME的。 However as a J2ME developer there are two good ways to develop iPhone applications using Java / J2ME.但是作为一个J2ME的开发有两个好办法,以发展拥有申请使用Java / J2ME的。 Read below for details and also to know how you can upload, compile and run Java applications on iPhone.阅读下面的细节,也知道如何您可以上传,编译和运行Java应用拥有。 Read more (688 words) » 阅读更多( 688字) » Filed under提起下 Apple苹果 , , Company公司 , , Headline News头条新闻 , , Java Software Java软件 , , Programming编程 , , Sun太阳 , , Web网页 | | 1 Comment 1条评论 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty May 15th, 2008 2008年5月15日 A short survey on your programming language preferences, shouldn’t take more than 1 minute of your time.一份简短的问卷调查对您的编程语言偏好,不应该采取更超过1分钟,您的时间。 Please participate and let others know too.请参与并让其他人知道太多。 Read more (41 words) » 阅读更多( 41字) » Filed under提起下 .NET 。净额 , , Java Software Java软件 , , Javascript JavaScript的 , , PHP PHP的 , , Programming编程 , , Python巨蟒 , , Ruby红宝石 , , Web网页 | | Feedback反馈 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty May 14th, 2008 2008年5月14日 In JavaOne 2008 I noticed something I least expected - an abundance of Mac laptops (Macbook, Macbook Pro & Macbook Air) in not just developers hands but also press / analysts and presenters.在2008年的JavaOne我发现我至少预期-丰富的M ac笔记本电脑(的M acBook, M acBookP ro的&的M acBook空气)在不只是开发商手中,而且新闻/分析师和主持人。 I didn’t conduct a formal survey but anyone there can attest to the fact that around 60-70% of the laptops were Mac with Dell being a distant second.我并没有进行正式的调查,但任何人有可以证明这一事实,即约60-70 %的笔记型电脑的Mac分别与戴尔正在一个遥远的第二次。 Obviously there must be good reasons for it.显然必须有很好的理由。 So I started asking the software developers.因此,我开始要求软件开发商。 I found 5 good reasons for software developers to use a Mac laptop :我发现5良好的原因,软件开发商使用Mac笔记型电脑 :
Read more (448 words) » 阅读更多( 448字) » Filed under提起下 Apple苹果 , , Company公司 , , Headline News头条新闻 , , Java Software Java软件 , , Microsoft微软 , , Programming编程 , , Vista Vista的 , , Web网页 , , Windows在Windows | | 1 Comment 1条评论 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 Angsuman Chakraborty日由Angsuman Chakraborty May 8th, 2008 2008年5月8日 I was amazed to find Microsoft design engineer Mugunthan Mugundan teaching Java (how to create REST output using Java) using Eclipse IDE.我当时感到惊讶,找到微软设计工程师mugunthan mugundan教学的Java (如何创建,其余的输出使用Java )使用的Eclipse的IDE 。 I found it rich in irony at many levels.我发现它丰富的讽刺,在许多层面。 What do you think?您怎么看?
Read more (56 words) » 阅读更多( 56字) » Filed under提起下 Humor幽默 , , Java Software Java软件 , , Microsoft微软 , , Programming编程 , , Sun太阳 | | 1 Comment 1条评论 | | RSS 2.0 2.0 | | Email this Article电子邮件此文章 | |