Archive for the ‘Testing’ Category

Posted by admin at 12 July 2010

Category: Testing

Pex automatically generates test from Visual Studio code editor. It tries interesting sets of input and output of a method. This provide a high level of test coverage automatically. Currently it is a Visual Studio add in for testing .NET Framework Applications

Moles supports Unit Testing by isolation with detours and stubs.

http://research.microsoft.com/en-us/projects/pex/

You can try it out online with no install at: http://www.pexforfun.com/

Posted by admin at 26 April 2010

Category: Testing

Tags: , , ,

Website Application Testing Procedures

How to test software

1) Functionality Testing

Links, Forms, Getting and Setting Data, Validating
2) Usability testing
        Navigation, Content
3) Interface testing
        Error Handling, Connections
4) Compatibility testing
        Cross Browser, Printer, Mobile
5) Performance testing
        Load Testing, Stress Testing
6) Security testing
        Spam, Hacking, URLs, Scripting attacks