Forum Discussion

williamlee's avatar
williamlee
Contributor
13 years ago

Create User define event

Hi



Can I create my own event? (I don't want to use the event that provided) . If yes , how to do it?



thanks


3 Replies


  • Hi William,





    Could you please describe what you're trying to achieve in detail? What kind of events you mean?


  • HI



    my event is do the checking for some image. Before it start doing some performance test, it check the image whether the image is available, if not it will go to home state, if yes, it will do the performance test.



    thanks
  • AlexKaras's avatar
    AlexKaras
    Champion Level 3
    Hi William,



    So what is the reason for the custom event? Why it is not possible just to check whether the image exists (using various methods, depending on whether the image is a file on the disk, some picture in the tested application or something else) and branch using simple 'if' statement?