Neotys NeoLoad Test Automation Study. Study. Version: 1.0 Status from: :40:00 Status: Released Author: Ing.

Size: px
Start display at page:

Download "Neotys NeoLoad 3.0.3. Test Automation Study. Study. Version: 1.0 Status from: 14.04.2015 17:40:00 Status: Released Author: Ing."

Transcription

1 Neotys NeoLoad Test Automation Study Study Version: 1.0 Status from: :40:00 Status: Released Author: Ing. Jaroslav Klimes Document-ID: Classification: Internal Software Quality Lab. Alle Rechte vorbehalten. Druckdatum:

2 Contents DOCUMENT INFORMATION... II General... II Document-History... II Dokument-Qualitätssicherung... II Purpose and contents of this document... II 1. GENERAL About the developer Product portfolio Program parts Supported interfaces SPECIFICATION Test design Data-driven tests Verifications Reusability Robustness EXECUTION Planning Interfaces Error handling Protocolling ADMINISTRATION CONCLUSION ATTACHEMENT Picture list Version: 1.0 vom Author: Ing. Jaroslav Klimes Status: Released I / II

3 Document information General Connections to other documents: This analysis is a part of Test Automation Study by Software Quality Lab. Receivers: - Document-History Version Status Date Responsible Person Reason for change / Notes Dokument-Qualitätssicherung Role Name Availability: (Org.+Tel.+ ) Activity Date Signature Author Jarosalv Klimes created Reviewer Bernhard Groiß reviewed Reviewer Release Johannes Hochrainer Johannes Hochrainer reviewed released Purpose and contents of this document This document contains an objective analysis of a test automation tool and it should be available as a decision base for the people interested in the selection of a new tool. Version: 1.0 vom Author: Ing. Jaroslav Klimes Status: Released II / II

4 1. General 1.1. About the developer Neotys is a company operating on the market since Its headquarter is located in France, and it has two subsidiaries in USA and Germany. Neotys specializes exclusively on load testing and the tool described here, NeoLoad, is its only product. NeoLoad aims to provide a comprehensive load testing tool that is simple to use at the same time Product portfolio NeoLoad is the only product developed by Neotys Program parts NeoLoad is designed as a modular application, primarily because of the license policy. The license can be bought either just for the main application (Controller), which allows to perform load tests on webs using a number of virtual users limited by the licence, or for the additional protocol and monitoring modules. The protocol modules include Adobe Flex, GWT, Oracle Forms and SOAP, the monitoring modules allow performance monitoring of many server types and are sold in packages that are priced according to the number of monitoring modules enabled by the package. There is also a supplementary application for remote testing that is included in the price of the main application named Load Generator. It is a simple application allowing to launch the tests on a remote machine, while the main application controls the test execution and gathers results. This way the effective load on the test object can be substantially increased. NeoLoad can be installed on Windows, Linux or Solaris platforms, but the main application can only be installed on 32-bit systems. The remote machines can already run on 64-bit systems however, as there is a version of Load Generator designed for these systems. One of the most notable advantages of commercial tools such as NeoLoad in comparison with open source products is usually a better product support documentation. In the case of NeoLoad there is a very comprehensive documentation available both online and offline. This is supplemented by several online video-tutorials explaining the first steps with the tool and main usage scenarios. As for the support, Neotys offers two levels of it: The basic support via , and the gold support via and phone with new versions included. The basic level is free for six months after purchase, otherwise the support must be paid for. Speaking about the supported languages, the tool is available in english and french Supported interfaces NeoLoad is primarily focused on HTTP interface, but it can also cooperate with many other web-related technologies like PHP, J2EE, SOAP,.NET, ASP, AJAX, Flex, Flash, Air, GWT or Silverlight. Even the ERP technologies like SAP Web or Oracle Forms are supported. As for the interfaces to other test tools, these are not present. Version: 1.0 vom Autor: Ing. Jaroslav Klimes Status: Released 1 / 16

5 2. Specification The test specification is quite intuitive in NeoLoad. The basic idea is to record scenarios directly from the browser and check and adjust them afterwards if necessary. This way of test design works quite well here and there is no need to know any computer language you just add objects into an object tree. It is also possible to add requests manually of course but that can often be quite difficult, as it is not that easy to discover all data that are passed between the pages. Neotys 1: Main application interface After opening the main application and selecting New project the GUI shown on the Neotys 1 picture appears. It has the following main elements: Top bar menu and buttons that control the basic functions and allow setting application preferences. Version: 1.0 vom Autor: Ing. Jaroslav Klimes Status: Released 2 / 16

6 Three big buttons just under the top bar: Design, Runtime and Results. Using these buttons the user chooses which test phase he or she wants to work with. The cards below the three buttons that are dependent on the selected button. The card that is active on the Neotys 1 picture controls the scenario recording and editing Test design The basic and simplest way to design a test in NeoLoad begins with recording scenarios. The main application is supplied with a proxy server, which all network traffic from a selected browser is directed through. The tool also records browser settings together with the requests, which enables an exact reproduction of the requests during the test execution, with an exception of client-side Javascripts. Neotys 2: Virtual users The recorded browser traffic is saved under so-called Virtual users (See picture Neotys 2). Later during the test execution multiple Virtual Users can be used, composed into Populations. This way more realistic tests can be performed, assuming that not all users behave the same way on the website. After the recording dynamic data used by recorded pages are automatically detected including logins, cookies, or data passed between the pages. Once such usage of dynamic data is detected, the necessary data is extracted from the previous pages. Here it is also possible to set a random extraction of such value this may be helpful in cases when there is for example a menu on a page. The random dynamic value extraction can extract a different value related to a selection from the menu everytime. Version: 1.0 vom Autor: Ing. Jaroslav Klimes Status: Released 3 / 16

7 Making the Virtual Users more variable can also be performed in other ways: It is for example possible to extract a variable from any page manually. A way how this is done is quite interesting: normally you just have to fill the fields starting with and ending with (see picture Neotys 3), but there is also an Advanced mode as well, which allows extracting content using regular expressions. A value gained this way is stored into a variable that can be passed to another page anytime. Neotys 3: Variable extraction dialog (simple mode) (screenshot is cut on top) As a next step the Virtual User can be equipped with some control elements called Actions. These offer features like loops, delays, containers or branching. The following Actions that can be added to the scenario: Delay adds a break. Loop executes subordinate objects multiple times (can be a variable). While executes subordinate objects as long as a specified condition is true. If condition Version: 1.0 vom Autor: Ing. Jaroslav Klimes Status: Released 4 / 16

8 Variable modifier allows to adjust variables used in the pages. Container can contain multiple requests. The advantage of this is that execution results are also provided for the container then. Random Container can execute subordinate items at random. Try-catch Stop virtual User stops the execution of the scenario instantly. Fork Script allows an execution of a JavaScript. Rendez-vous can create load surges, synchronizing HTTP requests of multiple virtual users. Finally, a functional check of the results can be specified for the requests under a Virtual User through Assertions this topic is closer described in detail in chapter Verifications. When all adjustments of Virtual Users are completed, these can be checked. The check can reveal if all variables are passed correctly and all pages work as expected. Checking process can be done either just automatically or both automatically and manually. The automatic check can reveal just HTTP error codes and failed Assertions. With the manual check it is also possible to see the rendered HTML pages and determine if the server responses look as expected. Neotys 4: Populations card Version: 1.0 vom Autor: Ing. Jaroslav Klimes Status: Released 5 / 16

9 Thank you very much for downloading a public preview of our well known and highly appreciated tool studies. If you re interested in reading the whole document just apply here and request the document you want to read from our comprehensive set of studies already available. For further information on our tool studies visit our web site. Or, you can always use the following form to request the studies you want to read. Seite 1 von 2

10 Bestellformular für Tool-Studien/Order form for tool studies An/to Software Quality Lab GmbH Gewerbepark Urfahr Linz AUSTRIA Bitte ausgefüllt per an/ Please fill out and send to [email protected] Name/full name: Adresse/address: Firma/company: / Funktion/role: Telefon/phone: / [bitte füllen Sie die Daten vollständig und korrekt aus/please supply correct and complete data] Bestellliste/Order list [bitte kreuzen Sie die gewünschten Tools an/please select the tool studies] ALM, RM IBM Rational Requirements Composer Jama Contour 3.61 NEU! Micro Focus Borland Caliber Microsoft Team Foundation Server 2013 Polarion ALM 2014 HP ALM 11 VersioneOne 13.0 Visure Solutions IRQA 4 Test Management Imbus TestBench Micro Focus SilkCentral 2008 Microsoft VSTS 2010 Mozilla Testopia 2.1 Orcanos QPack 5 Polarion ALM NEU! Siemens SiTEMPPO 5.8 TestLink Seapine TestTrack 2012 Static Code Analysis SonarQube 4.5 GUI Test Automation Appium Bredex GUIdancer 4.2 HP UFT Professional 10 IBM Functional Tester Microsoft VSTS 2010 QF-Test NEU! Ranorex 3.3 SAP ecatt Selenium 2.0 SmartBear TestComplete 9.3 SmartBear SoapUI 5.1 Weitere Informationen auf unserer Website Embedded Systems LDRA 8.0 Razorcat Tessy 2.6 Load/Performance Apache JMeter 2.8 Grinder 3.4 HP LoadRunner 9.5 Neotys Neoload SmartBear LoadUI Unit Tests Google Test 1.5 JUnit 4.11 NUnit Die Toolnamen und eingetragenen Warenzeichen sind Eigentum der jeweiligen Toolhersteller/Tool names are property of tool vendors. Die Studien sind grundsätzlich auf Anfrage frei erhältlich. Software Quality Lab behält sich jedoch vor, die Aufwände für gewisse Branchen und Privatpersonen in Rechnung zu stellen (z.b. Beratungsfirmen, Toolhersteller usw.) Studenten erhalten die Studie zum halben Preis/All studies are basically free, except for certain branches of industry or private persons, for whom we invoice at cost. Students get a discount of 50%. Seite 2 von 2

11 Tool Evaluation Center Efficient, goal-oriented and professional tool evaluation Unique in Europe What is TEC? The Tool Evaluation Center (TEC) is a neutral environment for evaluating software tools related to software development, through which you will receive a detailed, vendorindependent overview of the suitability of different tools for your software projects. Your Partner for software quality and testing Consulting Implementation Training Automation Evaluation Software Quality Lab is your competent partner in software quality and testing and one of the leading independent consulting companies in Austria. We specialize ourselves in the improvement of efficiency, quality and security in the fields of software development and system processes. All tools in TEC are up to date, installed and configured, furnished with examples and ready for demonstration. Practical work and getting to know the tools in a handson manner is also possible. Your Benefit EETime-saving: Tool selection in a few days. No time-consuming research and product requests, no installation and testing. EEPreparation of information for different target groups from technicians to the managing board. EESupport provided by specialists, ranging from requirements through to a proof of concept or a pilot project. Our services around the tool selection Tool categories in the TEC EEApplication Life Cycle Management EERequirements Management EETest Management EEGUI Test Automation EETest Data Management EEComprehensible decision criteria: Using special techniques we evaluate the tools together with you, basing on your requirements as a foundation for your investment decision. EELarge selection and direct comparison of products ranging from market leaders through newcomers to open source software and freeware. Linz / Vienna / Graz / Lustenau / Munich Requirements elicitation, Creating a list of criteria Tool review, Pre-selection of tools, Practical getting to know the tools in the TEC Workshop with 3-5 suitable tools, Proof of Concept, Planning and implementing the pilot project Integration with other tools Tools in TEC Our TEC includes more then 40 installed tools from reputable manufacturer (e.g. IBM, HP, Micro Focus, Microsoft, Polarion, Siemens) as well as interesting newcomer products and alternatives from the open source area (e.g. JMeter, Selenium). Further details can be found at V Software Quality Lab GmbH [email protected]

TestLink 1.8. Test Management Tool Study. Analysis. Version: 1.0 Status of: 14.04.2015 17:42:00 Status: Released Autor: Jaroslav Klimes

TestLink 1.8. Test Management Tool Study. Analysis. Version: 1.0 Status of: 14.04.2015 17:42:00 Status: Released Autor: Jaroslav Klimes TestLink 1.8 Test Management Tool Study Analysis Version: 1.0 Status of: 14.04.2015 17:42:00 Status: Released Autor: Jaroslav Klimes Dokument-ID: Klassifikation: Internal Software Quality Lab. Alle Rechte

More information

Appium 1.2.2. App Automation Study. Study. Version: 1.0 Date: 4/14/2015 5:38:00 PM Status: Erstellt Author: Kai Höher, MSc

Appium 1.2.2. App Automation Study. Study. Version: 1.0 Date: 4/14/2015 5:38:00 PM Status: Erstellt Author: Kai Höher, MSc Appium 1.2.2 App Automation Study Study Version: 1.0 Date: 4/14/2015 5:38:00 PM Status: Erstellt Author: Kai Höher, MSc Document-ID: Classification: Intern Software Quality Lab. Alle Rechte vorbehalten.

More information

Bredex GUIdancer 4.2. Test Automation Study. Study. Version: 1.0 Stand vom: 14.04.2015 17:38:00 Status: Erstellt Author: Liljana Pendovska

Bredex GUIdancer 4.2. Test Automation Study. Study. Version: 1.0 Stand vom: 14.04.2015 17:38:00 Status: Erstellt Author: Liljana Pendovska Bredex GUIdancer 4.2 Test Automation Study Study Version: 1.0 Stand vom: 14.04.2015 17:38:00 Status: Erstellt Author: Liljana Pendovska Document-ID: Classification: Intern Software Quality Lab. Alle Rechte

More information

SonarQube 5.1. Code Analysis Study. Study. Version: 1.0 Status from: 04.11.2015 09:09:00 Status: Draft Author: Karin Zölzer

SonarQube 5.1. Code Analysis Study. Study. Version: 1.0 Status from: 04.11.2015 09:09:00 Status: Draft Author: Karin Zölzer SonarQube 5.1 Code Analysis Study Study Version: 1.0 Status from: 04.11.2015 09:09:00 Status: Draft Author: Karin Zölzer Document-ID: Classification: Internal Software Quality Lab. SWQL-SonarQube Alle

More information

Squish 6.0. Test Automation Study. Study. Version: 1.0 Stand vom: 03.03.2016 09:41:00 Status: Erstellt Author: Mohamed Mahmoud

Squish 6.0. Test Automation Study. Study. Version: 1.0 Stand vom: 03.03.2016 09:41:00 Status: Erstellt Author: Mohamed Mahmoud Squish 6.0 Test Automation Study Study Version: 1.0 Stand vom: 03.03.2016 09:41:00 Status: Erstellt Author: Mohamed Mahmoud Document-ID: Classification: Intern Software Quality Lab. Alle Rechte vorbehalten.

More information

SmartBear SoapUI 5.1

SmartBear SoapUI 5.1 SmartBear SoapUI 5.1 Test Automation Study Study Version: 1.0 Stand vom: 4/14/2015 5:37:00 PM Status: Internal Author: Elisabeth Bauernhofer Document-ID: Classification: Internal Software Quality Lab.

More information

Grinder 3.4. Test Automation Study. Study. Version: 1.0 Stand vom: 14.04.2015 17:40:00 Status: Erstellt Author: Liljana Pendovska

Grinder 3.4. Test Automation Study. Study. Version: 1.0 Stand vom: 14.04.2015 17:40:00 Status: Erstellt Author: Liljana Pendovska Grinder 3.4 Test Automation Study Study Version: 1.0 Stand vom: 14.04.2015 17:40:00 Status: Erstellt Author: Liljana Pendovska Document-ID: Classification: Intern Software Quality Lab. Alle Rechte vorbehalten.

