btknorr / uispec

Automatically exported from code.google.com/p/uispec
Other
0 stars 0 forks source link

Any new version for iOS 4 or 4.2? #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As we know, the previous versions of iOS are single task, UISpec combines test 
script with target because of the single-task limitation.

The iOS 4 or later support multitask. Do you talents plan to figure out a new 
UISpec version that seperates test script and target application so that tester 
can run tests on a seperate process? In this case, QA don't need to see dev's 
code, and don't need to insert test script into target's project file.That 
would extremely benefit QA.

Original issue reported on code.google.com by yangjia...@gmail.com on 27 Sep 2010 at 7:28

GoogleCodeExporter commented 9 years ago
iOS4 does not support mutitasking of this nature.  Apps are basically 
freeze-dried when they enter the background, and can only continue to perform a 
very small subset of tasks.

Original comment by dougw%zo...@gtempaccount.com on 15 Oct 2010 at 8:33

GoogleCodeExporter commented 9 years ago
Still, is there a new version thats compatible with iOS 4.x? Would you be able 
to update the UISpecDemo so it works properly?

Original comment by nathan....@gmail.com on 6 Mar 2011 at 4:45