Hi Mark, thanks for trying Fake! I think all of this can be achieved with the current features, mostly with the "Do JavaScript" Action:
On Mon, Jul 26, 2010 at 1:20 AM, Mark
<a1cfd0...@9cc617afc3ff.anonbox.net> wrote:
Hallo,
i am using FakeApp since 2 Weeks and i like this tool. In the past i
used ruby with watir. In fakeapp i miss some features.
- Create a funktions and call this functions
this can be done with "Do JavaScript".
- Generate random values. Somtimes i will test a formular with random
values. In ruby i can say get me a String or a number oder something
else
this can also be done with "Do JavaScript". you can set the random value to a variable using `window.fake.set("val", myRandVal);`
- Count varaibles. I will make after a loop var + 5 and add than this
var in a formular.
this can be done with Do JavaScript i think. see this screen shot:
I hope i can help you with this request.
And thank you for this greate software.