Anyone interested in VSTS Test Scheduling?
-
Tuesday, October 30, 2007 12:01 PMHi,
I have written a wizard for setting up scheduled test executions using the command line tools that come with VSTS 2005.
Basically it just generates a batch file and creates a scheduled task in Windows scheduler to execute the batch. As the majority of the functionality is taken care of by the MS cmd line tools, this can do anything that a test executed from the interface can do, such as publishing results to a TFS server, or running a test set, or individual web/load test.
Is there any interest here for me to publish my code? If so I'll dedicate some of my bench time this week to tidying it up.
Paul
All Replies
-
Wednesday, October 31, 2007 2:07 PMOwner
This sounds cool Paul. You may also want to post this in one (or more if appropriate) of the VSTS forums.
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=5&SiteID=1
-
Tuesday, December 11, 2007 12:16 PMThere is a new thread about this tool.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2536350&SiteID=1 -
Wednesday, December 12, 2007 6:51 AMLooks pretty intresting to me. Right now.... i have no idea of this VSTS but love to read about it. I am searching sample papers, books for it. If any one has plz share with us.
Thanks...
Badar. -
Wednesday, December 12, 2007 7:05 AM
Hi Paul,
I am not aware of the Scheduled test execution. But I am keen to know more about this ?
This seems to be quite interesting topic.
Thanks,
Sreenivasan Krishnan
(Krish)
-
Wednesday, December 12, 2007 9:52 AM
Hi,
Basically what I mean by Scheduled test execution is that you can have a test server run a test or set of tests automatically at a specific time.
The wizard I have written generates a batch file which uses the MSTest.exe tool included in Team Test to run Visual Studio Tests (these can be unit tests, load tests, generic tests etc). A Windows scheduled task is also created and associated with the batch file so that the test server can run it automatically according to the schedule options you select such as run daily at 9 am or run once a month on the 17th at 10pm etc.
There is some other functionallity too such as using the TF.exe Get function to make sure the server has the latest version of the tests from the TFS server prior to running the scheduled task.
I've written some more about it in the thread i mentioned above. I'm planning to do some more work on this add some improvements in the new year.
Regards
Paul -
Thursday, January 29, 2009 4:55 AM
Hi Paul,
Could u pls share the code with me ?
Thanks
Geeta
-
Sunday, July 25, 2010 6:33 PM
Hey Paul,
I need to know the details... Actually I am struggling to get any such mechanism by which I can Schedule a Test to run on Predefined time for a test script recorded in Visual Studio 2010. It will be great if you please post me the steps by step instruction to do so.
Regards
Ranjeet
-
Monday, November 01, 2010 5:53 AM
Hi Paul,
Can you pls share the code with me, I need it urgently!
Thanx.
-
Wednesday, November 10, 2010 10:40 AMThat must be really interesting Paul,
Universalexam.com offers the better certification course for software testing ISEB is mainly a UK certification. There are 4 levels of ISEB software testing certifications to progress through: ISEB Foundation, ISEB Intermediate, ISEB Practitioner in Test Management, and ISEB Practitioner in Test Analysis. Thesecourse provides better certification in the field of software testing
. -
Tuesday, March 15, 2011 9:56 AM
Even i am looking for some mechanism which will sheduled load test on predefined time. Can some one please post step by step instructions?
Regards,
Niraj
-
Thursday, April 21, 2011 9:39 AMI can scheduled test using Mstest.exe on predefined time.

