It's not readily apparent that the Telerik scheduler will accomodate this implementation, but would love to hear your feedback.
Thanks,
John
9 Answers, 1 is accepted
You can refer to our Customization on-line demo where in the Day and Week Views you can set MinutesPerRow="10" and Start and End time of the day. You can also refer to the Customization Demo where is shown how a time slot can be disabled as well.
Hope this will be helpful.
Plamen Zdravkov
the Telerik team
I would like to find out how to schedule a test to run at a specified time and have the results emailed to an email address
Kind Regards
Pareshni Rama
One way to achieve this is to use timer(as shown in this article for example) and check if the "test" appointment have started in order to trigger your logic as in the code below:
Appointment test = (Appointment)RadScheduler1.Appointments.FindByID(24);
if
(test.Start < DateTime.Now)
{
//trigger
}
Hope this will be helpful.
Kind regards,
Plamen
the Telerik team
However, I am a tester...I do not know how to code. I am using Telerik Test Studio...
Regards
You can refer to this blog post that may help you.
Since it is an Asp. Net forum if you have further questions I will recommend you to post them in some of the Test studio forums where you may receive a more advanced answer.
Greetings,
Plamen
the Telerik team
I have tried posting in those forums and have not gotten a response. it is rather urgent. we have spent a great deal of money and cannot seem to get support or will only recieve a response in a number of days.
I need to know if I can view the results (as it is displayed in the storyboard) of each iteration in data driven testing. I need to type in 1000 different inputs and view the number that it executes. How do I view these results?
Regards
Pareshni
I am the manager of the Telerik Test Studio technical support team. Before offering you support I'd like to know where you got your copy and license of Test Studio. I looked in your account, john.ellis@attunelife.com. and I do not see any purchases or trials of Test Studio. Before proceeding with offering you support we need to know if you are using a licensed version and where you got it, or when you installed Test Studio to start your trial. If you are using a licensed version, we need to know which account is the license owner so we can correctly connect this account with the license owner and then we can provide you with the 24 hour priority support that comes with a Test Studio license.
I have tried posting in those forums and have not gotten a response.
Can you point me to those posts? I am unable to locate anything like this. As manager it is my responsibility to insure all questions are answered in a timely and accurate manner. If this is not happening I need to know about it so I can take corrective action. Having your account correctly connected to the license owner will help significantly insure you get the support you need and deserve.
Now to your specific question:
I need to know if I can view the results (as it is displayed in the storyboard) of each iteration in data driven testing. I need to type in 1000 different inputs and view the number that it executes. How do I view these results?
When you execute a data driven test through the Telerik Test Studio scheduler you get results like what is shown in the attached screen shot. If you have 1000 rows in your data source, there will be 1000 rows in the results and you will be able to scroll through the list to see which iteration passed and which failed. You can double click on any iteration to drill down into that iteration in order to find out which steps passed and which failed during that iteration.
I hope that meets your needs.
Cody
the Telerik team
Test Studio Trainings
John
Because you have subscribed to this thread you are getting automatically generated emails sent to you anytime this thread is added to/updated. You may want to unsubscribe from this thread (see the attached screen shot) if you no longer wish to follow this thread.
Greetings,Cody
the Telerik team
Test Studio Trainings