SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
Mobile Web Testing &
Debugging Best Practices

              Andre Jay Meissner
      BDM/DevRel Web & Mobile
       @klick_ass // klick-ass.com
                ajm@adobe.com
I gave this session multiple times. Due to the nature of the topic
and the awesome crowd on the fine events listed below, more
              facts and details were added over time.

    Thanks to all contributors for sharing your knowledge!

           Berlin Desknots Meetup, October 17, 2012
      JavaScript Conference Dusseldorf, October 16, 2012
        Frontend Conference Zurich, September 6, 2012
            BrainCamp Cologne, September 1, 2012
         Campus Party Europe, Berlin, August 23, 2012
          MobileCamp Hamburg, August 3/4/5, 2012
            MobileCamp Dresden, June 16/17, 2012

This is a text version of the deck. The one presented at conferences,
      less useful as an online archive, contains mostly images.
Do not hire a Webdeveloper...




                         ...that doesn‘t do this
Coding for the „Mobile Web“
Current Reality in 2 Debugging Cycles:
  Step 1: Code
  2: Preview in Browser
  3: Enter URL on mobile Device
  4-11: Repeat #3 (for 8 Devices)
  Step 12: Change Code
  13: Preview in Browser
  14-21: Refresh 8 Devices
  22: Run into debugging need
  Step 23: ...Yikes! Step 23! WTF?
Tools FTW
Tools FTW
         1. Safari Mobile Debugger
        2. Webkit Remote Debugger
               3. iWebInspector
              4. Opera Dragonfly
  5. Chrome for Android Web Inspector
6. Firefox for Android Remote Debugging
                 7. Socketbug
                   8. weinre
         9. jsconsole.com, jsbin.com
           10. Adobe Edge Inspect
1. Safari Mobile Debugger (Apple, iOS4/5)

          + Convenient: built in
         – no CSS/DOM editing
            – no breakpoints
         – JS Logs are truncated
   == Limited use for real world needs.
2. WebKit Remote Debugger (Apple)

 – Mac only, requires Xcode & iOS4 + 5 SDK
– Simulator only, no code injection on device
                – not for iOS <5
 – a lot to setup/maintain (for just a fraction)

+ Finally done right with iOS6, BUT iOS6 only,
     USB cable needed, no iOS4/5 testing
     == Limited use for real world needs.
3. iWebInspector (Maximiliano Firtman)

   – uses Webkit Remote Debugger…
 (so see previous slide for the flipsides)
+ runs PhoneGap & chrome-less webapps
    & native apps that use UIWebView
      + Huge Plus: remote JS source
            debugging works!
  == Limited use for real world needs.
4. Opera Dragonfly (Opera)

       + job done right, since 2008
     + remote debugging on Device
     + all Opera Presto 2.1+ Browsers
  (Opera Mobile 9.5+ Android, Symbian, Win Mobile,
    MeeGo & Opera Mobile 11+ Tablets Android,
         Windows 7 & Opera 10+ emulator)

– Opera Mini not supported (compression)
– a lot to setup/maintain (for just a fraction)
    == Limited use for real world needs.
5. Chrome for Android Web Inspector
                (Google)

+ remote debugging on Device (using GDT)
 – requires ADK/ADB, USB Cable (or hack)
 – not for Android <4 ICS, no Android 2/3!
– a lot to setup/maintain (for just a fraction)
    == Limited use for real world needs.
6. Firefox for Android Remote Debugging
                 (Mozilla)

      + remote debugging on Device
             + Android 2.2+
                + Wireless
  - Firefox 15+ (Desktop & Android) only
– a lot to setup/maintain (for just a fraction)
    == Limited use for real world needs.
7. Socketbug (Peter Schmalfeldt)

        + Simulators & Devices
   + iOS & Android & Palm webOS
+ neat JS console (e.g. autocompletion)
  – still need to go device by device
            == close to it.
8. weinre (Patrick Mueller)

      + remote DOM on Device
     + iOS, Android & BlackBerry
+ node.js port now much less hairy to
  setup than former Java based one
- needs js inside your code to connect
  – still need to go device by device
    == powerful partial solution.
9. jsconsole.com (Remy Sharp)

       + remote DOM on Device
         + any browser/any OS
+ sits online, no local stuff to maintain
             + truly remote
            – console „only“
– needs js inside your code to connect
  – still need to go device by device
     == powerful partial solution.
10. Edge Inspect (Adobe)

 + iOS 4/5/6 & Android 2/3/4 & Kindle Fire
          + Mac OS X & Windows
            + Synced browsing!
     + no proprietary vertical solution
   + Wireless - look Mum, no USB cables!

+ useful features not found in other solutions
              Let‘s check it out!
Get real devices.




Your users do not consume your content
 in simulators nor ideal environments!
Don‘t just get any devices.

            It‘s your project.

 Check your statistics and determine the
range of OSs and devices you test against.
Yikes! A shopping list:
iOS4 - iPad1, iPhone3G(S), iPod touch
 iOS5, iOS6 - iPad3, iPad2, iPhone4(S)
       Android 2.1 - HTC Desire
    Android 2.2 - Samsung Galaxy S
Android 2.3 Fork - Amazon Kindle Fire
      Android 3.1 - Sony Tablet S
   Android 3.2 - Samsung GT-P7100
      Android 4.1 - Galaxy Nexus
     Blackberry OS 5 - Bold 9700
     Blackberry OS 6 - Bold 9700
Windows Phone 7.5 - Nokia Lumia 900
       Symbian S60 - Nokia N95
Don‘t Rob Grandma!
Read my article in the appliness
Magazine (Sep 2012):

- how to acquire devices (for free)
- which accessories you should look for
- also on how to analyze your stats and
define your test field
- includes a detailled list of all the tools
discussed today
- By the way: appliness rocks!


                                               appliness.com
Can‘t or don‘t want to acquire own devices?


          No way?
        Leverage Open Device Labs!
       Global List: klk.as/OpDevLabs
Let‘s talk about Blackberry

   • BBOS6+ sports Webkit, but ~50%
    of BB users are on BBOS <6! Fun!

     • Non-Touch Interface! Eeek! ;)

    • BB Playbook mobile Webkit port
features remote debugging from day one!
Not to forget:
    webOS - Palm pre/Palm pixi
    Open webOS - Galaxy Nexus
Firefox OS - Galaxy S3, Raspberry Pi
           Firefox Mobile
     Chrome for Android 4 ICS
          Chrome for iOS
           Opera Mobile
             Opera Mini
            Dolphin HD
            Dolphin Mini
   Nokia Xpress for Lumia (Beta)
More Tips & Tricks:

    • Using Edge Inspect with
WordPress on localhost (Joel Eade)




          h"p://klk.as/QJr8ja
Even Moaaarrr Tips & Tricks:
      • Virtual Hosts Workflow using xip.io
         (Sam Stephenson of 37signals)
      or Charles Proxy (Karl von Randow)
• Edge Inspect & LiveReload (Andrey Tarantsov)
     • Edge Inspect & Typekit on localhost




            blogs.adobe.com/edgeinspect
Got questions?



ajm@adobe.com // @klick_ass // klick-ass.com

Weitere ähnliche Inhalte

Andere mochten auch

Mobile web or native app
Mobile web or native appMobile web or native app
Mobile web or native appMike Takahashi
 
Web App VS. Hybrid App VS. Native App?
Web App VS. Hybrid App VS. Native App?Web App VS. Hybrid App VS. Native App?
Web App VS. Hybrid App VS. Native App?Justin O'Neill
 
Extended Finite State Machine - EFSM
Extended Finite State Machine - EFSMExtended Finite State Machine - EFSM
Extended Finite State Machine - EFSMSun Technlogies
 
Mobile App Testing Strategy by RapidValue Solutions
Mobile App Testing Strategy by RapidValue SolutionsMobile App Testing Strategy by RapidValue Solutions
Mobile App Testing Strategy by RapidValue SolutionsRapidValue
 
Mobile web vs. native apps: It's not about technology, it's about psychology
Mobile web vs. native apps: It's not about technology, it's about psychologyMobile web vs. native apps: It's not about technology, it's about psychology
Mobile web vs. native apps: It's not about technology, it's about psychologyiQcontent
 
Evolucion de la informatica y su aplicacion
Evolucion de la informatica y su aplicacionEvolucion de la informatica y su aplicacion
Evolucion de la informatica y su aplicacionJessy Acosta
 
IntroduccióN A La ClíNica PsicolóGica Con NiñOs
IntroduccióN A La ClíNica PsicolóGica  Con  NiñOsIntroduccióN A La ClíNica PsicolóGica  Con  NiñOs
IntroduccióN A La ClíNica PsicolóGica Con NiñOsguesta14865ae
 
Convertible Leasing Guide
Convertible Leasing GuideConvertible Leasing Guide
Convertible Leasing GuideSwapaLease.com
 
9no a 2da version
9no a 2da version9no a 2da version
9no a 2da versionAna María
 
Introducción a la ciencia e ingeniería de los materiales william d. callist...
Introducción a la ciencia e ingeniería de los materiales   william d. callist...Introducción a la ciencia e ingeniería de los materiales   william d. callist...
Introducción a la ciencia e ingeniería de los materiales william d. callist...elkinn
 
Introducción a la cerámica popular canaria cuadernillo
Introducción a la cerámica popular canaria cuadernilloIntroducción a la cerámica popular canaria cuadernillo
Introducción a la cerámica popular canaria cuadernilloGustavo Rivero Vega
 

