Business Application Services Testing

Size: px
Start display at page:

Download "Business Application Services Testing"

Transcription

1 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 runner 5

2 Course Title Course Length Course Approach Testing Concept and Methodologies 3 days Lecture Objectives At the end of this course, participants should be able to: Explain importance of testing Explain overview of Testing process Explain types of testing in various phases of software development Recall content of a test plan Apply common test case design techniques i.e., boundary value analysis, equivalence partitioning Explain test execution in detail Recall common test metrics Appreciate skills required for manual testing Prerequisite Students should have the following knowledge: Desktop computer and word processing application such as MS Word and MS Excel.

3 Detailed Curriculum Day Topic Description 1 Fundamentals of testing Verification and validation Levels of testing Basic of Testing Fundamentals of Software Quality Overview of Testing Process Verification Validation Techniques of Verification Unit Testing Integration Testing System Testing Acceptance Testing Smoke Testing Sanity Testing Regression testing Usability Testing Performance Testing Compatibility Testing Security Testing Recovery Testing Installation Testing Configuration Testing Compliance Testing

4 2 Test Planning Test Design Test execution 3 Defect Management Test Management overview GUI Testing Guidelines Tester role Test planning Why to plan test Test plan template Black box test case design techniques Test case template Practice test case design Test execution considerations Execution activities Concerns in test execution Practice Defect and examples of defect Difference between bug, fault, failure Defect Life Cycle Severity and priority Defect reporting Test Management tool Common testing metrics Windows standards Screen validation standards Skills required by Tester Tester aptitude

5 Course Title Course Length Course Approach Introduction to Performance Testing 3 days Lecture Objectives At the end of this course, participants should be able to: Explain What is Performance Testing? When is it needed? Real life example Performance testing in various stages of SDLC - how? Types of Performance Testing with real examples Typical Performance parameters - QoS, SLA Customer Behavior Model Graph Performance Testing Life Cycle Skills required for a Performance Engineer Use Perfmon tool for monitoring of CPU, Memory, Network, Disk I/O (server side), Response Time, Throughput (Client side) Prerequisite Students should have the following knowledge: Testing concepts

6 Detailed Curriculum Day Topic Description 1 Fundamentals Performance Testing 1. What is performance testing 2. Why performance testing needed 3. Core activities of performance testing Cost Down time Performance testing in various stages of SDLC how Performance Testing Lifecycle 1. With Respect to the table Availability class, measurement, down time Scalability System capacity, Process, load, downtime, serves and network resources Performance Request, response, Network sensitivity 2. With respect to the Scenario Scripts Number of events that occur during each testing session Controls the number of users and testing goals Run time settings of the execution of the scenario Down-time loss Illustration required with the table using Load runner tool In a typical SDLC, what kind of performance testing activities is present? E.g. Software Design Phase Prototype testing Coding Phase Stub/Driver performance testing, Component testing Testing phase module-level performance testing Deployment phase End-to-end testing Maintenance Benchmark testing and validation 1. Requirement Phase Goals SLAs Performance scenarios Workloads distribution

7 2. Plan Phase <Contents of the test plan> 3. Scripting Phase Runtime settings Recording options <Guidelines> Transactions Check points Response Parsers 4. Execution phase Scripts execution with various workloads 3 Runs required for every round of test Concordant results 5. Analysis Phase Client-side and Server-side counters Super-imposing graphs 2 Types of Performance Testing Typical Performance parameters - QoS, SLA Customer Related Model Graph 1. Load testing 2. Stress testing 3. Spike testing 4. Volume Testing 5. Component testing Benefits and example of associated with each type of performance testing. 1. Introduction to QoS Quality of service in terms of Performance (Availability & Response Times) Tier-level & end-to-end QoS Case study 2. Introduction to SLA Goal definition Measurements (only Performance measurements) Sample HTTP request / HTTP response Threshold values determined by frequent intervals Process of creating SLA related to Component, Capacity, Bottleneck Reliability Case study 1. Identifying performance issues based on customer based model for user delays, user data and user abandonment

