Software Engineering, Architecture and AWS Serverless Technology from makit

Testing

Detecting Web Application Regression with PhantomJS
Jan 10, 19
Detecting Web Application Regression with PhantomJS
PhantomJS is a tool that should be considered for this regression checking, with only simple simple scripting it can be put into your Continuous Integration system and you have a way of catching regression early and before it goes for QA.
How to unit test a MVC HTML Helper that calls Action
Nov 17, 13
How to unit test a MVC HTML Helper that calls Action
If you have a need to unit test a helper method which does a call to Action then you will hit an issue due to how HtmlHelper is not mockable and the call to Action will end up going through many layers and actually calling an action.
Multi-Browser Testing an MVC Application With Selenium and NUnit
Jun 1, 13
Multi-Browser Testing an MVC Application With Selenium and NUnit
An example of how to use Selenium to do Multi-Browser Testing
Follow me

If you are interested in Coding, AWS, Serverless or ML