ios - Apple IOS4 UI Automation: Executing a specific test case inside Javascript test file -
i'm using apple ios4 ui automation framework test iphone app controls , have set javascript file follows:
// functions ... function test_testcase1() { ... } function test_testcase2() { ... } function test_testcase3() { ... } function test_testcase4() { ... } etc
when set target , script file inside instruments, executes 4 test cases. there way execute 1 test case?
thanks!
write controller or master script calls functions want run? how approach it.... :)
Comments
Post a Comment