SlideShare una empresa de Scribd logo
1 de 32
Understanding Plug-in Test Suites
 from an Integration Perspective
         Michaela Greiler, Arie van Deursen
        Software Engineering Research Group
            Delft University of Technology
Understanding Plug-in Test Suites
Need more Information?




  Which Information?
Code Dependencies
   which plug-ins are using each other




 Service Relations
which plug-ins are using services each other



Extension Relations
 which plug-ins are extending each other
Interviewed 25 Eclipse practitioners



                                  Understanding
                                    test cases




                                 Understanding
                                   test suites
Interviewed 25 Eclipse practitioners
                                            Understanding
                                              test cases




  Coding standards, naming conventions.


  Explanation and Motivation.


  “Tests are also like other parts of code. Sometimes people give bad
  names to their methods and variables. Then it is hard to understand.”
Interviewed 25 Eclipse practitioners
                                Understanding
                                  test suites




“What one specific test does, that’s quite
easy to understand. What’s difficult is to see
where the blank spots on the map are.”
Interviewed 25 Eclipse practitioners
                                     Understanding
                                       test suites




  Challenges keeping an Overview:

  “It is difficult. You have to read it all. If you skip
  one test, you do not know one part of the system.”

  Test Organization and Structure.

  Nested Test Suites.
Interviewed 25 Eclipse practitioners
                                    Understanding
                                      test suites




  “We realized: either we work on a particular point, and
  we run only one test case, or we run all of them.

  We worry very often about not being able to run the test
  suite in a more fine-grained way..”
Which plug-ins are
                             How are the plug-in
tested by which test-
                            extensions and services
     component?
                                    tested?



                          How are the plug-ins
                          extending each other?
 Which extensions are
 used during the tests?
Manual Inspection!
Look at…

     … extension relations

       Only Static


           …code
Understanding Plug-in Test Suites
 from an Integration Perspective
5 Architectural View


                                                        Extension        Service
   Plug-in         Test-Suite          Extension
                                                       Usage View      Usage View
Modularization   Modularization      Initialization
    View             View                 View

Plug-in Level    Test Case Level   Extension Level    Method Level    Method Level

                    Plug-in A         Plug-in A         Plug-in A       Plug-in A
  Plug-in A
                   is tested by         loads            invokes          invokes
    uses
                    test case t      extension e      method m of     method m of
  Plug-in B
                   of Plug-in B      of Plug-in B     extension e        service s
                                                       in plug-in B    in plug-in B
Ingredients: Data Behind

                   Static Data & Dynamic Trace Data

        plugin.xml & schema                          Test suite
              manifest                               class files
              class files




     Fact Extraction                             Instrumentation
           Facts                                        Traces


                              Reconstruction




                                  VIEWS


                                          Recipe: Reconstructing The Views
Recipe: Reconstructing the Extension Usage View


STATIC: plug-in.xml, schema, .class                        DYNAMIC: Method Calls
       Fact Extraction                                      Instrumentation
              Facts                                                Traces

                                      Reconstruction
                            Extension Method Set: Heuristic
                             (all methods of an extension)

                                  Inspect the Trace File




                             Extension Usage View
                             which “extension methods” are
                                        invoked
ETSE: Eclipse Test Suite Explorer
Empirical Evaluation
Case Study Set-Up


                                             Connector
     27 plug-ins       5 main plug-ins    3 main plug-ins
11 test-components    2 test components  1 test component
   2 test suites        4 test suites      2 test suites
    200,000 LOCs         100,000 LOCs        8,500 LOCs
30,000 LOCs tests    14,000 lines tests 3,400 lines tests
ETSE: Eclipse Test Suite Explorer
Static




                        Dynamic



 Which plug-ins are
tested by which test-
     component?
Dynamic & Static




            System Level
                              How are the plug-in
                           extension-relations tested?
How are the plug-ins
extending each other?
Plug-in Level
                                Dynamic & Static


                             How are the plug-in
                          extension-relations tested?