8 3 Performance Resources for Server and Client using Perfmon tool Performance Test Plan and its contents Skills required for a Performance Engineer 2. User delay model 3. Work Load Model 4. User abandonment Model 5. Different states of the model ( User behavior model using the customer sessions) 6. Case study using industry standard tools 1. Mapping of the Resource performance components Server side: CPU, Memory, Network, Disk I/O Client side: Response Time Throughput TPS / HPS Page break-down Tier-wise break-down Response time impact on Load Assignment on using Perfmon 1. Creation of template for a Load and performance test plan 2. SLA, Performance Requirements, Performance Approach, Test scenarios, Work Load Models, Execution details, Performance Counter reports, Observation against every counter, Conclusion Skills on various communication protocols (HTTP, TCP, ODBC, JDBC, RTE, RDP - basics) Performance Test Reporting Correlation of various performance counters Workload and Performance Modeling Proficient in at least one application server (Web Logic, J-Boss, Tomcat, Apache, IIS etc.) Proficient in at least One database server (Oracle, SQL Server, MS SQL)

9 Course Title Course Length Course Approach Web Testing 2 days Lecture Objectives At the end of this course, participants should be able to: Understand various web testing techniques Create test cases for web applications and execute them Prerequisite Students should have the following knowledge: Should be familiar with usage of internet based applications such as my Wipro, yahoo mail, ebay etc Detailed Curriculum Day Topic Description 1 Introduction Web testing process and techniques Introduction to web application. Why web applications are so popular? Types of web application o Presentation oriented o Process oriented Static webpage Dynamic web page o Web Based Architecture with Real Users o Testing web applications Web testing considerations Web testing process Web application testing techniques o Page Flow Testing o Security Testing

10 2 Cross browser testing o Connectivity Testing o Database testing o Links Testing o Link Checkers o HTML Validation Cross Browser Testing Cross Browser Testing Tools Internet explorer and Firefox Options Java compatible testing with respect to browser Cookies Testing Internationalization and Localization Web Browser Error Messages What is a cookie? Why cookies are used? Types of cookies How cookies work? Where cookies are stored? Examples where cookies are necessary Drawbacks of cookies Test Cases for Cookies Testing Session Testing How to check the cookies with respect to a Page How to check the cookies with respect to a Link and an Object (File, Image, Table, Frame) Security Testing Internationalization o Definition o Characteristics o What to look for in I18N testing? Localization o Definition o Characteristics o What to look for in L10N testing? 400 bad request 401 unauthorized 500 service unavailable etc. Different protocols errors based on W3 standards.

11 Course Title Course Length Course Approach QTP 5 days Lecture/Lab Objectives At the end of this course, participants should be able to: Create basic scripts from a manual test case. Enhance basic tests with synchronization and verification. Parameterize tests to run with multiple sets of data. Create and reuse modular actions. Use object repository. Use debugs tools. Use custom checkpoints to create more precise verification points within a test. Manage shared object repositories by using Object Repository Manager. Describe and use virtual objects. Resolve object recognition problems. Prerequisite Students should have the following knowledge: C or any programming language Testing concepts

12 Detailed Curriculum Day Topic Description 1 Prepare to record Create a Test Using Synchronization Understand functional testing. Document the user steps of a business transaction. Identify the application under test and its environment. Understand the Quickest Professional user interface. Prepare the test environment to utilize Quickest Professional effectively Exploring the features of Flight application Create a basic test from a manual test case. Run a test and check for errors. Save a test. View test results Exploring the menu options in QTP Describe objects. Describe a Quick Test Professional object. Usage of Object Spy Recognize objects in Quick Test Professional. Use Object Repository to manage objects in Quick Test Professional. Defining a New Test Object Renaming the Logical Name Using the Highlight Feature Locate in Repository Feature Update from Application Describe synchronization in Quick Test Professional. Describe the uses of synchronization in Quick Test Professional. Add a synchronization step for a specified object. Difference between Synchronization point and wait statement

13 2 Using Standard Checkpoints Using Parameters 3 Using Multiple and Reusable Actions Adding Steps Without Recording Creating Tests on a Web Application Custom Checkpoints Using Database checkpoints Define checkpoints. Use standard checkpoints. Benefit of standard checkpoints Add flexibility to a constant value using a regular expression. Describe and use parameter types. Insert an input parameter. Insert an output parameter. Parameterize a checkpoint. Evaluate results for iterative tests Global and Local Data Sheet Data table Data correlation Create multiple actions from a single action. Define an action as reusable. Call a reusable action into a main test. Drive data using local and global data sheet List the types of steps that can be added to a test without using the Record feature. Use conditional statements in a test. Use the Reporter feature to report events as a step in the test. Use Step Generator Record and run a test on a Web application. Insert a text checkpoint in a test for a Web application Create a parameterized checkpoint. Compare captured parameter values with expected values. Use debugs tools to investigate and cause failures. Verify that the reported error message reflects the state of the test. Identify the purpose of a database checkpoint. Create a Structured Query Language (SQL) statement. Create an SQL query using Microsoft Query. Create a database checkpoint.

