Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-test-dev] I want to Know how to execute org.eclipse.cdt.testing-3.0.2.

Hello.

I am studying unit test using eclipse-cdt.

I have downloaded a source code from http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/3.0.2/.

CDT Testing Feature - Includes all test plugins required for running automated JUnit tests

I tried to understand about this testing case but its difficult.

 

When I write a test-case, I would like to apply this test-case in my program.

I have been studying the test-case for my CDT plug-in development.

I knew the basic of test-case and I had made a simple junit test-case using JUnit like power2.

And I want to test UI, how can I make a test-case and what is the form of test-case.

I need some example or simple test-case.

I want to know how they (=developer) had tested about org.eclipse.cdt.testing-3.0.2.

Although this question is a something difficult, please help me.

Thanks and regards.  


Back to the top