Bug 202551 - [tests] Implement a PDA-basedframework for testing standard views' view models
Summary: [tests] Implement a PDA-basedframework for testing standard views' view models
Status: ASSIGNED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf (show other bugs)
Version: 0 DD 1.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 159692 159695 187886
  Show dependency tree
 
Reported: 2007-09-06 19:09 EDT by Pawel Piech CLA
Modified: 2020-09-04 15:19 EDT (History)
1 user (show)

See Also:


Attachments
Prototyping a Debug View VM Test (12.93 KB, patch)
2010-05-24 18:26 EDT, Pawel Piech CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2007-09-06 19:09:39 EDT
We need a set of dummy debug service implementations in order to write unit tests, or even standard manual tests which exercise all the features of the standard debugger views.  These dummy services will allow us to test all the features of the views and to stress test the views for performance.
Comment 1 Pawel Piech CLA 2008-02-05 14:07:34 EST
The dummy test services should use the PDA prototype developed for EclipseCon tutorial as a base.  The PDA debugger is a perl-script and can be easily expanded to implement all of the debug services interfaces.
Comment 2 Pawel Piech CLA 2010-05-24 18:26:13 EDT
Created attachment 169743 [details]
Prototyping a Debug View VM Test

I started to prototype a unit test for the Launch View DSF View Model.  This patch is just early work in progress.