How are the plug-ins
extending each other?
When and how have
                         the extensions been
                                used?
Which extensions are
used during the tests?
ETSE: Eclipse Test Suite Explorer
Want to use ETSE in your project?



                 Contactus!
                m.s.greiler@tudelft.nl
             arie.vandeursen@tudelft.nl


                      Update site:
http://swerl.tudelft.nl/etse/ETSE_UpdateSite/site.xml

Más contenido relacionado

La actualidad más candente

Unit Testing And Mocking
Unit Testing And MockingUnit Testing And Mocking
Unit Testing And Mocking
Joe Wilson
 
Unit Test Presentation
Unit Test PresentationUnit Test Presentation
Unit Test Presentation
Sayedur Rahman
 

La actualidad más candente (20)

Unit testing
Unit testingUnit testing
Unit testing
 
Unit testing with JUnit
Unit testing with JUnitUnit testing with JUnit
Unit testing with JUnit
 
Workshop unit test
Workshop   unit testWorkshop   unit test
Workshop unit test
 
Unit Testing
Unit TestingUnit Testing
Unit Testing
 
Testing and Mocking Object - The Art of Mocking.
Testing and Mocking Object - The Art of Mocking.Testing and Mocking Object - The Art of Mocking.
Testing and Mocking Object - The Art of Mocking.
 
Unit Testing
Unit TestingUnit Testing
Unit Testing
 
Unit Testing And Mocking
Unit Testing And MockingUnit Testing And Mocking
Unit Testing And Mocking
 
NUnit Features Presentation
NUnit Features PresentationNUnit Features Presentation
NUnit Features Presentation
 
Testing In Java
Testing In JavaTesting In Java
Testing In Java
 
What is JUnit? | Edureka
What is JUnit? | EdurekaWhat is JUnit? | Edureka
What is JUnit? | Edureka
 
Unit Test Presentation
Unit Test PresentationUnit Test Presentation
Unit Test Presentation
 
Beginners - Get Started With Unit Testing in .NET
Beginners - Get Started With Unit Testing in .NETBeginners - Get Started With Unit Testing in .NET
Beginners - Get Started With Unit Testing in .NET
 
Introduction to JUnit
Introduction to JUnitIntroduction to JUnit
Introduction to JUnit
 
Unit Tests And Automated Testing
Unit Tests And Automated TestingUnit Tests And Automated Testing
Unit Tests And Automated Testing
 
Unit testing
Unit testingUnit testing
Unit testing
 
