Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Smart Phone Emulator for Testing

Options
  • 05-09-2011 5:39pm
    #1
    Registered Users Posts: 168 ✭✭


    Hi All,

    I'm currently working for a small web design company, it’s a small setup just a few developers and me as a one man test department! I've been testing software for the last few years so that not an issue. This website testing is going fine but now the product owners want to insure the site is supported by web browsing on smart phones.

    I've been googling like mad for a couple of hours now and searched boards history also. But cannot find any browser based or install app solution.

    So I'm wondering if you folks know of any reputable methods of carrying out this testing for both Android and iPhone? Bar going out and buying a handful of phones!!!

    I'm running MS Windows now.

    Cheers


Comments

  • Closed Accounts Posts: 2,858 ✭✭✭Bigcheeze


    Not an emulator as you connect to a physical device:

    http://deviceanywhere.com/

    Also it's not free but there is a free trial option.


  • Registered Users Posts: 168 ✭✭the_god_swan


    Bigcheeze wrote: »
    Not an emulator as you connect to a physical device:

    http://deviceanywhere.com/

    Also it's not free but there is a free trial option.


    Cheers Bigcheeze ill look into that ;)


  • Registered Users Posts: 7,157 ✭✭✭srsly78


    Android emulator comes with sdk: http://developer.android.com/sdk/index.html You can vary the screensize of the virtual device, so for your testing you might like to create lots of virtual devices corresponding to small/medium/large phones.


  • Registered Users Posts: 650 ✭✭✭Freddio


    Seeing as you are testing for websites as opposed to apps you could create a html page with a bordered iframe with the screen resolutions you are testing for. eg for testing on an iPhone (320px X 480px) use the following
    <html>
    <body>
    <br/>
    <br/>
    <center>
    <iframe src="http://www.google.ie"   	width="320" height="480" style="border: solid #000 1px;"  scrolling="no">
    </iframe>
    </center>
    </body>
    </html>
    
    


    You also need to remember the quirky things like iPhone doesnt support flash and there are a multitude of screen resolutions on android


  • Registered Users Posts: 7,157 ✭✭✭srsly78


    There aren't a multitude, there are well-defined small/medium/large/tablet. And emulator can be easily setup to test these. iPhone also has different screensizes, for 3gs vs iphone 4, same aspect ratio tho.


  • Advertisement
  • Closed Accounts Posts: 2,858 ✭✭✭Bigcheeze


    srsly78 wrote: »
    There aren't a multitude, there are well-defined small/medium/large/tablet. And emulator can be easily setup to test these. iPhone also has different screensizes, for 3gs vs iphone 4, same aspect ratio tho.

    There are different Android screen resolutions within the same screen size though.


  • Registered Users Posts: 2,119 ✭✭✭p


    Buy some smart phones/ipod touches, and add it into the cost of the additional testing.

    Xcode and Android SDk come with Emulators, Dreamweaver comes with it's device central and browser lab to help you, but honestly, those tools are all good for quick checks, the real deal is always best.


  • Closed Accounts Posts: 6,281 ✭✭✭Ricky91t


    If you've got a mac download Xcode and start up the iPhone simulator, Open safari and off you go :)


  • Closed Accounts Posts: 429 ✭✭yutta


    I'm running MS Windows now.

    Buy a Mac and install XCode and Eclipse.

    Else install Eclipse and hackintosh on your PC.


Advertisement