Writing tests with F#
Software testing is an area where F# really shines. This video shows us how to quickly get started with F# testing using tools like Ionide, XUnit, and FSCheck.
Software testing is an area where F# really shines. This video shows us how to quickly get started with F# testing using tools like Ionide, XUnit, and FSCheck.
In the modern days of data intensive analytical applications, it is important to not just test the usability of the application but also make sure that the data being plotted is not majorly away from the expected result patterns using visual testing. Resemble.js is a great tool for image comparison …
Ever since J.B. Rainsberger’s ‘integrated tests are a scam’, many developers try to get rid of their massively integrated tests and test their units in isolation. Co-operation of units is tested with mocks and stubs. But – depending on the language used – this mocking can be more or less …
Mutation testing is a technique for systematically mutating source code in order to validate test suites. It makes small changes to a program’s source code and then runs a test suite; if the test suite ever succeeds on mutated code then a flag is raised.
Citrus is a powerful open source integration testing tool for automated service API tests. The framework concentrates on the interfaces to boundary applications and services with the ability to exchange messages on client and server side with different message transports (Http, JMS, TCP/IP, FTP, …) and formats (XML, JSON).
A brief introduction to some of the capabilities of TestLink. TestLink is an open soruce web based Test Management tool.The application provides Test specification, Test plans and execution, Reporting, Requirements specification and collaborate with well-known bug trackers.