Hi @Manjuts90, i really need your help to take a further step here.
What I have done with my current process is that the ātraceā that I do are more or less the same, i.e. copy a pdf content to a tex file and display a message. The only ādifferentā thing done here is the message being displayed.
So, i want to run this process 10 times,
with 6-run noise free (e.g., it takes path A, B, C),
2-run with some noise (e.g. it takes the path A, B, X, C, Y, Z)
And another 2-run with high level of noise, (e.g. A, X, Y, Z, B, Z, Y, C, Y, Z, X)
I would want to see activity āX, Y, Zā to be the ānoiseā in the 40% of the cases. These X, Y, Z could be related to the opening of a news website, a facebook page, or ebay site, gmail, etc.
So in this case, the trace with noise will be something like:
- Navigate to a folder (A)
- Open a browser (X)
- Copy a file from the folder (B)
- Type in āfacebook.comā on the browser (Y)
- Navigate facebook (Z)
- Type in gmail.com on the browser address (Y)
- Read an email from gmail (Z)
- Display a message about the length of the copied file (C)
How should i start with this?