Results 1 to 3 of 3

Thread: Best open source tool for automated GUI testing for QT based application.?

  1. #1

    Default Best open source tool for automated GUI testing for QT based application.?

    I dont want squish since it is licensed.

    Thanks in advance for your replies

  2. #2
    Join Date
    Aug 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Best open source tool for automated GUI testing for QT based application.?

    favorite


    i have created a property

    Q_PROPERTY(QString Query READ strgetQuery WRITE StrsetQuery)

    to my custom widget plugin

    void CAutoCompletion::StrsetQuery(const QString &str)
    {
    prt.strQueryForProperties=str;
    dbModelBinding *objdb=new dbModelBinding();
    objdb->strDatabaseNameGetText=strDatabaseNameGetText() ;
    //qDebug()<<"dbName ::"+objdb.strDatabaseNameGetText;
    objdb->strGetUserName=strGetUserName();
    objdb->Password=Password();
    objdb->strgethostName=strgethostName();
    objdb->inport=inport();
    connect(objdb,SIGNAL(modelFinished(QSqlQueryModel* )),SLOT(setDbConfig(QSqlQueryModel*)));
    objdb->start();


    }

    i just need to set

    prt.strQueryForProperties=str;

    i don't need to execute all the codes at design time, just only need to execute all the codes at run time only

  3. #3

    Default Re: Best open source tool for automated GUI testing for QT based application.?

    OK thanks for your reply

Similar Threads

  1. Replies: 0
    Last Post: 26th November 2012, 13:18
  2. Load Testing Tool for client server application
    By live_07 in forum Qt Programming
    Replies: 2
    Last Post: 4th November 2009, 18:19
  3. Open source automated testing tool for Qt App
    By William Wilson in forum Qt Programming
    Replies: 21
    Last Post: 5th December 2007, 16:56
  4. Automated testing tool for Qt app
    By William Wilson in forum Qt Programming
    Replies: 1
    Last Post: 12th November 2007, 09:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.