14 4 Object Repository Administration Object Recognition Problems and Solutions Using Recovery Scenarios Object Identification, Merge Object Repositories and Smart Identification Identify the types of object repositories. Manage shared object repositories by using Object Repository Manager. Describe the advantages of low-level and analog recording. Record a test by using low-level recording. Record a test by using analog recording. Create a bitmap checkpoint. Describe the advantages of virtual objects. Create virtual objects to solve playback issues Identify exceptions in a test. Create a recovery scenario. Associate a recovery scenario with a test. Set an optional step in a test. Merge object repositories. Modify object class properties by using the Object Identification dialog box. Identify objects by using Smart Identification. Generate a VBScript file to save the Quick Test Professional configuration settings. Identify the types of events. Differentiate between event handler and behavior. Troubleshoot Web event recording problems 5 Scenario Practice the scenarios provided by the faculty

15 Course Title Course Length Course Approach SQL 5 days Lecture/Lab Objectives At the end of this course, participants should be able to: Retrieve row and column data from tables with the SELECT statement Create reports of sorted and restricted data Employ SQL functions to generate and retrieve customized data Run queries to retrieve data from multiple tables Run data manipulation language (DML) statements to update data in Oracle Database Detailed Curriculum Day Topic Description 1 Introduction 2 Join and sub-queries Introduction Retrieving Data Using the SQL SELECT Statement Restricting and Sorting Data Using Single Row Functions to Customize Output Using Conversion Functions and Conditional Expressions Reporting Aggregated Data Using the Group Functions Displaying Data from Multiple Tables Using Joins Using Sub queries to Solve Queries Using the Set Operators Retrieve data using Sub Queries Manipulating Data

16 3 DDL statement 4 Assignment Using DDL Statements to Create and Manage Tables Creating Other Schema Objects Management of Schema Objects Manage objects with Data Dictionary views Manipulate Large Data Sets Assess through the assignments given by faculty 5 Assignment Assess through the assignments given by faculty

17 Course Title Load Runner 9.0 Course Length Course Approach 5 days Lecture/Lab Objectives At the end of this course, participants should be able to: Identify the main components of the Vu Gen interface. Identify and configure the appropriate web run-time settings for replay. Insert a transaction in a script during and after recording. Define Correlation. Configure Actions to achieve load testing goals. Manually insert the web_reg_save_param correlation function. Define measurable goals for your load test. Identify hardware and software needed for installation Explain the elements of a Load Runner scenario. Configure Run-time settings based on load testing goals. Execute and Schedule the scenario. Define Service Level Agreement. Select performance monitors to achieve load test goals. Add measurements for performance based goals. Prerequisite Students should have the following knowledge: C programming language Testing concepts

18 Detailed Curriculum Day Topic Description 1 Introduction- VU Gen Invoke Vu Gen Vu Gen Interface - Tree View Recording for the Web Replay Transactions Parameters Auto Correlation After Recording Preparing to Record - Set Recording Options Recording Options - Think Time Recording Options - Recording Levels Working with Thumbnails Run-time Settings Setting General Options Running the Script Viewing the Replay Summary Viewing the Replay Log Measuring Steps by Defining Transactions Adding Transactions During Recording Adding Transactions After Recording Overloading Method Names The Object Class Wrapper Classes Access specifiers and modifiers Defining Parameterization When to Parameterize Parameter Types Defining Access Methods Defining Correlation Automatic Correlation After Recording Analyzing Correlation Results 2 Verification Actions Steps Involved in Verification About the Text Check Function Using a Content Check Defining Action Creating a Script with Actions Recording the Login in vuser_init Access Method

