Sushilareddy
Sushilareddy

Reputation: 131

Is there any tools for writing the test cases automatically in iPhone and Blackberry mobile applications?

Any one can suggest me is there any tools writing the test cases automatically in iPhone and Blackberry applications just like "Monkey Runner" in Android applications.

Thank you.

Upvotes: 0

Views: 393

Answers (2)

yoosiba
yoosiba

Reputation: 2206

Hey.
It will be hard to find one tool for different platforms (BlackBerry+iPhone+Andorid+....).
One that I am aware of is DeviceAnywhere, but it is commercial product - I haven't used it.

Upvotes: 1

gop
gop

Reputation: 2200

I haven't seen actual unit testing framework for blackberry.

I have used a while ago some j2me based framework but if you want to test you have to start the simulator.

Here you might find somethin useful:
http://supportforums.blackberry.com/t5/Java-Development/Unit-Testing/m-p/22592

Upvotes: 0

Related Questions