0

It is noticed that there are difficulties to find a better testing tool for hybrid mobile applications , for native it is ok , but in the case of hybrid I am in a confusion to use which tool? Have anybody tried any better testing tool for hybrid apps?

Gokul
  • 164
  • 1
  • 11
  • So whats the problem then? – Mister Smith Jun 05 '14 at 10:36
  • @MisterSmith : I mean working fine with android ..but Is it applicable to hybrid (javascript,html5,css) ? – Gokul Jun 05 '14 at 10:50
  • 1
    I don't know this framework but at a first glance it seems it only allows testing Java code. For the JavaScript part you can use your favourite JS testing framework, for instance qUnit. – Mister Smith Jun 05 '14 at 11:14
  • Thanks Smith ..and what about jQuery and jQuery mobile? – Gokul Jun 05 '14 at 11:19
  • These are javascript libraries. JQuery is mostly for utilities and DOM manipulation, while JQM is more about page changing and widget enhancement. – Mister Smith Jun 05 '14 at 12:05
  • @MisterSmith : I have got two tools monkey talk and Sikuli , got any idea about them ? or any suggestions ? If do please let me know. Regards :) – Gokul Jun 11 '14 at 06:00

1 Answers1

0

I have got a solution of my own ,I just come across some tools like Monkey Talk Sikuli Mocha Jasmine QUnit and expect.js (preferable Mocha with expect.js)haven't tried these but the documentation describes it is useful for hybrid application testing. If there is someone who have used these tools , Share some information from your experience.

Regards :)

Gokul
  • 164
  • 1
  • 11