In the example below, I'm using WASP <https://wasp.codeplex.com/> to try and use sendkeys with Jenkins. The following code input a min and max number into a random number generator and returns the results.
Link to the code: http://pastebin.com/cCGwyq3i My results return as follows: Minimum input = 5 Maximum input = 6 Result = 5 Now, when I try to run this PS1 file through a batch in Jenkins, it sends me no errors, but my results return as e.g.: Minimum input = 1 Maximum input = 100 Result = 11 I doesn't seem to accept the sendkeys into the field. I know regular sendkeys in powershell doesn't work with Jenkins, but I figured since WASP is for automated testing that it would work. How can I get this working, or can it even? I'm at my wits end with this program! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/578166a5-17a4-4d92-ba63-f40bc15b4adf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
