• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

gwt junit in dynamic web project

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

i am new to gwt j unit ,i am using eclipse as IDE. In an existing web project i have to write test cases, problem is that the developers while creating the project, they create new dynamic web project and they add gwt dependencies rather than creating gwt web project . problem is that when i try to run the test cases in the project i doesn't runs.

I am unable to run the test cases please suggest me how to run the test cases.

I guess it is because of creating the project as dynamic web project and adding the GWT dependencies rather than creating GWT web project.


give me suggestion .
 
author & internet detective
Posts: 42134
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Riaz,
Does it work if you change it to a GWT project? You can create a new GWT project and copy the project nature.

Does the GWT itself work? If so, your problem wouldn't be the project nature/type. If not, that is a strong contender for the error.
 
Greenhorn
Posts: 22
Spring Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too have problems when I need to test GWT applications.

In my case, I am searching for a tool that would do Load Testing on my GWT application.
As I am an Linux user, getting a tool is becoming difficult.

Still searching..
 
reply
    Bookmark Topic Watch Topic
  • New Topic