Creating a simulation of user interaction with a product


#1

Hi,

I was trying to develop an automated showcase of my prototype that involves imitating users’ click. For example, if i have three interfaces and users click next on each interfaces; how do i can make sort of ‘a movie’ that the flow of user journey from one interface to the next to show to dev team how the general flow goes without me clicking it? Thankx!


#2

You could use a bunch of Wait and Fire Event actions. For example:

OnPageLoad
Wait 2000ms
Fire Event ‘Click’ on SomeButton
Wait 2000ms
Fire Event ‘Click’ on AnotherButton

Etc.

Or more simply, just record your screen while you click on stuff and send the movie file. If you’re using a Mac you can use Quicktime to record your screen very easily.


#3

Or just take screenshort of your screens and link them.


#4

Thanks @nkrisc and @jamesorior.


unlisted #5

closed #6