Tutorials and resources on how to apply test automation in software testing

Unit Testing JavaScript with Venus.js

June 18, 2013 0

Venus.js in an open source software testing tool developed by LinkedIn that allows you to organize and run your entire JS testing system with a single tool using Node.js. Venus eliminates repetitive tasks and friction points and lets you focus on writing tests instead of running them.

10 Test Automation Lessons Learned at eBay

June 13, 2013 0

eBay’s European quality engineering team has broad experience implementing end-to-end test automation in different software development environments (agile, waterfall, co located , outsourced, distributed). This presentation illustrates the key lessons learned from a technical and business perspective.

Secrets to Successful Automated Testing with Watir

June 11, 2013 2

Automating tests is an investment that is valuable as long as the investment is not too great. As such investing in automated testing tools can be great or bad depending on if your company really needs to automate. We want to get to the payback more quickly. The true investment is not only the cost of creating and maintaining automated tests. Watir is a family of libraries for testing web applications. Watir reduces the cost of creating automated tests that are maintainable. If we spend too much time fixing and debugging, we will never get the new features created, or we will abandon the automated tests temporarily.

QTP Best Practices

March 26, 2013 3

HP Quick Test Professional is a test automation tool, also known as QTP. It is used to automate functional, regression and smoke test cases. It is a very popular software testing tool and works on MS windows O/S, supports development technologies like Active X, Delphi, Java, .Net, Oracle, People Soft, Web services etc. This article presents some best practices while doing automation using QTP.

So You Are Automated… Now Let’s Make it Fast!

March 7, 2013 0

A detailed guide to creating a mature and paralellizable automated software testing suite. This talk will cover things such as data independence, atomic tests, state generation, testing oriented pages. It includes sample code, demos and funny cat memes.

1 41 42 43 44 45 51