Hi Team,
I am trying to schedule my GUI Test Cases by using CA Continuous Validation Service (CVS) and I have below open questions.If anyone has tried to run the test in CVS ,please provide inputs:
> Can I schedule test on my local server.In Test Case info .Also I am not getting any option to select Coordinator(I dont know why)
> How can i delete the old deployed test from CVS Monitor.Options are disabled for me.How can i enable them.
> While scheduling some test after 2 mins ,when I logged in to CVS i got the test status as Expired.I could not identify the reason for this.
> My GUI Tests are running successfully in both ITR mode and also if staged to local server.But when I am scheduling them through CVS ,I am getting Driver related error.So need to know if anything is required to be setup(server configurations) before scheduling my tests.
> I am not getting any mail related to test execution or intimation after providing the mail address while deploying test to CVS Monitor.How can i get notified (if possible)
I am attaching screenshots for each of the points.Please refer to attachment if required.
Thanks
Sarthak Gupta
Hi Sarthak,
Please find answers for your questions
>Can I schedule test on my local server.In Test Case info .Also I am not getting any option to select Coordinator(I dont know why)
Ans: Coordinator server is blank mean, There is no coordinator running for the registry which you have connected to. Please start Coordinator and simulator components and give the details.
> How can i delete the old deployed test from CVS Monitor.Options are disabled for me.How can i enable them.
Ans: Options are disabled due to permission issues for your user-id. Try login with admin/super user privileges to delete monitors. Alternately, you can delete it from <Devtest_home>/cvsMonitors (on Registry server machine) as a workaround.
> While scheduling some test after 2 mins ,when I logged in to CVS i got the test status as Expired.I could not identify the reason for this.
Ans: Please check registry.log for more details to analyse the issue.
> My GUI Tests are running successfully in both ITR mode and also if staged to local server.But when I am scheduling them through CVS ,I am getting Driver related error.So need to know if anything is required to be setup(server configurations) before scheduling my tests.
Ans: Are you using any drivers/external jars in test case to run?, if yes, copy those jars to server and change the path accordingly.
> I am not getting any mail related to test execution or intimation after providing the mail address while deploying test to CVS Monitor.How can i get notified (if possible)
Ans: Make sure you have configured below SMTP configuration details in lisa.properties file and you can also verify the email setting from "Send E-mail" step to check whether you are able to send e-mails from server using same SMTP details.
lisa.alert.email.emailAddr=lisa@itko.com
lisa.alert.email.defHosts=<smtp_host>
Thanks
Srikanth