More information

NUnit 2.6.4. Study. Unit Test Study. Version: 1.3 Status from: 03.03.2016 09:44:00 Status: Released Authors: Ing. Jaroslav Klimes

NUnit 2.6.4. Study. Unit Test Study. Version: 1.3 Status from: 03.03.2016 09:44:00 Status: Released Authors: Ing. Jaroslav Klimes NUnit 2.6.4 Study Unit Test Study Version: 1.3 Status from: 03.03.2016 09:44:00 Authors: Ing. Jaroslav Klimes Document-ID: Classification: Internal Software Quality Lab. Alle Rechte vorbehalten. Druckdatum:

More information

SmartBear SoapUI 5.1

SmartBear SoapUI 5.1 SmartBear SoapUI 5.1 Test Automation Study Study Version: 1.0 Stand of: 2/6/2015 2:13:00 PM Status: Internal Author: Elisabeth Bauernhofer Document-ID: Classification: Internal Software Quality Lab. Alle

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

HP SAP. Where Development, Test and Operations meet. Application Lifecycle Management

HP SAP. Where Development, Test and Operations meet. Application Lifecycle Management HP SAP Where Development, Test and Operations meet Application Lifecycle Management 1 Introduction 1.1 ALM CONCEPTS Application Lifecycle Management (ALM) empowers IT to manage the core application life-cycle,

More information

Addressing Mobile Load Testing Challenges. A Neotys White Paper

Addressing Mobile Load Testing Challenges. A Neotys White Paper Addressing Mobile Load Testing Challenges A Neotys White Paper Contents Introduction... 3 Mobile load testing basics... 3 Recording mobile load testing scenarios... 4 Recording tests for native apps...

More information

Professional Test Automation. The GUI Test Tool for Java and Web

Professional Test Automation. The GUI Test Tool for Java and Web Professional Test Automation The GUI Test Tool for Java and Web Capture/replay and scripting Swing, JavaFX, SWT, RCP and Web Cross-platform Easy to use Robust and reliable System and load testing Established

More information

LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training

LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training LoadRunner and Performance Center v11.52 Technical Awareness Webinar Training Tony Wong 1 Copyright Copyright 2012 2012 Hewlett-Packard Development Development Company, Company, L.P. The L.P. information

More information

Neoload and Oracle Apps

Neoload and Oracle Apps TeamQuest Capacity Modelling on PHP Application Neoload and Oracle Apps February 2012 Proof of Concept Neoload is the Performance Testing tool implemented on Java. This tool can be used to record the traffic

More information

Apache JMeter. Emily H. Halili. Chapter No. 6 "Functional Testing"

Apache JMeter. Emily H. Halili. Chapter No. 6 Functional Testing Apache JMeter Emily H. Halili Chapter No. 6 "Functional Testing" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.6 "Functional Testing"

More information

OpenSta OpenSource for Web Load, HTTP Stress & Performance testing

OpenSta OpenSource for Web Load, HTTP Stress & Performance testing Magazine OpenSta OpenSource for Web Load, HTTP Stress & Performance testing Author: Łukasz Smolarski About the Author: Łukasz Smolarski : Graduated from Higher School of Business-National Louis University

More information

SOFTWARE TESTING TRAINING COURSES CONTENTS

SOFTWARE TESTING TRAINING COURSES CONTENTS SOFTWARE TESTING TRAINING COURSES CONTENTS 1 Unit I Description Objectves Duration Contents Software Testing Fundamentals and Best Practices This training course will give basic understanding on software

More information

Web Application Testing. Web Performance Testing

Web Application Testing. Web Performance Testing Web Application Testing Web Performance Testing Objectives of Performance Testing Evaluate runtime compliance to performance requirements Check different properties such as throughput (bits/sec, packets/sec)

More information

Testhouse Training Portfolio

Testhouse Training Portfolio Testhouse Training Portfolio TABLE OF CONTENTS Table of Contents... 1 HP LoadRunner 4 Days... 2 ALM Quality Center 11-2 Days... 7 HP QTP Training Course 2 Days... 10 QTP/ALM Intensive Training Course 4

More information

SQS-TEST /Professional

SQS-TEST /Professional SQS the world s leading specialist in software quality sqs.com SQS-TEST /Professional Overview of SQS Testsuite Agenda Overview of SQS Testsuite SQS Test Center SQS Test Process Automation (TPA) SQS Test

More information

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

Automation using Selenium

Automation using Selenium Table of Contents 1. A view on Automation Testing... 3 2. Automation Testing Tools... 3 2.1 Licensed Tools... 3 2.1.1 Market Growth & Productivity... 4 2.1.2 Current Scenario... 4 2.2 Open Source Tools...

More information

MEGA Web Application Architecture Overview MEGA 2009 SP4

MEGA Web Application Architecture Overview MEGA 2009 SP4 Revised: September 2, 2010 Created: March 31, 2010 Author: Jérôme Horber CONTENTS Summary This document describes the system requirements and possible deployment architectures for MEGA Web Application.

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

What is new for HP LoadRunner and Performance Center 11.52

What is new for HP LoadRunner and Performance Center 11.52 What is new for HP LoadRunner and Performance Center 11.52 Version 11.52 Silvia Siqueira and Shane Evans How long do you wait for your mobile app to respond? Application performance is essential for business