19 Basic C Syntax C Operators, Statements, and Functions Introduction to Script View String Functions Messaging Functions Transaction Functions Advanced Scripting Techniques Run-Time Functions Parameter Functions web_reg_save_param Function web_reg_find Function Why Perform Manual Correlation? Set Run-time Settings Manual Correlation Determining the Value to Correlate Why Load Test Your Application Types of Performance Testing 3 Introduction- Load Runner Defining the Controller Why Use Performance Monitors Defining a Business Process What is Think Time? Planning an Effective Load Test Measuring Steps by Defining Transactions Quantifying Load Testing Goals Understanding the System Components Installation Minimum Hardware Recommendation Verifying Connectivity to a Load Generator Defining a Scenario Choosing a Scenario Type Introduction to Scenarios Adding a New Vuser Group Adding a Load Generator Configuring Load Generator Settings Assigning Number of Vusers Using Run-time Settings About Run-time Setting Pacing Enabling or Ignoring Think Time 4 Scenario Execution Executing Scenarios as a Team Defining Rendezvous Scenario Execution Process: Full Load Scenario Execution Process: Scalability Test

20 Scheduling Scenarios Defining Service Level Agreements Performance Monitors Scheduling by Scenario Initializing Vusers Scheduling by Group Creating an Average Transaction Response Time SLA Selecting the Key Transaction Defining the Load Criteria Creating a Total Hits SLA Setting Monitor Options Configuring a Monitor Analysis 5 Assignment Identifying Performance Issues Root Cause Analysis Results Analysis - Setting the Stage Average Transaction Response Time Under Load Filtering Using the Legend Merging Graphs Assess through the assignments provided by the faculty

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

Copyrighted www.eh1infotech.com +919780265007, 0172-5098107 Address :- EH1-Infotech, SCF 69, Top Floor, Phase 3B-2, Sector 60, Mohali (Chandigarh),

Copyrighted www.eh1infotech.com +919780265007, 0172-5098107 Address :- EH1-Infotech, SCF 69, Top Floor, Phase 3B-2, Sector 60, Mohali (Chandigarh), Content of 6 Months Software Testing Training at EH1-Infotech Module 1: Introduction to Software Testing Basics of S/W testing Module 2: SQA Basics Testing introduction and terminology Verification and

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

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

Introduction and Overview for Oracle 11G 4 days Weekends

Introduction and Overview for Oracle 11G 4 days Weekends Introduction and Overview for Oracle 11G 4 days Weekends The uses of SQL queries Why SQL can be both easy and difficult Recommendations for thorough testing Enhancing query performance Query optimization

More information

Mohammed Khan SUMMARY

Mohammed Khan SUMMARY Mohammed Khan E-mail: Mohammedrkhn@gmail.com Phone: 347-878-1170 SUMMARY Over 5 years of diversified experience as a. Experience includes requirement analysis, manual testing and automation and quality

More information

LR120 LoadRunner 12.0 Essentials

LR120 LoadRunner 12.0 Essentials LR120 LoadRunner 12.0 Essentials Overview This five-day course introduces students to HP LoadRunner 12.0, including the usage of Virtual User Generator (VuGen), Controller and Analysis tools. This course

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

Software Quality Testing Course Material

Software Quality Testing Course Material Prepared by Vipul Jain Software Quality Testing Course Material Course content is designed and will be taught in such a manner in order to make a person job ready in around 10-12 weeks. Classroom sessions

More information

HP LoadRunner: Essentials 11

HP LoadRunner: Essentials 11 coursemonster.com/uk HP LoadRunner: Essentials 11 View training dates» Overview This five-day course introduces students to LoadRunner 11. The course covers topics for the VuGen, the Controller, and Analysis

More information

Basic Unix/Linux 1. Software Testing Interview Prep

Basic Unix/Linux 1. Software Testing Interview Prep Basic Unix/Linux 1 Programming Fundamentals and Concepts 2 1. What is the difference between web application and client server application? Client server application is designed typically to work in a

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

Software Quality Assurance Training. 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080

Software Quality Assurance Training. 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 COURSE SYLLABUS Software Quality Assurance Training 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 Victoria Commons, 613 Hope Rd Building #5, Eatontown, NJ 07724 130 Clinton Rd, Fairfield, NJ 07004

More information

LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0

LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0 LR120 Load Runner 12.0 Essentials Instructor-Led Training Version 12.0 Overview This five-day course introduces students to LoadRunner 12.0. The course covers topics about the Virtual User Generator (VuGen),

More information

Load and Performance Load Testing. RadView Software October 2015 www.radview.com

Load and Performance Load Testing. RadView Software October 2015 www.radview.com Load and Performance Load Testing RadView Software October 2015 www.radview.com Contents Introduction... 3 Key Components and Architecture... 4 Creating Load Tests... 5 Mobile Load Testing... 9 Test Execution...

More information

PERFORMANCE TESTING. New Batches Info. We are ready to serve Latest Testing Trends, Are you ready to learn.?? START DATE : TIMINGS : DURATION :

PERFORMANCE TESTING. New Batches Info. We are ready to serve Latest Testing Trends, Are you ready to learn.?? START DATE : TIMINGS : DURATION : PERFORMANCE TESTING We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info START DATE : TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : Performance

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

PC120 ALM Performance Center 11.5 Essentials

PC120 ALM Performance Center 11.5 Essentials PC120 ALM Performance Center 11.5 Essentials Instructor-Led Workshop OVERVIEW This five-day course introduces students to ALM Performance Center 11.5 and the Virtual User Generator (VuGen) application,

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

Quality Assurance Training Program

Quality Assurance Training Program Quality Assurance Training Program Introduction/Summary: This 5-day course focuses on understanding and developing various skills required by QA Developer, preparing to use various tools and techniques

More information

Web Application s Performance Testing

Web Application s Performance Testing Web Application s Performance Testing B. Election Reddy (07305054) Guided by N. L. Sarda April 13, 2008 1 Contents 1 Introduction 4 2 Objectives 4 3 Performance Indicators 5 4 Types of Performance Testing

More information

Performance Testing. Slow data transfer rate may be inherent in hardware but can also result from software-related problems, such as:

Performance Testing. Slow data transfer rate may be inherent in hardware but can also result from software-related problems, such as: Performance Testing Definition: Performance Testing Performance testing is the process of determining the speed or effectiveness of a computer, network, software program or device. This process can involve

More information

How To Test A Web Server

How To Test A Web Server Performance and Load Testing Part 1 Performance & Load Testing Basics Performance & Load Testing Basics Introduction to Performance Testing Difference between Performance, Load and Stress Testing Why Performance

More information

HPE PC120 ALM Performance Center 12.0 Essentials

HPE PC120 ALM Performance Center 12.0 Essentials HPE PC120 ALM Performance Center 12.0 Essentials Overview This five-day course introduces students to ALM Performance Center 12.0 and the Virtual User Generator (VuGen) application, which is a scripting

More information

An Introduction to LoadRunner A Powerful Performance Testing Tool by HP. An Introduction to LoadRunner. A Powerful Performance Testing Tool by HP

An Introduction to LoadRunner A Powerful Performance Testing Tool by HP. An Introduction to LoadRunner. A Powerful Performance Testing Tool by HP An Introduction to LoadRunner A Powerful Performance Testing Tool by HP Index Sr. Title Page 1 Introduction 2 2 LoadRunner Testing Process 4 3 Load test Planning 5 4 LoadRunner Controller at a Glance 7

More information

HP LoadRunner. Software Version: 12.50. LoadRunner Tutorial

HP LoadRunner. Software Version: 12.50. LoadRunner Tutorial HP LoadRunner Software Version: 12.50 LoadRunner Tutorial Document Release Date: August 2015 Software Release Date: August 2015 Legal Notices Warranty The only warranties for HP products and services are

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK A SYSTEMATIC REVIEW OF AUTOMATED SOFTWARE TESTING TOOLS A. NIRMAL KUMAR 1, DR.

More information

Monitoring PostgreSQL database with Verax NMS

Monitoring PostgreSQL database with Verax NMS Monitoring PostgreSQL database with Verax NMS Table of contents Abstract... 3 1. Adding PostgreSQL database to device inventory... 4 2. Adding sensors for PostgreSQL database... 7 3. Adding performance

More information

How To Test On The Dsms Application

How To Test On The Dsms Application Performance Test Summary Report Skills Development Management System December 2014 Performance Test report submitted to National Skill Development Corporation Version Date Name Summary of Changes 1.0 22/12/2014

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

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

