1 / 14

Test Automation on Mobile environnents

Test Automation on Mobile environnents. Eder Figueroa 4/29/203. Automated Testing: Testing technique that uses automation testing tools to control the environment set-up, test execution and results reporting. It is performed by a computer and is used inside the testing teams. .

fifi
Télécharger la présentation

Test Automation on Mobile environnents

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Test Automation on Mobile environnents Eder Figueroa 4/29/203

  2. Automated Testing: Testing technique that uses automation testing tools to control the environment set-up, test execution and results reporting. It is performed by a computer and is used inside the testing teams. Source http://www.guru99.com/types-of-software-testing.html

  3. Manual Testing on all possible work flows including: all fields , all combination, all rainy scenarios implies time and cost consuming

  4. Typical phases in mobile application testing

  5. Mobile automated testing challenges

  6. Examples of automatable Non functional testing for mobile application • Performance Testing: Response form application • Stress/ Load Testing • Usability and UI

  7. GUI Test Automation Tools for iOS and Android

  8. Sikuli • Image Based test Automation • Visual verification on expected output • Works Windows Mac, Linux • Automates anything on screen, no API internal support • Selenium • Open source Supports large number of browsers • Support multiple languages (java, c# ….) • Active community • Robotium • Used for testing native • android apps • Open source • Active community • Instruments • Used for testing native IOS apps • Proprietary • Apple supports it • More closely linked to device and works with device and simulator. • Supports all gestures (pinch, zoom, swipe, flick, long press, scroll, etc.)

  9. DEMO

  10. Disadvantages: • Depends on high resolution • Can not run in background • Dynamic path are tricky or even impossible to automate • Don’t support gestures

  11. Instruments • Disadvantages: • Requires linking with application to produce a special build. • Tester needs to write custom test script to get consolidated report of all test cases .

  12. Feature comparison Source: Test automation tools for mobile applications: a brief survey white paper. Huges mystique

  13. Conclusions

More Related