Re: [Interest] Unit test framework

2018-03-20 Thread Himanshu Vishwakarma
Hi, Thanks to all for helping. : ) On Tue, Mar 20, 2018 at 6:16 PM, Himanshu Vishwakarma wrote: > Hi, > > Thanks to all for helping. : ) > > On Fri, Mar 9, 2018 at 6:55 PM, Konrad Rosenbaum wrote: >> Hi, >> >> On Fri, March 9, 2018 06:35, Himanshu

Re: [Interest] Unit test framework

2018-03-09 Thread Konrad Rosenbaum
Hi, On Fri, March 9, 2018 06:35, Himanshu Vishwakarma wrote: > I have certain question rise after doing much research. please the > clear my confusion. I can clearly see the confusion... ..let's see whether we can clear some things up! ;-) > Q1. A squish is a software by which we can test the

Re: [Interest] Unit test framework

2018-03-09 Thread Christian Gagneraud
On 9 March 2018 at 18:35, Himanshu Vishwakarma wrote: > Hi, > > Thanks for your response. > > Actually, I am a beginner in the qt and C++. > and I am participating in this GSoC where I have to unit testing of > software GCompris: >

Re: [Interest] Unit test framework

2018-03-08 Thread Himanshu Vishwakarma
Hi, Thanks for your response. Actually, I am a beginner in the qt and C++. and I am participating in this GSoC where I have to unit testing of software GCompris: https://community.kde.org/GSoC/2018/Ideas#Project:_Unit_test_framework I have certain question rise after doing much research. please

Re: [Interest] Unit test framework

2018-03-05 Thread Christian Gagneraud
On 5 March 2018 at 20:14, Himanshu Vishwakarma wrote: > I have to test the software, not by GUI I have to test the software have > lots of file qml and js, How I can test the file of js and qml through the > qt. > > problem is in the testing of the javascript file. > > How

Re: [Interest] Unit test framework

2018-03-05 Thread Himanshu Vishwakarma
imanshu Vishwakarma" <himvish...@gmail.com> > *To:* interest@qt-project.org > *Subject:* [Interest] Unit test framework > Hi, > > I am working on the software testing which has lots of files of .qml, .js > and .rcc( including .qrc) and some file of C++. > > For the C++, usin

Re: [Interest] Unit test framework

2018-03-03 Thread Jason H
http://doc.qt.io/qt-5/qtquick-qtquicktest.html But for GUI testing, I think FrogLogic has the only product to exerceise a GUI.   Sent: Saturday, March 03, 2018 at 4:16 PM From: "Himanshu Vishwakarma" <himvish...@gmail.com> To: interest@qt-project.org Subject: [Interest] Uni

[Interest] Unit test framework

2018-03-03 Thread Himanshu Vishwakarma
Hi, I am working on the software testing which has lots of files of .qml, .js and .rcc( including .qrc) and some file of C++. For the C++, using the QtTest libraries for the unit test and testing is almost done. But another main part of the software is left which having the code of QML,