MANUAL TESTING. (Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info

MANUAL TESTING. (Complete Package) We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info MANUAL TESTING (Complete Package) WEB APP TESTING DB TESTING MOBILE APP TESTING We are ready to serve Latest Testing Trends, Are you ready to learn.?? New Batches Info START DATE : TIMINGS : DURATION :

More information

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad

Test Run Analysis Interpretation (AI) Made Easy with OpenLoad Test Run Analysis Interpretation (AI) Made Easy with OpenLoad OpenDemand Systems, Inc. Abstract / Executive Summary As Web applications and services become more complex, it becomes increasingly difficult

More information

Application Performance Testing Basics

Application Performance Testing Basics Application Performance Testing Basics ABSTRACT Todays the web is playing a critical role in all the business domains such as entertainment, finance, healthcare etc. It is much important to ensure hassle-free

More information

Oracle SQL. Course Summary. Duration. Objectives

Oracle SQL. Course Summary. Duration. Objectives Oracle SQL Course Summary Identify the major structural components of the Oracle Database 11g Create reports of aggregated data Write SELECT statements that include queries Retrieve row and column data

More information

Noelle A. Stimely Senior Performance Test Engineer. University of California, San Francisco noelle.stimely@ucsf.edu

Noelle A. Stimely Senior Performance Test Engineer. University of California, San Francisco noelle.stimely@ucsf.edu Noelle A. Stimely Senior Performance Test Engineer University of California, San Francisco noelle.stimely@ucsf.edu Who am I? Senior Oracle Database Administrator for over 13 years Senior Performance Test

More information

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4

Citrix EdgeSight User s Guide. Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Citrix EdgeSight User s Guide Citrix EdgeSight for Endpoints 5.4 Citrix EdgeSight for XenApp 5.4 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes

TRACE PERFORMANCE TESTING APPROACH. Overview. Approach. Flow. Attributes TRACE PERFORMANCE TESTING APPROACH Overview Approach Flow Attributes INTRODUCTION Software Testing Testing is not just finding out the defects. Testing is not just seeing the requirements are satisfied.

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

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

RTI v3.3 Lightweight Deep Diagnostics for LoadRunner

RTI v3.3 Lightweight Deep Diagnostics for LoadRunner RTI v3.3 Lightweight Deep Diagnostics for LoadRunner Monitoring Performance of LoadRunner Transactions End-to-End This quick start guide is intended to get you up-and-running quickly analyzing Web Performance

More information

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System

Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System DEPLOYMENT GUIDE Deploying the BIG-IP LTM with the Cacti Open Source Network Monitoring System Version 1.0 Deploying F5 with Cacti Open Source Network Monitoring System Welcome to the F5 and Cacti deployment

More information

Oracle Database 10g: Introduction to SQL

Oracle Database 10g: Introduction to SQL Oracle University Contact Us: 1.800.529.0165 Oracle Database 10g: Introduction to SQL Duration: 5 Days What you will learn This course offers students an introduction to Oracle Database 10g database technology.

More information

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led 2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills

More information

SQL SERVER FREE TOOLS

SQL SERVER FREE TOOLS SQL SERVER FREE TOOLS VidhyaSagar K kvs1983@indiamvps.net www.facebook.com/groups/cssug/ NEXT 45 MIN? Performance Analysis of Logs OpenDBiff Comparision Utility SSMS Tools SQL Sentry Plan Explorer SQLIOSIM

More information

Introduction to Automated Testing

Introduction to Automated Testing Introduction to Automated Testing What is Software testing? Examination of a software unit, several integrated software units or an entire software package by running it. execution based on test cases

More information

Data processing goes big

Data processing goes big Test report: Integration Big Data Edition Data processing goes big Dr. Götz Güttich Integration is a powerful set of tools to access, transform, move and synchronize data. With more than 450 connectors,

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course

More information

MS SQL Server 2014 New Features and Database Administration

MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 New Features and Database Administration MS SQL Server 2014 Architecture Database Files and Transaction Log SQL Native Client System Databases Schemas Synonyms Dynamic Management Objects

More information

Business white paper. Load factor: performance testing for Web applications

Business white paper. Load factor: performance testing for Web applications Business white paper Load factor: performance testing for Web applications Table of contents 3 A look at load testing 3 In the pursuit of predictability 4 Put your apps through the paces 5 Traits of an

More information

MOC 20462C: Administering Microsoft SQL Server Databases

MOC 20462C: Administering Microsoft SQL Server Databases MOC 20462C: Administering Microsoft SQL Server Databases Course Overview This course provides students with the knowledge and skills to administer Microsoft SQL Server databases. Course Introduction Course

More information

HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11.

HP SiteScope. HP Vertica Solution Template Best Practices. For the Windows, Solaris, and Linux operating systems. Software Version: 11. HP SiteScope For the Windows, Solaris, and Linux operating systems Software Version: 11.23 HP Vertica Solution Template Best Practices Document Release Date: December 2013 Software Release Date: December

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop What you will learn This Oracle Database 11g SQL Tuning Workshop training is a DBA-centric course that teaches you how

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

This presentation is an introduction to the SQL Server Profiler tool.

This presentation is an introduction to the SQL Server Profiler tool. SQL Server Profiler Presented By: Deepali Savkoor Ellucian Introduction This presentation is an introduction to the SQL Server Profiler tool. Step-by-step guide to setting up a trace. Identify server activities

More information

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3 Wort ftoc.tex V3-12/17/2007 2:00pm Page ix Introduction xix Part I: Finding Bottlenecks when Something s Wrong Chapter 1: Performance Tuning 3 Art or Science? 3 The Science of Performance Tuning 4 The

More information

25 Tips for Creating Effective Load Test Scripts using Oracle Load Testing for E-Business Suite and Fusion Applications.

25 Tips for Creating Effective Load Test Scripts using Oracle Load Testing for E-Business Suite and Fusion Applications. 25 Tips for Creating Effective Load Test Scripts using Oracle Load Testing for E-Business Suite and Fusion Applications. O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 4 Table of Contents Product

More information

Performance Analysis of Web based Applications on Single and Multi Core Servers

Performance Analysis of Web based Applications on Single and Multi Core Servers Performance Analysis of Web based Applications on Single and Multi Core Servers Gitika Khare, Diptikant Pathy, Alpana Rajan, Alok Jain, Anil Rawat Raja Ramanna Centre for Advanced Technology Department

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

DIABLO VALLEY COLLEGE CATALOG 2014-2015

DIABLO VALLEY COLLEGE CATALOG 2014-2015 COMPUTER SCIENCE COMSC The computer science department offers courses in three general areas, each targeted to serve students with specific needs: 1. General education students seeking a computer literacy

More information

What Is Specific in Load Testing?

What Is Specific in Load Testing? What Is Specific in Load Testing? Testing of multi-user applications under realistic and stress loads is really the only way to ensure appropriate performance and reliability in production. Load testing

More information

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1

SQL Server 2008 Designing, Optimizing, and Maintaining a Database Session 1 SQL Server 2008 Designing, Optimizing, and Maintaining a Database Course The SQL Server 2008 Designing, Optimizing, and Maintaining a Database course will help you prepare for 70-450 exam from Microsoft.

More information

Serena Business Manager Performance Test Results

Serena Business Manager Performance Test Results SERENA SOFTWARE Serena Business Manager Performance Test Results Author: RT Tangri 2015-04-09 Table of Contents Who Should Read This Paper?... 3 Test Methodology... 3 Runtime Test Architecture... 4 Load

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL 2014, implement ETL

More information

Best Practices for Web Application Load Testing

Best Practices for Web Application Load Testing Best Practices for Web Application Load Testing This paper presents load testing best practices based on 20 years of work with customers and partners. They will help you make a quick start on the road

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Mike Chyi, Micro Focus Solution Consultant May 12, 2010

Mike Chyi, Micro Focus Solution Consultant May 12, 2010 Mike Chyi, Micro Focus Solution Consultant May 12, 2010 Agenda Load Testing Overview, Best Practice: Performance Testing with Diagnostics Demo (?), Q&A Load Testing Overview What is load testing? Type

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

Functional and LoadTest Strategies

Functional and LoadTest Strategies Test Automation Functional and LoadTest Strategies Presented by: Courtney Wilmott April 29, 2013 UTD CS6367 Software Testing and Validation Definitions / Overview Software is a set of programs, procedures,

More information

Strong experience in drafting Test Plan, Test Strategy, Test Estimation, Test Cases, Requirement Matrix, Audit and Test Results documents

Strong experience in drafting Test Plan, Test Strategy, Test Estimation, Test Cases, Requirement Matrix, Audit and Test Results documents 1 KIRAN BADI MOBILE : 6462013101 EMAIL: KIRAN_BADI@HOTMAIL.COM PROFESSIONAL SUMMARY 9+ Years as a Performance Engineer and around 3 years as J2EE Developers with total 12 + years of IT Experiences.5 +

More information

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports INTRODUCING ORACLE APPLICATION EXPRESS Cristina-Loredana Alexe 1 Abstract Everyone knows that having a database is not enough. You need a way of interacting with it, a way for doing the most common of

More information

How To Model A System

How To Model A System Web Applications Engineering: Performance Analysis: Operational Laws Service Oriented Computing Group, CSE, UNSW Week 11 Material in these Lecture Notes is derived from: Performance by Design: Computer

More information

Load Manager Administrator s Guide For other guides in this document set, go to the Document Center

Load Manager Administrator s Guide For other guides in this document set, go to the Document Center Load Manager Administrator s Guide For other guides in this document set, go to the Document Center Load Manager for Citrix Presentation Server Citrix Presentation Server 4.5 for Windows Citrix Access

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

Comparative Study of Automated Testing Tools: Selenium, Quick Test Professional and Testcomplete

Comparative Study of Automated Testing Tools: Selenium, Quick Test Professional and Testcomplete RESEARCH ARTICLE OPEN ACCESS Comparative Study of Automated Testing Tools: Selenium, Quick Test Professional and Testcomplete Harpreet Kaur 1, Dr.Gagan Gupta 2 1 M.Phil in Computer Application (Research

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

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

Recommendations for Performance Benchmarking

Recommendations for Performance Benchmarking Recommendations for Performance Benchmarking Shikhar Puri Abstract Performance benchmarking of applications is increasingly becoming essential before deployment. This paper covers recommendations and best

More information

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days

SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training: Introduction to SQL Server Integration Services Duration: 3 days SSIS Training Prerequisites All SSIS training attendees should have prior experience working with SQL Server. Hands-on/Lecture

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

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. SQL Databases Course by Applied Technology Research Center. 23 September 2015 This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. Oracle Topics This Oracle Database: SQL

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

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

StreamServe Persuasion SP5 Microsoft SQL Server

StreamServe Persuasion SP5 Microsoft SQL Server StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A StreamServe Persuasion SP5 Microsoft SQL Server Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: + 38516306373 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release 2 training assists database

More information

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

More information

Table of Contents INTRODUCTION... 3. Prerequisites... 3 Audience... 3 Report Metrics... 3

Table of Contents INTRODUCTION... 3. Prerequisites... 3 Audience... 3 Report Metrics... 3 Table of Contents INTRODUCTION... 3 Prerequisites... 3 Audience... 3 Report Metrics... 3 IS MY TEST CONFIGURATION (DURATION / ITERATIONS SETTING ) APPROPRIATE?... 4 Request / Response Status Summary...

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET

More information

4D as a Web Application Platform

4D as a Web Application Platform 4D as a Web Application Platform 4D is a powerful, flexible, and very scalable Web application platform. This white paper examines the common requirements for Web application servers, and discusses the

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Using WebLOAD to Monitor Your Production Environment

Using WebLOAD to Monitor Your Production Environment Using WebLOAD to Monitor Your Production Environment Your pre launch performance test scripts can be reused for post launch monitoring to verify application performance. This reuse can save time, money

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with SQL Server Integration Services, and

More information

Development Best Practices

Development Best Practices Development Best Practices 0 Toad Toad for Oracle v.9.6 Configurations for Oracle Standard Basic Toad Features + Team Coding + PL/SQL Profiler + PL/SQL Debugging + Knowledge Xpert PL/SQL and DBA Toad for

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

Comparative Study of Automated Testing Tools: Quick Test Pro and Load Runner

Comparative Study of Automated Testing Tools: Quick Test Pro and Load Runner Comparative Study of Automated Testing Tools: Quick Test Pro and Load Runner Shaveta, Sachin kumar, Nitika, Snehlata C.S.E student, Department Of Computer Science Engineering, Punjab Abstract-Testing automation

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: whitepaper@hsc.com web: www.hsc.com PROPRIETARY

More information

East Asia Network Sdn Bhd

East Asia Network Sdn Bhd Course: Analyzing, Designing, and Implementing a Data Warehouse with Microsoft SQL Server 2014 Elements of this syllabus may be change to cater to the participants background & knowledge. This course describes

More information

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information