Wednesday, January 23, 2013

Display Line Number on SQL query

Missing the line number on query? So, here is the step to enable the line number..


1) Under Tools, select Options..
2) Options window displayed. Expand Text Editor, under All Languages select General
3) Tick on Line Number checkbox and click on OK button


Then your query will displayed the line number like snapshot below



Monday, January 7, 2013

Virtual Machine WANTED!!

When do testing, no wonder their requirement are so many and complicated to be achieved. When they are scenario required you to test the project or application with a machine that you are not afford to buy or search in time to do the testing. Then you need to use Virtual Machine in one condition, you have to create your own iso files for specific OS to run.

Here is the Virtual Machine that I know:

1) For OS Window 7, Virtual PC Window XP Mode are free to be use by Microsoft.
    No need to use other Virtual Machine unless your machine have an error while install Windows
    Update on your machine Failure configuring Windows updates’ then you need to use other VM technology.
    http://www.microsoft.com/windows/virtual-pc/download.aspx 




2)  Oracle VM
     https://www.virtualbox.org/wiki/Downloads



3)  VMware Player
     https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/5_0

Thursday, January 3, 2013

VS2010: An Item with same key has already been added while running CodedUI

While you running CodedUI and found this error below. The best way is to create new UIMap.












1) Right click on project. Add New Item.

 2) Choose Coded UI Test Map.

3) UIMap1.uitest is created. Then you can start creating CodedUI Test without any error.