Andere mochten auch (15)

Mobile testing in the cloud
Mobile testing in the cloudMobile testing in the cloud
Mobile testing in the cloud
 
Mobile web or native app
Mobile web or native appMobile web or native app
Mobile web or native app
 
Web App VS. Hybrid App VS. Native App?
Web App VS. Hybrid App VS. Native App?Web App VS. Hybrid App VS. Native App?
Web App VS. Hybrid App VS. Native App?
 
Extended Finite State Machine - EFSM
Extended Finite State Machine - EFSMExtended Finite State Machine - EFSM
Extended Finite State Machine - EFSM
 
Mobile App Testing Strategy by RapidValue Solutions
Mobile App Testing Strategy by RapidValue SolutionsMobile App Testing Strategy by RapidValue Solutions
Mobile App Testing Strategy by RapidValue Solutions
 
Mobile web vs. native apps: It's not about technology, it's about psychology
Mobile web vs. native apps: It's not about technology, it's about psychologyMobile web vs. native apps: It's not about technology, it's about psychology
Mobile web vs. native apps: It's not about technology, it's about psychology
 
Mobile App Testing
Mobile App TestingMobile App Testing
Mobile App Testing
 
Evolucion de la informatica y su aplicacion
Evolucion de la informatica y su aplicacionEvolucion de la informatica y su aplicacion
Evolucion de la informatica y su aplicacion
 
Guitar 5th grade
Guitar 5th gradeGuitar 5th grade
Guitar 5th grade
 
IntroduccióN A La ClíNica PsicolóGica Con NiñOs
IntroduccióN A La ClíNica PsicolóGica  Con  NiñOsIntroduccióN A La ClíNica PsicolóGica  Con  NiñOs
IntroduccióN A La ClíNica PsicolóGica Con NiñOs
 
Convertible Leasing Guide
Convertible Leasing GuideConvertible Leasing Guide
Convertible Leasing Guide
 
9no a 2da version
9no a 2da version9no a 2da version
9no a 2da version
 
Weekly plannig52012
Weekly plannig52012Weekly plannig52012
Weekly plannig52012
 
Introducción a la ciencia e ingeniería de los materiales william d. callist...
Introducción a la ciencia e ingeniería de los materiales   william d. callist...Introducción a la ciencia e ingeniería de los materiales   william d. callist...
Introducción a la ciencia e ingeniería de los materiales william d. callist...
 
Introducción a la cerámica popular canaria cuadernillo
Introducción a la cerámica popular canaria cuadernilloIntroducción a la cerámica popular canaria cuadernillo
Introducción a la cerámica popular canaria cuadernillo
 

