Useful links and tutorials - TwoGears/hakomo-guides GitHub Wiki

  1. QA Tutor
  1. HTML Learn it and execute it here: http://www.w3schools.com/html/default.asp . Pay special attention to elements of the Web form.
  2. SQL Learn it and execute it here: http://www.w3schools.com/sql/default.asp. You can also install Base from Open Office to expand your knowledge (http://www.openoffice.org/). Use Menu/Insert/Query (SQL view) to interact with the DB with SQL. Your purpose is to:
    a. Get a basic understanding of what a relational DB is
    b. Learn the basic syntax and usage of the following SQL commands: CREATE SELECT UPDATE INSERT DELETE
  3. Unix Learn it here: http://www.ee.surrey.ac.uk/Teaching/Unix/ Download and install the Linux-like environment Cygwin from here: http://www.cygwin.com. Get to know the basic concepts of Unix OS and get confident in using the basic commands
  4. SOFTWARE TESTING Links
  1. SOFTWARE TESTING Books
  • Testing Computer Software, 2nd Edition by Cem Kaner, Jack Falk, and Hung Q. Nguyen
  • How to Break Web Software, Mike Andrews and James A. Whittaker
  • Lessons Learned in Software Testing, Cem Kaner, James Bach, and Bret Pettichord
  • Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional, by Rex
  • Black Testing Applications on the Web, Hung Q. Nguyen, Bob Johnson, Michael Hackett, and Robert Johnson
  1. PROGRAMMING Links
⚠️ **GitHub.com Fallback** ⚠️