Monday, June 21, 2010

Guidelines to review Test cases


Guidelines to review Test cases

  1. Check all the requirements covered or not
  2. Check no major scenario is missing
  3. Check test step is written complete and understandable
  4. Clear expected results is mentioned for each step
  5. Check all text and grammar mistake
  6. Flow of test step is appropriate
  7. Information related to setup of test environment like pre requisites, what are success/failed , end conditions etc
  8. Check is there any invalid test cases
  9. Check is there any redundancy in test cases
  10. Check priority of test cases
  11. Check narration of test cases
  12. Test cases follow agreed standard format
  13. The Test cases are complete with respect to the Specifications Document on which they are based
  14. Test data is mentioned explicitly for each test condition
  15. Pre-conditions for executing a test case or a set of test cases are specified


    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.