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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -