Crony is a pal for mobile app testers and developers. Crony brings them closer together to capture and share information in real-time. Checkout our website https://crony.us for more information.
- Crony records user experience, process execution, screen recording, and A LOT OF contextual data like:
- Logs
- Views
- Network Calls
- Spinners
- User gestures
- Crash logs
- Performance Metrics
- Crony allows testers to annotate and add voice memos as well
- No Performance Impact
- No Change In The User Experience
- Crony Brings Observability To The Device. NO NEED TO LOGIN TO A PORTAL
- View All The Data Ccollected In A Simple Easy To Understand Display
- Understand The App Behavior, Resources Consumption, And Performance
- Shift To The Left In Finding And Resolving The Bugs
- Crony Allows To create Workflows to test automation
- No scripting or coding is required to create workflows
- Workflow execution Is At The Process Level [NOT JUST VIDEO]
- App Executes By Itself The Same Way It Was Recorded. NO EXTERNAL DRIVERS LIKE APPIUM Are Needed
- All The User Gestures And Interactions Are Simulated By Crony
- Crony Detects Accessibility Violations And Shows Them Live On The Screen
- When A Violation Badge Is Tapped, The Details Are Displayed
- Allows To Share The Accessibility Violations Per Screen Or For All The Screens
- Share the recordings right from the device using the apps like messenger, slack etc.
- Send them to content management systems (sharepoint), bugtracking systems (Jira etc.) from the device
- Find And Fix The Bugs During The Design And Development Phase
- Developers Receive A Comprehensive Package In The Bug Report
- Report Includes The Recording, All The Events That Are Captured, Performance Metrics, And Additional Annotations And Voice Memos By The Tester
- Visually See What Testers Saw And Use The Data To Quickly Find The Root Cause
- Unzip Crony.zip file
- Drag Crony folder and drop it into your XCode project
- Select "Copy items if needed" and "Create groups" options
- Select the targets and click Finish
- Go to BUild Settings and add -ObjC as additional linker flag
- Open your AppDelehgate.m file include BSCrony.h
- [OPTIONAL] In didFinishLaunchingWithOptions, add the following line;
[BSCrony initializeCrony:BSCronyModePrompt sessionId:nil];
- Compile and run the app
success at crony dot us