Omni

Automation Framework For Web, Mobile and API Testing

Image

About OMNI

This framework is developed by Testonics
Visit Testonics for more details.

OMNI a single stop test automation framework to test mobile (ios & android) or web application and API testing. Tech stack of the framework is:

Features

Tech Stack

Installation Steps

## Install 1/2: Add this to pom.xml:

<dependency>
  <groupId>in.testonics</groupId>
  <artifactId>omni</artifactId>
  <version>1.0.2</version>
</dependency>

## Install 2/2: Run via command line
mvn install

Released Package

Contact Us

Send your queries to support@testonics.in to know more.

WinAppDriver Setup Instructions

Windows 10: I use Windows 10 x64. You might be running a 32-bit version of Windows, but the only difference might be the location of some components. Test Application: For our tests, we will be using a default “Notepad” app available on any Windows computer. Location: C:\Windows\System32\notepad.exe Windows Application Driver: The main component that we need for Windows Automation (Note: Enable developer mode on Windows machine) Windows 10 SDK: To be able to inspect elements inside the application. We will use the “inspect.exe” tool for that purpose IntelliJ IDEA: IDE that we will use for writing our tests Java JDK: Since we are writing our tests in Java we would need this component for our tests to function.

Note: Java JDK could be installed automatically by using the IntelliJ IDEA.

Appendix

For more details see Basic writing and formatting syntax.