A good visual...
USP–Unique selling proposition
Filed Under:
Delivery,
General,
Guidelines,
Model,
Quality,
Test Management,
Tips
Liquidator

Powershell script to add header information into c# code
Filed Under:
Automation,
Code Snippet,
Framework,
Tips,
Tool
Liquidator

Sometime back, I had to check-in a huge automation framework into the TFS repository. I realized that I had not added headers to any cs files. So, I quickly cooked up a powershell script to get this done for me. The code is self explanatory and is as...
Powershell scripts for downloading file & refreshing data connections
Filed Under:
Automation,
Code Snippet,
Test Management
Liquidator

One of the requirement I had was to download a certain file from the sharepoint on a daily basis and take a snapshot of the same for future reference. The drawback with Sharepoint is that we can download the file, but unless someone opens the file ,...