try to automate an application test - need help.

Hello

I am newbie to BlackBerry Java development.

I developed a custom application for blackberry with BlackBerry JDE. To test the same thing, I want to automate the test of it. Could someone help how can I achieve this.

Please tell me where I could run my application as a deamon process in balckberry and access another application API. Is this possible?

Also please tell me all the related links. I'm less bothered if my automation must be put with the other language as MDS, time of execution.

Sorry if I posted in the wrong group, please let me know the correct contact.

Thank you

Micheline.

I'm the right person to answer this question because I did all this, but I hope that I will give you some tips and other people can fill.

Most of this information came from DevCon 2009, specifically Dev32. and COM18.  I don't know what's the State in which the provision to slides of people who do not (if you do not, you can download them yourself), but perhaps you can ask your RIM-binding agent and see what they can do to bring these, you might even be able to buy the proceedings of the Conference here :

https://www.blackberrydeveloperconference.NET/

In terms of tests automated. I think that these options are available:

(a) unit tests.

Look here for the opensource project now called RIMUnit.  In my view, that there is also a package of BBUnit autour.  You can use these tools for will test your classes

(b) test simulator

It is possible to entry to the script Simulator and the Simulator and then run the Script.  Not sure that you have an interact with the Script, but I guess it's useful as a regression Test.  You run fledgecontroller.exe.  I found a documentation here:

http://docs.BlackBerry.com/en/developers/deliverables/6338/Test_BBSmrtphnSmltr_events_using_script_6...

On OS 5.0 simulators, you can get the Simulator to capture the entrance.  You can use this in older simulators to read, if you will probably want to modify the script.

(c) test of EventInjector

A bit like (b) except that generate you events by using a program on the BlackBerry itself.  You need to watch the screen and the new OS 5.0 function locateDifference and be used to see the differences between screenshots.

(d) on the test device

For example, using services like DeviceAnywhere.

(e) two other tools mentioned in DEV32

BSquare TestQuest

IBM Rational Functional test

Hope this helps

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for