Automated testing without automated testing tools
How many automated testing tools exist in the world? Hm… I think, hundreds – Selenium, QuickTest Professional, SilkTest, Jmeter, LoadRunner, STAF, Watir, Canoo WebTest, and so on… Is is possible to perform an automated testing without automated testing tools? Sure! I will show how to perform automated testing of web applications on Internet Explorer (IE) browser. The main advantage is that these tests can be run on any Windows computer without any additional sofware required. Let’s see steps of sample test: Open IE and navigate to google.com: 2. Set value of edit box to ‘Easy way to automate testing’: 3. Click ‘Google Search’ button 4. If a search results page…
