Categories: MobilityQA

Mobile Testing Tools & Methodologies used @ Expedia

The article lists down tools & methodologies used for testing Expedia mobile apps (both mobile web & native).

Test-driven Development (TDD)
  • TestNG: TestNG is a unit testing framework similar to JUnit. Apart from unit tests, TestNG can also be used to cover other categories of tests such as functional, end-to-end, integration etc.
  • EasyMock: It is, primarily, used for mocking and custom solution for stubbing. As a mocking framework, EasyMock provides mock objects for interfaces by generating them on the fly using Java’s proxy mechanism.

 

Automated Acceptance Testing
  • Frank (iOS): Frank, primarily, allows you to write and execute automated acceptance tests (using Cucumber) against your iOS application to verify its functionality. Simply speaking, Frank could be seen as ‘Selenium for iOS apps’. It is an open-source tool and can be downloaded from following github page.
  • Calabash (Android): Calabash is an automated acceptance testing tool used for testing android apps. It is based on cucumber. Calabash, actually, can be used to test both android and iOS native apps. For more details, check the Calabash homepage. It is an open-source tool and can be downloaded from following github page.

 

Behavior-driven Development (BDD)
  • Cucumber: Cucumber is a BDD framework used for doing automated testing.
  • Jasmine: Jasmine is a BDD framework for testing Javascript code in the mobile web version of Expedia.
  • Selenium-Webdriver: Selenium-webdriver is used to test mobile web version of Expedia.

[adsenseyu1]

 

 

Nidhi Rai

Nidhi has been been actively blogging in different technologies such as AI / machine learning and internet technologies. Her field of interest includes AI / ML, Java, mobile technologies, UI programming such as HTML, CSS, Javascript (Angular/ReactJS etc), open-source and other related technologies.

Share
Published by
Nidhi Rai

Recent Posts

What are AI Agents? How do they work?

Artificial Intelligence (AI) agents have started becoming an integral part of our lives. Imagine asking…

2 weeks ago

Agentic AI Design Patterns Examples

In the ever-evolving landscape of agentic AI workflows and applications, understanding and leveraging design patterns…

2 weeks ago

List of Agentic AI Resources, Papers, Courses

In this blog, I aim to provide a comprehensive list of valuable resources for learning…

2 weeks ago

Understanding FAR, FRR, and EER in Auth Systems

Have you ever wondered how systems determine whether to grant or deny access, and how…

3 weeks ago

Top 10 Gartner Technology Trends for 2025

What revolutionary technologies and industries will define the future of business in 2025? As we…

3 weeks ago

OpenAI GPT Models in 2024: What’s in it for Data Scientists

For data scientists and machine learning researchers, 2024 has been a landmark year in AI…

3 weeks ago