Kürzlich hochgeladen

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Kürzlich hochgeladen (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Mobile Web Testing & Debugging Best Practices

  • 1. Mobile Web Testing & Debugging Best Practices Andre Jay Meissner BDM/DevRel Web & Mobile @klick_ass // klick-ass.com ajm@adobe.com
  • 2. I gave this session multiple times. Due to the nature of the topic and the awesome crowd on the fine events listed below, more facts and details were added over time. Thanks to all contributors for sharing your knowledge! Berlin Desknots Meetup, October 17, 2012 JavaScript Conference Dusseldorf, October 16, 2012 Frontend Conference Zurich, September 6, 2012 BrainCamp Cologne, September 1, 2012 Campus Party Europe, Berlin, August 23, 2012 MobileCamp Hamburg, August 3/4/5, 2012 MobileCamp Dresden, June 16/17, 2012 This is a text version of the deck. The one presented at conferences, less useful as an online archive, contains mostly images.
  • 3. Do not hire a Webdeveloper... ...that doesn‘t do this
  • 4. Coding for the „Mobile Web“ Current Reality in 2 Debugging Cycles: Step 1: Code 2: Preview in Browser 3: Enter URL on mobile Device 4-11: Repeat #3 (for 8 Devices) Step 12: Change Code 13: Preview in Browser 14-21: Refresh 8 Devices 22: Run into debugging need Step 23: ...Yikes! Step 23! WTF?
  • 6. Tools FTW 1. Safari Mobile Debugger 2. Webkit Remote Debugger 3. iWebInspector 4. Opera Dragonfly 5. Chrome for Android Web Inspector 6. Firefox for Android Remote Debugging 7. Socketbug 8. weinre 9. jsconsole.com, jsbin.com 10. Adobe Edge Inspect
  • 7. 1. Safari Mobile Debugger (Apple, iOS4/5) + Convenient: built in – no CSS/DOM editing – no breakpoints – JS Logs are truncated == Limited use for real world needs.
  • 8. 2. WebKit Remote Debugger (Apple) – Mac only, requires Xcode & iOS4 + 5 SDK – Simulator only, no code injection on device – not for iOS <5 – a lot to setup/maintain (for just a fraction) + Finally done right with iOS6, BUT iOS6 only, USB cable needed, no iOS4/5 testing == Limited use for real world needs.
  • 9. 3. iWebInspector (Maximiliano Firtman) – uses Webkit Remote Debugger… (so see previous slide for the flipsides) + runs PhoneGap & chrome-less webapps & native apps that use UIWebView + Huge Plus: remote JS source debugging works! == Limited use for real world needs.
  • 10. 4. Opera Dragonfly (Opera) + job done right, since 2008 + remote debugging on Device + all Opera Presto 2.1+ Browsers (Opera Mobile 9.5+ Android, Symbian, Win Mobile, MeeGo & Opera Mobile 11+ Tablets Android, Windows 7 & Opera 10+ emulator) – Opera Mini not supported (compression) – a lot to setup/maintain (for just a fraction) == Limited use for real world needs.
  • 11. 5. Chrome for Android Web Inspector (Google) + remote debugging on Device (using GDT) – requires ADK/ADB, USB Cable (or hack) – not for Android <4 ICS, no Android 2/3! – a lot to setup/maintain (for just a fraction) == Limited use for real world needs.
  • 12. 6. Firefox for Android Remote Debugging (Mozilla) + remote debugging on Device + Android 2.2+ + Wireless - Firefox 15+ (Desktop & Android) only – a lot to setup/maintain (for just a fraction) == Limited use for real world needs.
  • 13. 7. Socketbug (Peter Schmalfeldt) + Simulators & Devices + iOS & Android & Palm webOS + neat JS console (e.g. autocompletion) – still need to go device by device == close to it.
  • 14. 8. weinre (Patrick Mueller) + remote DOM on Device + iOS, Android & BlackBerry + node.js port now much less hairy to setup than former Java based one - needs js inside your code to connect – still need to go device by device == powerful partial solution.
  • 15. 9. jsconsole.com (Remy Sharp) + remote DOM on Device + any browser/any OS + sits online, no local stuff to maintain + truly remote – console „only“ – needs js inside your code to connect – still need to go device by device == powerful partial solution.
  • 16. 10. Edge Inspect (Adobe) + iOS 4/5/6 & Android 2/3/4 & Kindle Fire + Mac OS X & Windows + Synced browsing! + no proprietary vertical solution + Wireless - look Mum, no USB cables! + useful features not found in other solutions Let‘s check it out!
  • 17. Get real devices. Your users do not consume your content in simulators nor ideal environments!
  • 18. Don‘t just get any devices. It‘s your project. Check your statistics and determine the range of OSs and devices you test against.
  • 19. Yikes! A shopping list: iOS4 - iPad1, iPhone3G(S), iPod touch iOS5, iOS6 - iPad3, iPad2, iPhone4(S) Android 2.1 - HTC Desire Android 2.2 - Samsung Galaxy S Android 2.3 Fork - Amazon Kindle Fire Android 3.1 - Sony Tablet S Android 3.2 - Samsung GT-P7100 Android 4.1 - Galaxy Nexus Blackberry OS 5 - Bold 9700 Blackberry OS 6 - Bold 9700 Windows Phone 7.5 - Nokia Lumia 900 Symbian S60 - Nokia N95
  • 20. Don‘t Rob Grandma! Read my article in the appliness Magazine (Sep 2012): - how to acquire devices (for free) - which accessories you should look for - also on how to analyze your stats and define your test field - includes a detailled list of all the tools discussed today - By the way: appliness rocks! appliness.com
  • 21. Can‘t or don‘t want to acquire own devices? No way? Leverage Open Device Labs! Global List: klk.as/OpDevLabs
  • 22. Let‘s talk about Blackberry • BBOS6+ sports Webkit, but ~50% of BB users are on BBOS <6! Fun! • Non-Touch Interface! Eeek! ;) • BB Playbook mobile Webkit port features remote debugging from day one!
  • 23. Not to forget: webOS - Palm pre/Palm pixi Open webOS - Galaxy Nexus Firefox OS - Galaxy S3, Raspberry Pi Firefox Mobile Chrome for Android 4 ICS Chrome for iOS Opera Mobile Opera Mini Dolphin HD Dolphin Mini Nokia Xpress for Lumia (Beta)
  • 24. More Tips & Tricks: • Using Edge Inspect with WordPress on localhost (Joel Eade) h"p://klk.as/QJr8ja
  • 25. Even Moaaarrr Tips & Tricks: • Virtual Hosts Workflow using xip.io (Sam Stephenson of 37signals) or Charles Proxy (Karl von Randow) • Edge Inspect & LiveReload (Andrey Tarantsov) • Edge Inspect & Typekit on localhost blogs.adobe.com/edgeinspect
  • 26. Got questions? ajm@adobe.com // @klick_ass // klick-ass.com