Accomplishments  Getting larger portion of both Java and C# into CodeDOM to support cross language detections  Source code and statement line number.

Slides:



Advertisements
Similar presentations
Module 6: Introduction to C Language ITEI102 Introduction to Programming Structure of C++ Program - Programming Terminologies - Microsoft Visual Studio.
Advertisements

{ Dominion - Test Plan Version 1 – 22 nd Apr Aravind Palanisami.
WISTPC-09 : Session A Tariq M. King PhD Candidate Florida International University Workshop on Integrating Software Testing into Programming.
CS 1400 Using Microsoft Visual Studio 2005 if you don’t have the appropriate appendix.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
ISYS 350 Building Business Applications David Chao.
HTML Black Box Manage Device Capabilitie s 3 Manage Service Capabiliti es 4 Edit Code 5 Edit & Style UI 6 Build & Run 7 Debug & Diagnose.
Getting Started Example ICS2O curriculum
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Chapter 1: Creating Java Programs
Staff Scheduling at USPS Mail Processing & Distribution Centers A Case Study Using Integer Programming.
Chapter 1.4 Programming languages Homework Due: Monday, August 11, 2014.
Entity Framework MIS 324 MIS 324 Professor Sandvig Professor Sandvig.
Chapter 1: A First Program Using C#. Programming Computer program – A set of instructions that tells a computer what to do – Also called software Software.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Java Chapter 1 Problem solving: 1. Understanding the problem. 2. Breaking the problem into manageable pieces. 3. Designing a solution. 4. Considering alternatives.
What’s New in Automated Software Testing and ClearQuest Shmuel Bashan IBM Rational
Cross Language Clone Analysis Team 2 October 27, 2010.
Cross Language Clone Analysis Team 2 April 7, 2011.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
ISYS 350 Building Business Applications David Chao.
N from what language did C++ originate? n what’s input, output device? n what’s main memory, memory location, memory address? n what’s a program, data?
Programming in R SQL in R. Running SQL in R In this session I will show you how to: Run basic SQL commands within R.
Cross Language Clone Analysis Team 2 October 13, 2010.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Chapters 2 & 3. .NET Software development model that allows applications created in disparate programming languages to communicate Universal data access.
CONTENT 1.Software Process 2.Object Technology 3.UML 4.UML For Java.
Adding SubtractingMultiplyingDividingMiscellaneous.
Cross Language Clone Analysis Team 2 February 3, 2011.
Cross Language Clone Analysis Team 2 March 3, 2011.
Cross Language Clone Analysis Team 2 November 22, 2010.
Cross Language Clone Analysis Team 2 November 10, 2010.
Cross Language Clone Analysis Team 2 February 3, 2011.
Review_5 Graphics. The visual representation of images is known as…
VS33 Developer Productivity Enhancements in Visual Studio 2015 Robert Green Technical Evangelist, DX,
© 2010 IBM Corporation What’s New in RSA 8.0 Beta 1 – Visual Basic modeling March, 2010.
Chapter 5: Looping. Using the while Loop Loop – A structure that allows repeated execution of a block of statements Loop body – A block of statements.
Visual Studio 2015 Tips and Tricks Robert Green Program Manager Evangelism, DX,
Java Programming Fifth Edition Chapter 1 Creating Your First Java Classes.
Getting Started NX Journaling Jeff Roark Yanfeng Automotive Interiors.
SQL Server Failover Effects on Applications Connected to the Cluster
CMIT100 Chapter 14 - Programming.
Android How to Program, 3/e
Library Functions Goals of software engineering reliable code
Computer Terms Review from what language did C++ originate?
Chapter 1: An Introduction to Visual Basic 2015
Computer Software: Programming
Chapter Topics 15.1 Graphical User Interfaces
Introduction to Visual Basic 2008 Programming
Event-driven programming
White-Box Testing.
Staff Scheduling at USPS Mail Processing & Distribution Centers
التعامل مع ضغوطات العمل إعداد وتقديم إقبال المطيري
Rational Rose 2018/12/30.
Replace this text with your title
Chapter 15: GUI Applications & Event-Driven Programming
Black & White Infant Visual Stimulation Card.
ISYS 350 Building Business Applications
Adding with 9’s.
Adding with 10’s.
Sharing Code across Platforms with Visual Studio 2015
0. Overview of 2-Day Academic .NET Workshop
Computer Terms Review from what language did C++ originate?
Adding ____ + 10.
2) I DECIDED TO USE THE SECRET CODE FONT FOR THE TITLE
LANGUAGE EDUCATION.
UNIT TESTING TOOLS Workshop on Integrating Software
C# and ASP.NET Programming
Presentation transcript:

Accomplishments  Getting larger portion of both Java and C# into CodeDOM to support cross language detections  Source code and statement line number associations now in place 1

White Box and Black Box Testing 2

 White Box Testing: ◦ Unit Testing  Black Box Testing: ◦ Production Rule Testing ◦ Stress Testing ◦ Functional Testing 3

 Console Project…bypasses GUI ◦ Parses source and builds CodeDOM ◦ No analysis ◦ Targets  JDK1.6  Microsoft Visual Studio 9.0 4

5

6

 Current Test Count: 33  Added test code to cover ◦ Some off-nominals ◦ Some stress

Where we currently stand 8

Legacy Code Slight Increase From Baseline