Discussion Board

Results 1 to 4 of 4
  1. #1
    Registered User john_qa's Avatar
    Join Date
    Jan 2012
    Posts
    2
    Hello,

    I have to test some mobile websites on different simulators in an automated and manual way.

    For that I tried also QT Simulator, but I see no way in how can I load web pages on it to check them.
    I would also need to configure a proxy for it, in order to be able to execute automated tests. For this one I saw its impossible.

    Is there a way to use the simulator in a standalone way?

    Thank you

  2. #2
    Registered User kusumk's Avatar
    Join Date
    Sep 2011
    Posts
    449
    Hi,

    As far as I know there is no way to set proxy in QT simulator from the menu options.
    You will have to set it programmatically.

    Code:
    #include <QtNetwork/QNetworkProxy>


    Code:
          QList<QNetworkProxy> list = QNetworkProxyFactory::systemProxyForQuery (  QNetworkProxyQuery ( QUrl("http://www.google.com/") ) ); 
    	        if( list.count() >= 1) 
    	            QNetworkProxy::setApplicationProxy ( list.at(0) );
    Hope this helps!

  3. #3
    Registered User john_qa's Avatar
    Join Date
    Jan 2012
    Posts
    2
    Thank you for the answer. Unfortunately I cannot use the simulator programmatically.

  4. #4
    Regular Contributor teemup's Avatar
    Join Date
    May 2010
    Posts
    362
    There is no way to use the simulator in the way you described.

Similar Threads

  1. where to find standalone emulator or simulator for series60
    By jha_pankaj18 in forum Symbian Tools & SDKs
    Replies: 1
    Last Post: 2004-03-10, 07:38
  2. Nds 2 as StandAlone
    By FatalError in forum Mobile Java Tools & SDKs
    Replies: 0
    Last Post: 2003-12-20, 16:27
  3. Any 'standalone' Nokia simulator/emulator?
    By Nokia_Archived in forum Mobile Web Site Development
    Replies: 2
    Last Post: 2002-05-14, 12:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved