Posts

Showing posts from December, 2015

QC Scheduler VB Script

Every one aware about Quality Center and its inbuilt QC Scheduler functionality. I hope everyone has tried using this QC Scheduler functionality to execute their script at correct day and time. But after set this Time dependency they have to run the Test Set manually. This Test set waits till the day and time specified by user and then execution will start. The user who tried about surely frustrates of using the QC scheduler like this. So, the one who dislike the above functionality and want to execute or trigger the script and receive the automail. Here I have one stop solution to handle the execution of QC script and trigger the automail to the stake holder.  Basic steps are 1) Create a VB Script with the below mentioned script 2) Schedule the script in Windows Task Scheduler 'VBScript Document Option Explicit 'QC Paramters Dim Server, UserName, Password, QCDomain, QCProject, QCTestSetPath, QCTestSetName,QCTestSubject Server = "<QC path/qcbin>"