More information

SQS the world s leading specialist in software quality. sqs.com. SQS Testsuite. Overview

SQS the world s leading specialist in software quality. sqs.com. SQS Testsuite. Overview SQS the world s leading specialist in software quality sqs.com SQS Testsuite Overview Agenda Overview of SQS Testsuite Test Center Qallisto Test Process Automation (TPA) Test Case Specification (TCS) Dashboard

More information

Performance Testing of Java Enterprise Systems

Performance Testing of Java Enterprise Systems Performance Testing of Java Enterprise Systems Katerina Antonova, Plamen Koychev Musala Soft Why Performance Testing? Recent studies by leading USA consultancy companies showed that over 80% of large corporations

More information

Learning More About Load Testing

Learning More About Load Testing Welcome to this introduction to application performance testing and the LoadRunner load testing solution. This document provides a short overview of LoadRunner s features, and includes the following sections:

More information

CREATE EXACTLY THE MOBILE CRM YOU WANT

CREATE EXACTLY THE MOBILE CRM YOU WANT CREATE EXACTLY THE MOBILE CRM YOU WANT CWR Mobility gives you the mobile CRM you want. With our SDK, anything is possible. Advantages: Intuitive Tailor-made Can be set up per user Re-use your existing

More information

Handling of "Dynamically-Exchanged Session Parameters"

Handling of Dynamically-Exchanged Session Parameters Ingenieurbüro David Fischer AG A Company of the Apica Group http://www.proxy-sniffer.com Version 5.0 English Edition 2011 April 1, 2011 Page 1 of 28 Table of Contents 1 Overview... 3 1.1 What are "dynamically-exchanged

More information

A Comprehensive Review of Web-based Automation Testing Tools

A Comprehensive Review of Web-based Automation Testing Tools A Comprehensive Review of Web-based Automation Testing Tools Jagdish Singh, Monika Sharma M.E Student, Dept. of I.T., U.I.E.T., Panjab University, Chandigarh, India Assistant Professor, Dept. of I.T.,

More information

Evaluation of Load/Stress tools for Web Applications testing

Evaluation of Load/Stress tools for Web Applications testing May 14, 2008 Whitepaper Evaluation of Load/Stress tools for Web Applications testing CONTACT INFORMATION: phone: +1.301.527.1629 fax: +1.301.527.1690 email: [email protected] web: www.hsc.com PROPRIETARY

More information

HP Business Process Monitor

HP Business Process Monitor HP Business Process Monitor For the Windows operating system Software Version: 9.23 BPM Monitoring Solutions Best Practices Document Release Date: December 2013 Software Release Date: December 2013 Legal

More information

1 (11) Paperiton DMS Document Management System System Requirements Release: 2012/04 2012-04-16

1 (11) Paperiton DMS Document Management System System Requirements Release: 2012/04 2012-04-16 1 (11) Paperiton DMS Document Management System System Requirements Release: 2012/04 2012-04-16 2 (11) 1. This document describes the technical system requirements for Paperiton DMS Document Management

More information

CentOS Linux 5.2 and Apache 2.2 vs. Microsoft Windows Web Server 2008 and IIS 7.0 when Serving Static and PHP Content

CentOS Linux 5.2 and Apache 2.2 vs. Microsoft Windows Web Server 2008 and IIS 7.0 when Serving Static and PHP Content Advances in Networks, Computing and Communications 6 92 CentOS Linux 5.2 and Apache 2.2 vs. Microsoft Windows Web Server 2008 and IIS 7.0 when Serving Static and PHP Content Abstract D.J.Moore and P.S.Dowland

More information

Mobile Performance Testing Approaches and Challenges

Mobile Performance Testing Approaches and Challenges NOUS INFOSYSTEMS LEVERAGING INTELLECT Mobile Performance Testing Approaches and Challenges ABSTRACT Mobile devices are playing a key role in daily business functions as mobile devices are adopted by most

More information

MarathonITE. GUI Testing for Java/Swing Applications

MarathonITE. GUI Testing for Java/Swing Applications MarathonITE GUI Testing for Java/Swing Applications Overview Test automation is not a sprint... it is a marathon Test Automation As the applications in today s environment grow more complex, the testing

More information

QEx Whitepaper. Automation Testing Pillar: Selenium. Naveen Saxena. AuthOr: www.hcltech.com

QEx Whitepaper. Automation Testing Pillar: Selenium. Naveen Saxena. AuthOr: www.hcltech.com www.hcltech.com QEx Whitepaper Automation Testing Pillar: Selenium Business Assurance & Testing AuthOr: Naveen Saxena Working as a Test Lead, Center of Excellence Group, with HCL Technologies. Has immense

More information

CA Client Automation

CA Client Automation CA Client Automation Supported Content for CA Patch Manager and Supported Application Signature Content April 2015 Contents CA Content Research Team... 3 CA Patch Manager Content... 3 Operating Systems

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Open Source and Commercial Performance Testing Tools

Open Source and Commercial Performance Testing Tools Open Source and Commercial Performance Testing Tools Palla Vinod Kumar Accenture Delivery Center for Technology in India Accenture, its logo, and High Performance Delivered are trademarks of Accenture.

More information

Bringing Value to the Organization with Performance Testing

Bringing Value to the Organization with Performance Testing Bringing Value to the Organization with Performance Testing Michael Lawler NueVista Group 1 Today s Agenda Explore the benefits of a properly performed performance test Understand the basic elements of

