Posted on
December 6th, 2012
Various popular software vendors like HP, IBM and other has offered their solution in QA industry for automation testing, specifically of user interfaces, which actually move the QA and testing to a new level.
Microsoft had also been jumped into this area with the introduction of CodedUI, as integrated component of Visual Studio Premium and Ultimate.
CodedUI has been extensively used as an alternative to HP's Quick Test Professional, IBM Rational Functional Tester and other lovely tools out there.
The anatomy of Coded UI is quite simple , i'm not getting into the details of that.
My key point to discuss here is that how to use hand-coded snippet for CodedUI test instead of using hard-coded UIMap.uitest xml files for actions and properties.
Requirements of Hand-coded tests:
Read more »
Posted on
March 22nd, 2012
Automation has always been an attractive domain as the very fact that the test automation reduces repetetive testing effort and speed up the regression of application functionality. So today every test team want automation and has it. Read more »
Posted on
February 7th, 2012
I have dealt with automation of multiple types of applications at its core level whether its desktop app, Silverlight app,or windows application.
When we talk about web application automation, the most widely used automation tool is Selenium. Selenium is open-source tool and this makes selenium more powerful than any other tool.
Now as Selenium-Webdriver (Selenium 2) has been released, everybody ask one question whether to switch to Webdriver from Selenium-Remote Control. So I would be discussing here the core technical differences between the two, as basic differences are already available at various places.
Read more »