пятница, 4 февраля 2011 г.

Require for Administrative privileges C# Windows 7

Sometimes it's necessary to ask for Administrative privileges.

Auto It

Add #RequireAdmin in the begining of the Script.
It works! 

C#

1. Add manifest to project:
------- 

2. Then edit manifest file. The Execution Level should be changed to

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
3. Change manifest in Project properties.
 4. Compile the Project.


среда, 2 февраля 2011 г.

SoapUi - good tool for automatic testing

I looked for some tool which can allow me to test web-service and perform load & functional testing.
Of course budget is limited. Ideal tool is free :).
So - tool was found - its SOAP Ui.

You can download free version of this software from SourceForge site.
This is Java program, so you need Java to run it.

One more trick...
As the program has Free and Pro version, Pro version is more useful.

Pro version contain different good things. And one of them is tab-windows. So if you open many windows it's more easy to navigate among them. It's really useful feature (compared to trial version).

You can request Pro version for Trial for 14 days.

Good news, when trial is over, you can still work with the program as with Free version, but Tab-windows still present there. Small free bonus.