More information

www.hcltech.com Business Assurance & Testing QEx Automation Platform

www.hcltech.com Business Assurance & Testing QEx Automation Platform www.hcltech.com Business Assurance & Testing QEx Automation Platform MARKET NEED Increasing application complexities and shorter release cycles have made it imperative to test new features whilst performing

More information

GUI Test Automation How-To Tips

GUI Test Automation How-To Tips www. routinebot.com AKS-Labs - Page 2 - It s often said that First Impression is the last impression and software applications are no exception to that rule. There is little doubt that the user interface

More information

How To Test With The Cloud

How To Test With The Cloud A Neotys White Paper Table of Contents Overview...3 Benefits of Load Testing with the Cloud...3 Perform Large Scale Tests...3 Perform More Realistic Tests...4 Save time and Reduce Costs with Pay-as-you-go...4

More information

Fundamentals of LoadRunner 9.0 (2 Days)

Fundamentals of LoadRunner 9.0 (2 Days) Fundamentals of LoadRunner 9.0 (2 Days) Quality assurance engineers New users of LoadRunner who need to load test their applications and/or executives who will be involved in any part of load testing.

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13

Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Software / FileMaker / Plug-Ins Mailit 6 for FileMaker 10-13 Seite 1 / 5 Mailit 6 for FileMaker 10-13 The Ultimate Email Plug-In Integrate full email capability into your FileMaker 10-13 solutions with

More information

CA APM Cloud Monitor. Scripting Guide. Release 8.2

CA APM Cloud Monitor. Scripting Guide. Release 8.2 CA APM Cloud Monitor Scripting Guide Release 8.2 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

SOFTWARE TESTING PROCESSES PRESENTATION

SOFTWARE TESTING PROCESSES PRESENTATION SOFTWARE TESTING PROCESSES PRESENTATION Agenda 1. Software testing (ST) tasks and objectives 2. ST documentation 3. Types of tests 4. Functional testing process 5. Process supporting tools 6. Performance

More information

Oracle Solaris Remote Lab User Guide for Release 1.01

Oracle Solaris Remote Lab User Guide for Release 1.01 Oracle Solaris Remote Lab User Guide for Release 1.01 Table of Contents 1. INTRODUCTION... 1 PURPOSE OF THE OSRL... 1 GAINING ACCESS TO THE OSRL... 2 Request access to the Oracle Solaris Remote Lab...

More information

How To Test For Performance

How To Test For Performance : Roles, Activities, and QA Inclusion Michael Lawler NueVista Group 1 Today s Agenda Outline the components of a performance test and considerations Discuss various roles, tasks, and activities Review

More information

Checking Browser Settings, and Basic System Requirements for QuestionPoint

Checking Browser Settings, and Basic System Requirements for QuestionPoint Checking Browser Settings, and Basic System Requirements for QuestionPoint This document covers basic IE settings and system requirements necessary for QuestionPoint. These settings and requirements apply

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

A closer look at HP LoadRunner software

A closer look at HP LoadRunner software Technical white paper A closer look at HP LoadRunner software Table of contents Sizing up the system 2 The limits of manual testing 2 A new take on testing: the HP LoadRunner solution 3 The HP LoadRunner

More information

FDT for Mobile Devices

FDT for Mobile Devices FDT for Mobile Devices ABSTRACT Currently the established FDT2 technology is bound to PCs with Windows Operating System. However, there is an increasing trend for mobile applications in automation industry.

More information

Java/J2EE or Web Developer. Formal Education. Technical knowledge. Spoken Languages

Java/J2EE or Web Developer. Formal Education. Technical knowledge. Spoken Languages Jonathan ROUSSEAU 27 years old (3 rd of February 1983) Bruyères, 15/A 4950 Waimes +32 (473) 69 82 42 [email protected] http://www.jrousseau.be Java/J2EE or Web Developer Formal Education 2000:

More information

Performance Testing Web 2.0. Stuart Moncrieff (Load Testing Guru) www.jds.net.au / www.myloadtest.com

Performance Testing Web 2.0. Stuart Moncrieff (Load Testing Guru) www.jds.net.au / www.myloadtest.com Performance Testing Web 2.0 Stuart Moncrieff (Load Testing Guru) www.jds.net.au / www.myloadtest.com 1 Foundations of Web 2.0 (a history lesson) 1993 The National Center for Supercomputing Applications

More information

ebusiness Web Hosting Alternatives Considerations Self hosting Internet Service Provider (ISP) hosting

ebusiness Web Hosting Alternatives Considerations Self hosting Internet Service Provider (ISP) hosting ebusiness Web Hosting and E-Business Software Web Hosting Alternatives Self hosting Internet Service Provider (ISP) hosting Commerce Service Provider (CSP) hosting Shared hosting Dedicated hosting Considerations

More information

Business Application Services Testing

Business Application Services Testing Business Application Services Testing Curriculum Structure Course name Duration(days) Express 2 Testing Concept and methodologies 3 Introduction to Performance Testing 3 Web Testing 2 QTP 5 SQL 5 Load

More information

Robotium Automated Testing for Android

Robotium Automated Testing for Android Robotium Automated Testing for Android Hrushikesh Zadgaonkar Chapter No. 1 "Getting Started with Robotium" In this package, you will find: A Biography of the author of the book A preview chapter from the

