Thursday, June 3, 2010

Online Test Data generation

@Friends,

When I was working with web application testing, at that time, my manager came and told me that you have to prepare test data for our application. At that time, I was intermediate level tester in documentation part, so I was thinking, how I would do that and all. I searched lots of and at that time, I went through some good sites to generate test data. So I would like to share that information with you guys.

http://www.generatedata.com/#about

http://www.turbodata.ca/

Screen and Video Capturing Tools

Hi,

During testing you require to take screen shot of the bug. For that you can use Fire fox’s fireshot add on. You can also capture sequence of steps using video recording and show it to your dev team for what exactly happening. For that use ‘CamStudio’ video capturing tool and it’s free.

You can download video capturing tool from http://camstudio.org/

You can download screen capturing tool from https://addons.mozilla.org/en-US/firefox/addon/5648/?src=api

Test Multiple Browser versions in ONE machine!


Test Multiple Browser versions in ONE machine!
@Readers,
As a tester, we need to check our web application in different browser as well as in different versions. Here are some useful links, which I was come accorss during referring of UTest Forum and posted by one of the utest tester. It is very useful links and I would like to thank ‘Bernard’. Hope this will help you guys also.
To view website in different browser, you can use http://browsershots.org/ this good site

Check or Test your Code using W3C validator


Check or Test your Code using W3C validator
Hey Folks,
Here, I would like to share link related to validation testing of Markup Validator (HTML,XHTML), Link checker validator, CSS Validator (style sheets).
Using this validator, you should check each and every page of your website and verify quality of it. Your code should be w3c compatible for better quality. Sometimes, it is requirement from the client also.