问题
Can anyone suggest tools to Test worker role functionality on Azure? I want to test the worker role after deployment not on local machine.
lets take an example, we have a library of songs. and I have created worker role to delete the songs those are added before 1 year. so to test this functionality, is there any tool available to test the worker role.
like we use SOUPUI to test the Web service functionality.
Kindly help thanks in Advance.
来源:https://stackoverflow.com/questions/35178502/azure-worker-role-testing