More information

Google Web Toolkit (GWT) Architectural Impact on Enterprise Web Application

Google Web Toolkit (GWT) Architectural Impact on Enterprise Web Application Google Web Toolkit (GWT) Architectural Impact on Enterprise Web Application First Generation HTTP request (URL or Form posting) W HTTP response (HTML Document) W Client Tier Server Tier Data Tier Web CGI-Scripts

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP. Prerequisites for Oracle BI Workshop

ORACLE BUSINESS INTELLIGENCE WORKSHOP. Prerequisites for Oracle BI Workshop ORACLE BUSINESS INTELLIGENCE WORKSHOP Prerequisites for Oracle BI Workshop Introduction...2 Hardware Requirements...2 Minimum Hardware configuration:...2 Software Requirements...2 Virtual Machine: Runtime...2

More information

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495 International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] Survey on Automation Testing Tools for Mobile Applications Dr.S.Gunasekaran 1, V. Bargavi 2 1 Department

More information

Comparative Study of Load Testing Tools

Comparative Study of Load Testing Tools Comparative Study of Load Testing Tools Sandeep Bhatti, Raj Kumari Student (ME), Department of Information Technology, University Institute of Engineering & Technology, Punjab University, Chandigarh (U.T.),

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

Web Applications Testing

Web Applications Testing Web Applications Testing Automated testing and verification JP Galeotti, Alessandra Gorla Why are Web applications different Web 1.0: Static content Client and Server side execution Different components

More information

SOSFTP Managed File Transfer

SOSFTP Managed File Transfer Open Source File Transfer SOSFTP Managed File Transfer http://sosftp.sourceforge.net Table of Contents n Introduction to Managed File Transfer n Gaps n Solutions n Architecture and Components n SOSFTP

More information

SOFTWARE TESTING SERVICES

SOFTWARE TESTING SERVICES SOFTWARE TESTING SERVICES testing services PRESENTATION PLAN 1. SOFTWARE TESTING: ROLE & GOALS 2. SOFTWARE TESTING AT SOFTWARE: QUICK FACTS 3. TYPES OF SOFTWARE TESTING SERVICES 4. SUPPORTING DOCUMENTATION

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Software Store Option Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration

More information

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing

STeP-IN SUMMIT 2014. June 2014 at Bangalore, Hyderabad, Pune - INDIA. Mobile Performance Testing STeP-IN SUMMIT 2014 11 th International Conference on Software Testing June 2014 at Bangalore, Hyderabad, Pune - INDIA Mobile Performance Testing by Sahadevaiah Kola, Senior Test Lead and Sachin Goyal

More information

Performance Testing Process A Whitepaper

Performance Testing Process A Whitepaper Process A Whitepaper Copyright 2006. Technologies Pvt. Ltd. All Rights Reserved. is a registered trademark of, Inc. All other trademarks are owned by the respective owners. Proprietary Table of Contents

More information

Building and Deploying Enterprise M2M Applications with Axeda Platform

Building and Deploying Enterprise M2M Applications with Axeda Platform w h i t e p a p e r Building and Deploying Enterprise M2M Applications with Axeda Platform According to Harbor Research, there are billions of wired and wireless intelligent assets around the globe that

More information

SSL... 2 2.1. 3 2.2. 2.2.1. 2.2.2. SSL VPN

SSL... 2 2.1. 3 2.2. 2.2.1. 2.2.2. SSL VPN 1. Introduction... 2 2. Remote Access via SSL... 2 2.1. Configuration of the Astaro Security Gateway... 3 2.2. Configuration of the Remote Client...10 2.2.1. Astaro User Portal: Getting Software and Certificates...10

More information

IBM SAP International Competence Center. Load testing SAP ABAP Web Dynpro applications with IBM Rational Performance Tester

IBM SAP International Competence Center. Load testing SAP ABAP Web Dynpro applications with IBM Rational Performance Tester IBM SAP International Competence Center Load testing SAP ABAP Web Dynpro applications with IBM Rational Performance Tester Ease of use, excellent technical support from the IBM Rational team and, of course,

More information

ARTICLE Cloud Computing more than a hype?

ARTICLE Cloud Computing more than a hype? Author: Klaus Hübschle Created on: August 2015 Version: 1.0 Content Most IT experts predict a promising future for cloud computing also in the automation industry. However, which are the applications where

More information

EASY INVOICE for processing incoming invoices. We save time.

EASY INVOICE for processing incoming invoices. We save time. INVOICE for processing incoming invoices. We save time. INVOICE Reducing costs, increasing productivity. INVOICE can be customized to your processes. INVOICE largely automates processing your incoming

More information

HP Business Service Management

HP Business Service Management HP Business Service Management Software Version: 9.25 BPM Monitoring Solutions - Best Practices Document Release Date: January 2015 Software Release Date: January 2015 Legal Notices Warranty The only warranties

More information

Load Testing Ajax Apps using head-less browser tools. NoVaTAIG April 13, 2011 Gopal Addada and Frank Hurley Cigital Inc.

Load Testing Ajax Apps using head-less browser tools. NoVaTAIG April 13, 2011 Gopal Addada and Frank Hurley Cigital Inc. Load Testing Ajax Apps using head-less browser tools NoVaTAIG April 13, 2011 Gopal Addada and Frank Hurley Cigital Inc. 1 Agenda About Cigital Background : AJAX and Load Test requirements Tools research

