Integrate measuring user experience and usability from the moment you start coding. UXprobe provides valuable insight into what users actually do and what they really think about your app.
In a few hours development teams can start tracking user's actions and in a very short timeframe can decide if their application is going in the right direction and answering users' needs.
UXprobe is in closed beta. If you have a project that you think can benefit from UXprobe, get in touch.
e-mail: info@uxprobe twitter: @uxprobe
Who are your users and their characteristics?
What tasks do they want perform with your application?
Where are they going to use your application?
The code in less than 10 steps (Adobe Flex, Android, iOS, HTML5, .NET):
var uxProbeLogger:UXProbeLogger = UXProbeLogger.createInstance(); uxProbeLogger.logStartSession(ACCOUNT_ID, APP_NAME);uxProbeLogger.logStartTask(TASK_ID);uxProbeLogger.logFeature(FEATURE_ID);uxProbeLogger.logScreen(SCREEN_ID);uxProbeLogger.logError(ERROR_ID, UI_ELEMENT, USER_VALUE, ERROR_MESSAGE);uxProbeLogger.logFeedback(TYPE_OF_FEEDBACK, COMMENTS, SCREENSHOT);
<feedback:FeedbackBar x="0" verticalCenter="0"/>uxProbeLogger.logEndTask(TASK_ID);
var surveyURL:URLRequest = uxProbeLogger.getSurvey(SURVEY_ID);
navigateToURL(surveyURL);
uxProbeLogger.logEndSession();Spread your application to your potential users or beta testers and let them use it.
Are you satisfied with the percentage of people completing tasks?
What about the time they needed to complete tasks?
Can you improve on the errors they encounter?
Do you like what they are saying about your application?
How do you think you can improve your application with the feedback you've received?