MTExplorer is an UI application to demonstrate the connectivity with MT agents. The info returned from MT agents can be shown in original XML format or translated to HTML with corresponding style sheet. It is designed using Qt (https://www.qt.io/) so it can run in multiple platforms including MacOS, Windows, iPhone and Android devices.
Here are some screenshots from various platforms:
MacOS
Windows
iPhone
Android
Download and install qt from qt
Download and install Xcode for iPhone from Apple
Download and install Android SDK for Android devices from Google
Open the MTExplorer.pro Qt project file. It should automatically detect the installed platform SDK. Update any configuations if needed. Compile and Run.
For Android and Windows platform, if the MT agents are using https secure protocol, download openssl from openssl. For Android platforms, generate openssl shared libraries based on the target Android's device architect and update MTExplorer.pro to include the location of openssl libraries. For Windows, after the build, add the location of libcrypto.dll and libssl.dll to the PATH system variable and restart Qt.
- Allow XML text to be selectable.
- Nicely display XML responses from v1.5 MT Agents
- Support displaying json responses from v1.5 MT Agents
- Reorganize the menu items
- Move prebuilt binary packages to release tab
- Color alternating rows to improve the readability of tables.
- Use different column attributes and colors for Samples/Events/Conditions tables.
Windows and MacOS pre-built binaries are available in the release tab: