I would like to learn difference between Duration and Delay terms on Ranorex tool. Here is an image from my exercise :

Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Ranorex the term “Delay” refers to an action that the system will take, i.e. it will DELAY execution of the test for an amount of time (the Duration to be exact).
A “Duration” on a test step is the time to wait BEFORE THE NEXT STEP IS EXECUTED. This is important because it is backwards from what many might understand. Duration does not delay the step it is on, but instead delays the next step.