• 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:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Can I make a real test to my App

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have made applcation to send a messages from web site.. it is a traditional application but i early learned about Java and J2ME..
the question is: can i make a real test to my application ... give a start point if you can
Thankful for any comment..
 
Ranch Hand
Posts: 346
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Suhayeb Jaabo:
I have made applcation to send a messages from web site.. it is a traditional application but i early learned about Java and J2ME..
the question is: can i make a real test to my application ... give a start point if you can
Thankful for any comment..


OKay first have you any exp with JUnit or cactus in any way?
OKay first to testunit functionality you will be using Junit and the extension to JUnit for J2ME..see junit.lorg for details
ON top of that to test the operational functionality you will have to use Cactus through JUnit to do that type of testing once again see junit.org for deatils..
If you don;t want to delve into JUnit and Cactus as of yet..
You would deploy your server side stuff to Sun's J2EE ri 1.4.1beta adn st your ant build script to build your midp verify it, and run it through the emulator and use it in emualtion to see if it can connect to the J2ee server in the way you design it to do that..
One thing to make usre of if running cactus tests your ide has to be on a different vm than the refernece J2ee sever..
 
Any sufficiently advanced technology will be used as a cat toy. And this tiny ad contains a very small cat:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic