This is a migrated thread and some comments may be shown as answers.

Event scheduling

9 Answers 85 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 05 Jul 2012, 06:14 PM
We are evaluting the Telerik scheduler component for a possible implementation within our health service to allow patients to schedule a timeslot for an onsite screening appointment.  We have dozens of clients and each client could have screenings running multiple days, with each day consisting of 6 timeslots per hour per lab technician (ie., from 7:00am to 7:10am we may allow 3 patients at a time - meaning we have 3 lab techs assigned), for several hours per day.  The patient UI would only see the available timeslots (with one of more openings), but the admin would see who is in each timeslot, plus any open timeslots.   Furthermore, the patient will not be able to select a lab tech, simply an open timeslot.
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

Sort by
0
Plamen
Telerik team
answered on 09 Jul 2012, 01:04 PM
Hi John,

 
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. 

Regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Pari
Top achievements
Rank 1
answered on 09 Jul 2012, 03:21 PM
Hi there

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

0
Plamen
Telerik team
answered on 10 Jul 2012, 01:07 PM
Hello Pari,

 
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
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Pari
Top achievements
Rank 1
answered on 10 Jul 2012, 01:18 PM
Thank you for your reply
However, I am a tester...I do not know how to code. I am using Telerik Test Studio...

Regards
0
Plamen
Telerik team
answered on 11 Jul 2012, 01:10 PM
Hello Pari,

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
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Pari
Top achievements
Rank 1
answered on 16 Jul 2012, 02:29 PM
Thank you for replying.

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
0
Cody
Telerik team
answered on 17 Jul 2012, 09:49 PM
Hello Pari,

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.

Greetings,
Cody
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
John
Top achievements
Rank 1
answered on 17 Jul 2012, 10:26 PM
Hi Cody - I'm John Ellis and my question was answered by Plamen.  I think Pari, somehow jumped on this thread, but he's a different person with a different issue.  Good luck!
John
0
Cody
Telerik team
answered on 17 Jul 2012, 10:52 PM
Hello 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
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
John
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Pari
Top achievements
Rank 1
Cody
Telerik team
John
Top achievements
Rank 1
Share this question
or