Reputation: 25733
I did a small web application for using PHP, HTML, and JavaScript.
I want to test my application in BlackBerry and iPhone, but I don't have either of them.
Is there any site providing facilities, something like a live BlackBerry tester site?
Upvotes: 0
Views: 425
Reputation: 882
You could try downloading the Firefox add-on, User Agent Switcher, and have it act like a Blackberry. Granted though, it's not a true test. But if you are looking to see how your app reacts to this, it is a good first test.
Upvotes: 1
Reputation: 153
You also have access to an iPhone simulator as a registered Apple developer. But this is for the Mac OS X platform, not Windows.
Upvotes: 0
Reputation: 8986
For Blackberry, you can download a simulator from RIM. You want to download the smartphone simulator and also the MDS simulator, which enables the smartphone simulator to connect to websites.
Upvotes: 2