Wednesday, October 22, 2014

TFS (Team Foundation Server) 2013

To install TFS 2013 you need to install SQL server 2012 or 2014
Look at the requirement here
http://msdn.microsoft.com/en-us/library/dn641202.aspx

After installation you have to create new TeamProject

and choose a process template for that, Here is the default process template
http://msdn.microsoft.com/en-us/library/ff731587.aspx

To be able to customize a template you should be able to download the template, edit it and upload it
http://msdn.microsoft.com/en-us/library/ms243782.aspx

Modify or add custom work Item
http://msdn.microsoft.com/en-us/library/hh409273.aspx

Monday, October 20, 2014

Ranorex Testing Web Service

Comparing with selenium Ranorex is very much powerful but costly which start from 690€.
Selenium has a lot problem with browser compatibility and It doesnt work for example with Firefox versions.

Here is a tutorial about Testing web Service

E-learning courses

http://www.codecademy.com Free courses mostly about Web
http://www.pluralsight.com Minimum 29$/Month Microsoft products (Free trial) My recommendation
https://www.udacity.com Minimum 199$/Month Free trial Course materials are free
https://www.coursera.org Free courses From most universities in Many languages

Thursday, October 16, 2014

Monday, October 13, 2014

Generate proxy classes using SVCUTIL


To Generate Service proxy c# classes from WCF endpoint Run:

cd C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin>
svcutil net.tcp://endpoint.svc /out:c:\proxy

To create schema from service contract dll
Run visual studio command prompt as admin:
go to the output folder

Svcutil c:/ServiceContracts.dll /t:metadata

Schema (*.xsd) and (*.wsdl) are generated and then proxy classes can be generated using:
Svcutil *.wsdl *.xsd /language:C#

Tuesday, October 7, 2014

Print Css debugging in Firefox and Chrome

Unfortunately IE doesnt have any emulator or developer tools for Print css debugging but in Firefox by pressing

Shift + F2 you have the console which allows you to enabale print emulator

media emulate print

In chrome also by F12 and then