More information

Viewpoint. Choosing the right automation tool and framework is critical to project success. - Harsh Bajaj, Technical Test Lead ECSIVS, Infosys

Viewpoint. Choosing the right automation tool and framework is critical to project success. - Harsh Bajaj, Technical Test Lead ECSIVS, Infosys Viewpoint Choosing the right automation tool and framework is critical to project success - Harsh Bajaj, Technical Test Lead ECSIVS, Infosys Introduction Organizations have become cognizant of the crucial

More information

Rich Internet Applications

Rich Internet Applications Rich Internet Applications Prepared by: Husen Umer Supervisor: Kjell Osborn IT Department Uppsala University 8 Feb 2010 Agenda What is RIA? RIA vs traditional Internet applications. Why to use RIAs? Running

More information

Higher National Unit specification: general information

Higher National Unit specification: general information Higher National Unit specification: general information Unit code: H16S 35 Superclass: CB Publication date: March 2012 Source: Scottish Qualifications Authority Version: 01 Unit purpose This Unit is intended

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

JAVA WEB START OVERVIEW

JAVA WEB START OVERVIEW JAVA WEB START OVERVIEW White Paper May 2005 Sun Microsystems, Inc. Table of Contents Table of Contents 1 Introduction................................................................. 1 2 A Java Web Start

More information

Quick guide steps you need to take

Quick guide steps you need to take Single Sign On user manual (EMM SSO) From website http://www.emm.sk/download/emm-sso we will download file EMM-SSO.ZIP. The file needs to be unpacked and installation programme SETUP.EXE must be run. The

More information

UKCMG TEC 2010 Track P - Performance

UKCMG TEC 2010 Track P - Performance UKCMG TEC 2010 Track P - Performance Session P7 Paul Seaton-Smith Agenda Performance Testing Costs Test Environment Scripting and Testing Resources Automated Test Tools Installation Test Plan Hierarchy

More information

Summer Internship 2013 Group No.4-Enhancement of JMeter Week 1-Report-1 27/5/2013 Naman Choudhary

Summer Internship 2013 Group No.4-Enhancement of JMeter Week 1-Report-1 27/5/2013 Naman Choudhary Summer Internship 2013 Group No.4-Enhancement of JMeter Week 1-Report-1 27/5/2013 Naman Choudhary For the first week I was given two papers to study. The first one was Web Service Testing Tools: A Comparative

More information

The Process Guidelines should be used in conjunction with the standard OUM process guidelines when using Testing and Quality Management Tools.

The Process Guidelines should be used in conjunction with the standard OUM process guidelines when using Testing and Quality Management Tools. OUM 6.3 Testing and Quality Management Tools Supplemental Guide Method Navigation Current Page Navigation TESTING AND QUALITY MANAGEMENT TOOLS SUPPLEMENTAL GUIDE This document contains OUM supplemental

More information

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf

Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 1 The Web, revisited WEB 2.0 [email protected] Credits: Some of the slides are based on material adapted from www.telerik.com/documents/telerik_and_ajax.pdf 2 The old web: 1994 HTML pages (hyperlinks)

More information

TECHNICAL CONDITIONS REGARDING ACCESS TO VP.ONLINE. User guide. vp.online 2011 2011-10-01

TECHNICAL CONDITIONS REGARDING ACCESS TO VP.ONLINE. User guide. vp.online 2011 2011-10-01 TECHNICAL CONDITIONS REGARDING ACCESS TO VP.ONLINE vp.online 2011 2011-10-01 Contents 1 PROBLEMS SEEING VP.ONLINE... 3 2 BROWSER CONFIGURATION... 6 3 WRITE ACCESS TO DISK DRIVE... 7 4 SESSION TIMEOUT AND

More information

Comparative Market Analysis of Project Management Systems

Comparative Market Analysis of Project Management Systems University of Osnabrück Chair of Business Administration/Organization and Information Systems Prof. Dr. Hoppe (Ed.) Comparative Market Analysis of Project Management Systems Frederik Ahlemann Katharinenstr.

More information

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0

An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 An introduction to creating Web 2.0 applications in Rational Application Developer Version 8.0 September 2010 Copyright IBM Corporation 2010. 1 Overview Rational Application Developer, Version 8.0, contains

More information

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development 4 Understanding Web Applications IN THIS CHAPTER 4.1 Understand Web page development 4.2 Understand Microsoft ASP.NET Web application development 4.3 Understand Web hosting 4.4 Understand Web services

More information

ebusiness Web Hosting Alternatives Self hosting Internet Service Provider (ISP) hosting Commerce Service Provider (CSP) hosting

ebusiness Web Hosting Alternatives Self hosting Internet Service Provider (ISP) hosting Commerce Service Provider (CSP) hosting ebusiness Web Hosting and E-Business Software Web Hosting Alternatives Self hosting Internet Service Provider (ISP) hosting Commerce Service Provider (CSP) hosting Shared hosting Dedicated hosting 1 Considerations

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

System Requirements - Table of Contents

System Requirements - Table of Contents Page 1 of 12 System Requirements - Table of Contents CommNet Server CommNet Agent CommNet Browser CommNet Browser as a Stand-Alone Application CommNet Browser as a Remote Web-Based Application CommNet

More information