Monday, October 31, 2011

Cartoon Tester

I'm a tester, I test, some days I enjoy testing. I follow a few testing blogs and when ever I can I add comments in test forums. I hope through the test cartoon blog, testers will understand something new about the craft of testing. You can contact me on cartoontesting@gmail.com

Cartoon Tester

Twitter

Came across twitter site and book. One of the questions posed was: What would you call a collection of testers. Post your comments here

Becoming a Tester

Becoming a Tester Downloads.

WWWWWH/KE (Everybody Loves Mnemonics.. Don't they)

A list of Testing Mnemonics with links to pages as to how they came about.

Software Testing Groups

The Software Testing Club
http://www.softwaretestingclub.com/groups

The Software Testing and Quality Assurance discussion site
http://www.qaforums.com/

Association For Software Testing
http://www.associationforsoftwaretesting.org/

The Testing Planet
http://www.thetestingplanet.com/

Saturday, October 29, 2011

Selenium Open Source Functional automation Testing Tool

The link https://sites.google.com/site/softwaretestingbooks4u/selenium provides information on Selenium tests. There is also information on the TestNG website about Eclipse, IDEA, Maven, Ant, and Migration from JUnit.

Performance Testing and Loadrunner

The link https://sites.google.com/site/softwaretestingbooks4u/performance-testing-and-loadrunner provides links to pdfs on LoadRunner best practices, performance testing and a few on LoadRunner and Oracle.

Manual Testing & ISTQB Foundation and Advanced Levels

The link https://sites.google.com/site/softwaretestingbooks4u/manual-testing has a collection of links to information required to pass ISTQB exams. Download the book 'Introduction to Software Testing : A Testing Primer' By Nick Jenkins. Download ISTQB Exam papers,Tutorials, and ISTQB glossary.  
NOTE: Scroll down page to see them.

Test Automation Frameworks

The link http://safsdev.sourceforge.net/FRAMESDataDrivenTestAutomationFrameworks.htm provides information on test automation frameworks, test strategy, test design, data driven automation frameworks, keyword driven automation frameworks and automation framework workflow.

MSDN Academic Alliance

For all your Microsoft Software (Office not inculded) needs - click here.

You do not have to burn disks if you see an iso file just right click and extract files or you can install magic iso that creates a virtual drive for iso files.
http://www.magiciso.com/tutorials/miso-magicdisc-history.htm

Monday, October 24, 2011

Intellij and Junit Testing

I spent all day trying to fathom out how to install Intellij and java on usb key. After several reformattings and installation of various forms of JRE's and JDK's I was able to compile and run some junit testing on a script I found on the net. I will write-up a tutorial in the next couple of days as Ive got to get my last essay written up by Friday.

To get you started download this JRE and install to F:\java
Then download and install intellij community version from here to a folder of your choice.

When installed its time to configure intellij

go to the folder where you installed intellij and locate the bin folder. within that folder find idea.exe and run.
when the main screen loads select file and then program structure and a pop-window appears.

The word Project should be highlighted on the left hand side and if not select it.
On the right hand side you should see Project SDK and underneath that three boxes

Select New and then select jsdk option and another pop-up will appear. Go to your usb drive and select your java folder and click apply and close. You will now be able to run java programs from intellij.

Stage one over Stage two later on in the week

Friday, October 14, 2011

MySql and PHP tutorial

This is a little intro to connecting to a database with regular expression thrown in for good measure. The database name is dit and there is an sql file that you can copy for phpmyadmin

Files