Case Study on Real Test Data Generation for Web Applications Andrey Langovoy Devart.

Slides:



Advertisements
Similar presentations
Content Management Portal Final Presentation Team SE16 – 7S 16 January, 2010.
Advertisements

Configuration management
Performance Testing - Kanwalpreet Singh.
1Key – Report Creation with DB2. DB2 Databases Create Domain for DB2 Test Demo.
IST346: Workstations. Agenda  Look at the computer from the administration viewpoint.  Discuss common workstation operating systems  Discuss computer.
SharePoint Club – Interoperability MOSS Pascal Scheller, Consultant, Getronics SA.
A database-driven tool to create items, variables and questionnaires NEPS Metadata Editor.
An Object-Oriented Architecture Supporting Web Application Testing Presented By: Bhavdeep Singh.
#sqlsatPordenone #sqlsat367 February 28, 2015 Testing your databases Alessandro
USING CI & CD WITH MICROSOFT SQL SERVER Tim Giorgi Senior Software Developer Northwest Evaluation
Feb 6-7, 2104 Hyatt Residency Bellevue. Meera Mahabala.
Why JasperSoft.
Navision Business Analytics Joyce Leung, Partner Technology Specialist.
UNCLASSIFIED Business Intelligence and SharePoint 2010 Steve McDonnell.
4 Business Organizations e.g., Retailer Online Consumer Dynamics SharePoint Product Catalog Published to SharePoint Customer Interacts with Online.
TrackDayTimeTitle ProjectTuesday12:30pm-1:45pm Managing tasks and projects with SharePoint Online and Project Pro for Office 365 ProjectWednesday9:00am-10:15amManaging.
Introduction to Database using Microsoft Access 2013 Part 1 November 4, 2014.
Enabling Mature Self Service with System Center 2012 Justin Cook (Data # 3) Principal Consultant, Systems Management & User Computing Jeffrey Cook (Data.
DYNAMICS CRM AS AN xRM DEVELOPMENT PLATFORM Jim Novak Solution Architect Celedon Partners, LLC
Manage Engine: Q Engine. What is it?  Tool developed by Manage Engine that allows one to test web applications using a variety of different tests to.
Using Microsoft ACCESS to develop small to medium applications on campus.
Testing Tools using Visual Studio Randy Pagels Sr. Developer Technology Specialist Microsoft Corporation.
1Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 8 Contract Management.
1© Copyright 2014 EMC Corporation. All rights reserved. Results Lower CAPEX Lower OPEX Savings of $500K over three years Challenge Lack of visibility into.
Data-driven Subscription using SSIS and SharePoint David Smeets 26/10/2013.
HP Sales & Marketing Collateral Management Solution.
Integration of Windows Azure data into SharePoint Server 2010 Adis Jugo managing consultant.
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
E-Charts: A Simulated Patient Record Dawn Mercer, Office of Research and Innovation, Seneca College Caius Grozav, School of Computer Studies, Seneca College.
Neev Technologies - Confidential 2010 Service Offering – NeevCloudLoad Cloud Based Load Testing Solution.
 A Web service is a method of communication between two electronic devices over World Wide Web.
Entity Framework Code First – Beyond the Basics Sergey Barskiy, Magenic Microsoft MVP – Data Platform Principal Consultant.
Web system security issues: A developer's perspective Morrison, P. Jason 9 December 2004 BAD Information Security Web system security issues:
Artifact Management Managing Maven and other artifacts in Perforce.
Solving the hard problems of User Experience
Visual Studio 2005 Team System: Enabling Better Software Through Testing Tejasvi Kumar Technology Specialist - VSTS Microsoft Corporation
Submitted By Navneet Bhalodiya Internal Guide : Ms. Hetal Thaker External Guide : Mr. Priyank Kakadiya.
Agenda  Introduction to TARGIT – philosophy, features, benefits  Live TARGIT product presentation  Q & A.
Poor man’s GIS using Tabular and Power View Fred Stimler, Developer – BI Group 
Developing SQL/Server database in Visual Studio Introducing SQL /Server Data Tools Peter Lu.Net Practices Director Principle Architect Nexient March 19.
1. Data Platform Solution Architect at Microsoft Working with SQL Server for past 15 years Author of SQL Server and Business Intelligence Books Blog a.
Performance Testing Using VSTS Saravana Kumar Microsoft MVP, VSTS Hewlett Packard Saravana Kumar Microsoft MVP, VSTS Hewlett Packard.
Introduction to SSDT Daniel Maxic Important note: in order to make this presentation I have used some of the content.
Steve Simon MVP SQL Server BI
Microsoft’s shiny dashboard-tool
SQL Server deployments
User working in web-browser
Database version control
Appendix A: Guide to Using Microsoft Project 2002
Database version control
Steve Simon MVP SQL Server BI
What is business intelligence?
Using Biml to Automate the Generation of SSIS Packages
SQL Server Integration Services SSIS and PowerShell
Auditing in SQL Server 2008 DBA-364-M
What is this talk about? How to actually use source control, how to get started with SSDT and how to start with continuous integration We will cover what.
Database Code Management with VS 2017 and RedGate
Continuous integration and delivery of databases in web development
Easily and Affordably Manage and Distribute Online Training Labs with the Power of Azure “When we compared university learning environments with business.
Business Intelligence Fundamentals: SQL Server Analysis Services
Your code is not just…your code
Database version control
Using Biml to Automate the Generation of SSIS Packages
Appendix A: Guide to Using Microsoft Project 2002
SSDT, Docker, and (Azure) DevOps
SSDT, Docker, and (Azure) DevOps
Your code is not just…your code
Presentation transcript:

Case Study on Real Test Data Generation for Web Applications Andrey Langovoy Devart

Sponsors

Agenda 1.Why generate test data? 2.Existing ways to generate test data 3.Live demo

What is Test Data? Test data is data which has been specifically identified for use in tests, typically of a computer program. Wikipedia

Why Generate Test Data?  No existing data available  Confidential data  Lack of data (e.g. for load testing)

Creating Proper Testing Environment Creating test data is: Time consuming Expensive A challenge (domain, integrity)

Data Generation Anti-Patterns Manual data creation Hand-made scripts

Actual Data Generated Manually

Expected Test Data

Microsoft Solution Embedded in SSDT

Using RegEx to Create Realistic Test Data

Discontinued Product Since Data Generation is not included and is not planned to be released in the future. Third party tooling will have to be relied upon for that functionality.

dbForge Data Generator for SQL Server