Unit Testing (C#)
Unit Testing (C#)Unit Testing (C#)
Unit Testing (C#)
 
Unit testing with Junit
Unit testing with JunitUnit testing with Junit
Unit testing with Junit
 
.Net Unit Testing with Visual Studio 2010
.Net Unit Testing with Visual Studio 2010.Net Unit Testing with Visual Studio 2010
.Net Unit Testing with Visual Studio 2010
 
Test driven development in .Net - 2010 + Eclipse
Test driven development in .Net - 2010 + EclipseTest driven development in .Net - 2010 + Eclipse
Test driven development in .Net - 2010 + Eclipse
 
Intro To Unit and integration Testing
Intro To Unit and integration TestingIntro To Unit and integration Testing
Intro To Unit and integration Testing
 

Destacado

ICSE 2012: Test Confessions - A study of testing practices for plug-in systems
ICSE 2012:  Test Confessions - A study of testing practices for plug-in systemsICSE 2012:  Test Confessions - A study of testing practices for plug-in systems
ICSE 2012: Test Confessions - A study of testing practices for plug-in systems
Michaela Greiler
 
The Impact of Code Review Coverage and Participation on Software Quality
The Impact of Code Review Coverage and Participation on Software QualityThe Impact of Code Review Coverage and Participation on Software Quality
The Impact of Code Review Coverage and Participation on Software Quality
Shane McIntosh
 
Simplified Security Code Review Process
Simplified Security Code Review ProcessSimplified Security Code Review Process
Simplified Security Code Review Process
Sherif Koussa
 

Destacado (20)

ICSE 2012: Test Confessions - A study of testing practices for plug-in systems
ICSE 2012:  Test Confessions - A study of testing practices for plug-in systemsICSE 2012:  Test Confessions - A study of testing practices for plug-in systems
ICSE 2012: Test Confessions - A study of testing practices for plug-in systems
 
How to Code Review
How to Code ReviewHow to Code Review
How to Code Review
 
Strategies to Avoid Test Fixture Smells durin Software Evolution
Strategies to Avoid Test Fixture Smells durin Software EvolutionStrategies to Avoid Test Fixture Smells durin Software Evolution
Strategies to Avoid Test Fixture Smells durin Software Evolution
 
JDD Effective Code Review In Agile Teams
JDD Effective Code Review In Agile TeamsJDD Effective Code Review In Agile Teams
JDD Effective Code Review In Agile Teams
 
EclipseCon: Test Confessions - What Eclipsers think and do about testing
EclipseCon: Test Confessions - What Eclipsers think and do about testingEclipseCon: Test Confessions - What Eclipsers think and do about testing
EclipseCon: Test Confessions - What Eclipsers think and do about testing
 
Code review process checklist by VINTAGE
Code review process checklist by VINTAGECode review process checklist by VINTAGE
Code review process checklist by VINTAGE
 
Code review in practice
Code review in practiceCode review in practice
Code review in practice
 
Code review drinking game
Code review drinking gameCode review drinking game
Code review drinking game
 
Code Review
Code ReviewCode Review
Code Review
 
Review your code like a Googler
Review your code like a GooglerReview your code like a Googler
Review your code like a Googler
 
Code Review: Veni, ViDI, Vici (saner15)
Code Review: Veni, ViDI, Vici (saner15)Code Review: Veni, ViDI, Vici (saner15)
Code Review: Veni, ViDI, Vici (saner15)
 
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
Code Review for Teams Too Busy to Review Code - Atlassian Summit 2010
 
Code Review: An apple a day
Code Review: An apple a dayCode Review: An apple a day
Code Review: An apple a day
 
On to code review lessons learned at microsoft
On to code review lessons learned at microsoftOn to code review lessons learned at microsoft
On to code review lessons learned at microsoft
 
The Impact of Code Review Coverage and Participation on Software Quality
The Impact of Code Review Coverage and Participation on Software QualityThe Impact of Code Review Coverage and Participation on Software Quality
The Impact of Code Review Coverage and Participation on Software Quality
 
Can we induce change with what we measure?
Can we induce change with what we measure?Can we induce change with what we measure?
Can we induce change with what we measure?
 
Simplified Security Code Review Process
Simplified Security Code Review ProcessSimplified Security Code Review Process
Simplified Security Code Review Process
 
Code Review: How and When
Code Review: How and WhenCode Review: How and When
Code Review: How and When
 
Code Review for iOS
Code Review for iOSCode Review for iOS
Code Review for iOS
 
Improving Code Quality Through Effective Review Process
Improving Code Quality Through Effective  Review ProcessImproving Code Quality Through Effective  Review Process
Improving Code Quality Through Effective Review Process
 

Similar a Understanding Eclipse Plug-in Test Suites @ The Eclipse Testing Day 2011

Unit testing php-unit - phing - selenium_v2
Unit testing   php-unit - phing - selenium_v2Unit testing   php-unit - phing - selenium_v2
Unit testing php-unit - phing - selenium_v2
Tricode (part of Dept)
 
Unit testing
Unit testingUnit testing
Unit testing
medsherb
 
Defect Testing in Software Engineering SE20
Defect Testing in Software Engineering SE20Defect Testing in Software Engineering SE20
Defect Testing in Software Engineering SE20
koolkampus
 
52 - The Impact of Test Ownership and Team Structure on the Reliability and E...
52 - The Impact of Test Ownership and Team Structure on the Reliability and E...52 - The Impact of Test Ownership and Team Structure on the Reliability and E...
52 - The Impact of Test Ownership and Team Structure on the Reliability and E...
ESEM 2014
 
The Impact of Test Ownership and Team Structure on the Reliability and Effect...
The Impact of Test Ownership and Team Structure on the Reliability and Effect...The Impact of Test Ownership and Team Structure on the Reliability and Effect...
The Impact of Test Ownership and Team Structure on the Reliability and Effect...
Kim Herzig
 
Glossary of Testing Terms and Concepts
Glossary of Testing Terms and ConceptsGlossary of Testing Terms and Concepts
Glossary of Testing Terms and Concepts
mqamarhayat
 

Similar a Understanding Eclipse Plug-in Test Suites @ The Eclipse Testing Day 2011 (20)

Chapter 3 SOFTWARE TESTING PROCESS
Chapter 3 SOFTWARE TESTING PROCESSChapter 3 SOFTWARE TESTING PROCESS
Chapter 3 SOFTWARE TESTING PROCESS
 
Unit testing php-unit - phing - selenium_v2
Unit testing   php-unit - phing - selenium_v2Unit testing   php-unit - phing - selenium_v2
Unit testing php-unit - phing - selenium_v2
 
Unit testing
Unit testingUnit testing
Unit testing
 
Unit testing & TDD concepts with best practice guidelines.
Unit testing & TDD concepts with best practice guidelines.Unit testing & TDD concepts with best practice guidelines.
Unit testing & TDD concepts with best practice guidelines.
 
Unit Testing in Java
Unit Testing in JavaUnit Testing in Java
Unit Testing in Java
 
Application Testing
Application TestingApplication Testing
Application Testing
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Ch23
Ch23Ch23
Ch23
 
Defect Testing in Software Engineering SE20
Defect Testing in Software Engineering SE20Defect Testing in Software Engineering SE20
Defect Testing in Software Engineering SE20
 
Tdd Ugialtnet Jan2010
Tdd Ugialtnet Jan2010Tdd Ugialtnet Jan2010
Tdd Ugialtnet Jan2010
 
52 - The Impact of Test Ownership and Team Structure on the Reliability and E...
52 - The Impact of Test Ownership and Team Structure on the Reliability and E...52 - The Impact of Test Ownership and Team Structure on the Reliability and E...
52 - The Impact of Test Ownership and Team Structure on the Reliability and E...
 
Test ng for testers
Test ng for testersTest ng for testers
Test ng for testers
 
Higher Order Testing
Higher Order TestingHigher Order Testing
Higher Order Testing
 
JUnit- A Unit Testing Framework
JUnit- A Unit Testing FrameworkJUnit- A Unit Testing Framework
JUnit- A Unit Testing Framework
 
TestNG - The Next Generation of Unit Testing
TestNG - The Next Generation of Unit TestingTestNG - The Next Generation of Unit Testing
TestNG - The Next Generation of Unit Testing
 
The Impact of Test Ownership and Team Structure on the Reliability and Effect...
The Impact of Test Ownership and Team Structure on the Reliability and Effect...The Impact of Test Ownership and Team Structure on the Reliability and Effect...
The Impact of Test Ownership and Team Structure on the Reliability and Effect...
 
Glossary of Testing Terms and Concepts
Glossary of Testing Terms and ConceptsGlossary of Testing Terms and Concepts
Glossary of Testing Terms and Concepts
 
Test driven development and unit testing with examples in C++
Test driven development and unit testing with examples in C++Test driven development and unit testing with examples in C++
Test driven development and unit testing with examples in C++
 
Object Oriented Testing
Object Oriented TestingObject Oriented Testing
Object Oriented Testing
 
Testing Plug-in Architectures
Testing Plug-in ArchitecturesTesting Plug-in Architectures
Testing Plug-in Architectures
 

Último

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Understanding Eclipse Plug-in Test Suites @ The Eclipse Testing Day 2011

  • 1. Understanding Plug-in Test Suites from an Integration Perspective Michaela Greiler, Arie van Deursen Software Engineering Research Group Delft University of Technology
  • 3.
  • 4.
  • 5. Need more Information? Which Information?
  • 6.
  • 7. Code Dependencies which plug-ins are using each other Service Relations which plug-ins are using services each other Extension Relations which plug-ins are extending each other
  • 8.
  • 9. Interviewed 25 Eclipse practitioners Understanding test cases Understanding test suites
  • 10. Interviewed 25 Eclipse practitioners Understanding test cases Coding standards, naming conventions. Explanation and Motivation. “Tests are also like other parts of code. Sometimes people give bad names to their methods and variables. Then it is hard to understand.”
  • 11. Interviewed 25 Eclipse practitioners Understanding test suites “What one specific test does, that’s quite easy to understand. What’s difficult is to see where the blank spots on the map are.”
  • 12. Interviewed 25 Eclipse practitioners Understanding test suites Challenges keeping an Overview: “It is difficult. You have to read it all. If you skip one test, you do not know one part of the system.” Test Organization and Structure. Nested Test Suites.
  • 13. Interviewed 25 Eclipse practitioners Understanding test suites “We realized: either we work on a particular point, and we run only one test case, or we run all of them. We worry very often about not being able to run the test suite in a more fine-grained way..”
  • 14.
  • 15. Which plug-ins are How are the plug-in tested by which test- extensions and services component? tested? How are the plug-ins extending each other? Which extensions are used during the tests?
  • 17. Look at… … extension relations Only Static …code
  • 18. Understanding Plug-in Test Suites from an Integration Perspective
  • 19. 5 Architectural View Extension Service Plug-in Test-Suite Extension Usage View Usage View Modularization Modularization Initialization View View View Plug-in Level Test Case Level Extension Level Method Level Method Level Plug-in A Plug-in A Plug-in A Plug-in A Plug-in A is tested by loads invokes invokes uses test case t extension e method m of method m of Plug-in B of Plug-in B of Plug-in B extension e service s in plug-in B in plug-in B
  • 20. Ingredients: Data Behind Static Data & Dynamic Trace Data plugin.xml & schema Test suite manifest class files class files Fact Extraction Instrumentation Facts Traces Reconstruction VIEWS Recipe: Reconstructing The Views
  • 21. Recipe: Reconstructing the Extension Usage View STATIC: plug-in.xml, schema, .class DYNAMIC: Method Calls Fact Extraction Instrumentation Facts Traces Reconstruction Extension Method Set: Heuristic (all methods of an extension) Inspect the Trace File Extension Usage View which “extension methods” are invoked
  • 22. ETSE: Eclipse Test Suite Explorer
  • 24. Case Study Set-Up Connector 27 plug-ins 5 main plug-ins 3 main plug-ins 11 test-components 2 test components 1 test component 2 test suites 4 test suites 2 test suites 200,000 LOCs 100,000 LOCs 8,500 LOCs 30,000 LOCs tests 14,000 lines tests 3,400 lines tests
  • 25.
  • 26. ETSE: Eclipse Test Suite Explorer
  • 27. Static Dynamic Which plug-ins are tested by which test- component?
  • 28. Dynamic & Static System Level How are the plug-in extension-relations tested? How are the plug-ins extending each other?
  • 29. Plug-in Level Dynamic & Static How are the plug-in extension-relations tested? How are the plug-ins extending each other?
  • 30. When and how have the extensions been used? Which extensions are used during the tests?
  • 31. ETSE: Eclipse Test Suite Explorer
  • 32. Want to use ETSE in your project? Contactus! m.s.greiler@tudelft.nl arie.vandeursen@tudelft.nl Update site: http://swerl.tudelft.nl/etse/ETSE_UpdateSite/site.xml