Campus Devcon @ University Of Santo Tomas
April 05, 2018I was invited as one of the speakers for Campus Devcon at University of Santo Tomas and I did a talk about "Introduction to Test Automation" and why it is something developers should do more.
In my years of experience as a Software Developer I have encountered many developers who don't care about doing Unit Testing and Integration Testing sometimes they don't even know how to do one. I discussed what is Test Automation and the benefits they can gain in doing it.
My talk was focused more on Unit Testing and Integration testing but I also list down other tests that they could do such as Functional Testing, Stress Testing, Performance Testing, Penetration Testing, Regression Testing, etc..
For them to fully understand how it works, I did a quick demo of Unit Test and Integration Testing in C# using MS Test in Visual Studio.