I have a coded step that is generating a random email address. It is working fine, however, after it generates the email address, it is not progressing past this step.
On the output window, I have to click anywhere in the command output window to get it to move forward.
What am I missing with this?
4 Answers, 1 is accepted
0
Hi Sean,
Please, the application log to investigate further. Ensure to clear the log before reproducing the problem prior to provide only relevant to the issue records. A screenshot of the code you use in the coded step will be in help, also.
A short video using Jing will be appreciated as well.
I hope to hear from you soon.
Regards,
Nikolay Petrov
Telerik by Progress
Please, the application log to investigate further. Ensure to clear the log before reproducing the problem prior to provide only relevant to the issue records. A screenshot of the code you use in the coded step will be in help, also.
A short video using Jing will be appreciated as well.
I hope to hear from you soon.
Regards,
Nikolay Petrov
Telerik by Progress
0
Sean
Top achievements
Rank 1
answered on 24 Oct 2016, 03:51 PM
Hello Nikolay,
Here is the information for you. Jing kept crashing on me for some reason, but I have a screen capture of the test steps. I have tried to move the coded step around with the same results.
0
Hello Sean,
Thank you for the resources provided.
I think I found the nature of the problem. In the coded step there is a line of code that you have to comment in order not to wait on user interaction to proceed. I marked this line on the screenshot attached.
I hope it will solve the problem.
Regards,
Nikolay Petrov
Telerik by Progress
Thank you for the resources provided.
I think I found the nature of the problem. In the coded step there is a line of code that you have to comment in order not to wait on user interaction to proceed. I marked this line on the screenshot attached.
I hope it will solve the problem.
Regards,
Nikolay Petrov
Telerik by Progress
0
Sean
Top achievements
Rank 1
answered on 25 Oct 2016, 03:33 PM
Nikolay,
Thakn you, this worked perfectly.
Sean