Mobitest/BZAgent - begins test, but does not finish

I am attempting to execute a set of “Iphone” or “IPad” test from an existing and working Private Instance.

The Mobitest is executing via a laptop running XCode/iOS Simulator.

I have followed all of the steps/configs that are noted by Andy Davies in his blog post. Adding iOS Agents to a WebPagetest Instance

I can see the agent within the getLocations.php page. I have properly config’d and started the Mobitest app within the IPhone/IPad emulator.

When I execute a test from the WPT private instance; the emulator recognizes an incoming test and launches the internal Safari browser; loads the requested URL; yet it shuts down the browser and I see no recording within the “WPT Test Results”

The test completed but there were no successful results.
Waterfall Screen Shot
First View: Test Data Missing

Any ideas on where/what is causing this issue? I havent found this failure noted in any of the forum posts. Is there a log file/debug file I can enable to see what is going on?

Note: I meant to mention i’m using WPT 2.13, the iOS Simulators run at iPhone 4.3 or iPad 4.3.

After the test “finishes” the getLocations.php status shows. In Process:

So I shut down the “emulator”. Waited for the getLocations.php to show 0 in progress.

Then I fire the test up again:

  1. 10.xxx.xxx.xxx - - [25/Feb/2014:18:38:36 -0500] “GET /work/getwork.php?recover=1&pc=iPhone&location=CV_local_IPhone&key= HTTP/1.1” 200 132 “-” “BZAgent/1.8 CFNetwork/485.13.8 Darwin/10.8.0”

a bunch of these

  1. 10.xxx.xxx.xxx - - [25/Feb/2014:18:38:49 -0500] “GET /testStatus.php?f=json&pos=1&test=140225_1K_d7f4bd4dc4e759b68ee9e69e81cxxxx HTTP/1.1” 200 372 “http://private-instance-hostname.inc/results.php?test=140225_1K_d7f4bd4dc4e759b68ee9e69e81cxxxxx” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.59.8 (KHTML, like Gecko) Version/5.1.9 Safari/534.59.8”

a ton of these for over 10 minutes of logging.

The emulator is sitting idle with the mobile browser no active, and the MobitTest app is shut down as well.

Then finally the WPT results will show the

The test completed but there were no successful results.
Waterfall Screen Shot
First View: Test Data Missing

I haven’t tried iOS 4.3 but have tried 5, 6 and 7 in simulator

What do you see in the Console (Applications/Utility/Console) - look for messages from BZAgent in iOS Simulator / system.log

Wow - That was it. I needed to be on iOS 7 vs. 4.3. I was sitting on xCode 3.2 vs. xCode 5. I’m good now.