to test the project need to simulate many desktops by many VMs in one machine.
desktop application connects to kernel mode in some operations & some will communicate the utility middle ware & as actions will be at the end displayed in web consol website.
I will use Selenium web driver for automate testing webconsol. what should I use for automate the desktop & utility as well? .. I need the tool to be open source and need to know how it will be integrated with selenium as well.
SOAPUI is great for middleware checking. SOAPUI comes in a free and non-free version. The non-free version is so much easier to use than the free version that the amount of time you save will more than pay for the tool.
There are almost no tools that will automate desktop GUI in the open source universe. Some to check out are Appium Desktop and AutoIT. Appium drives Windows apps via Selenium Webdriver so this may be a natural fit for you. AutoIT only works with native Microsoft controls.
StickyMinds is a TechWell community.
Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.