1

I have developed Simple project using GWT, in application i have three different layers like, model, service, ui. UI is the one for GWT classes, I could able to test model, service using Junit code, but i am unable to do junit for UI, could you help me how i can write jUnit test cases for GWT classes. thanks your help..

1 Answer 1

2

There is nice article about GWT JUnit testing at code.google.com - which is good documentation to see- that should help you getting started.

If you would like to see concrete example, you should follow StockWatcher exmaple from that tutorial, that has another part about JUnit testing (step by step).

Sign up to request clarification or add additional context in comments.

3 Comments

Thanks for response, by this i can test components, in my applciation there is RPC IMPL classes, which actually invoke the my spring beans which is defined in service layer, how can i test RPC impl classes, is there way? thanks for your help.
There is part about remote testing in the first link I posted.
Just one doubt, could you please clarify me to run this test case do i need to run application?

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.