Archive for category Team Foundation Server 11

[#VS11] Microsoft Feedback Client (II)

image

Buenas,

in the post yesterday I presented the 2 ways in which Microsoft Feedback Client can launch

  • voluntary feedback mode
  • requested mode

From the second stage today we will see capabilities gives us this tool. Once launched the tool, we can see that the same presents us with 3 phases of work in sequential order:

  • Start
  • Provide
  • Submit

image

In the first of her we will have a number of indications about the proof that we have to do and the points which we are asked to take into account.

In my case, when you try to launch the calculator application from the route [c:\windows\calc.exe] I see that it does not exist (is in another site, for testing this comes great!). So we come to the stage of complete (PROVIDE) feedback and here we can see we have several options to attach a file, make a recording and detailing any aspect, etc.

image

Review the validation options, in my case I have commented that the route was wrong, and that the correct path is perhaps [c:\Windows\System32\calc.exe] and I’ve added a screenshot of the error.

image

And when we have finished giving our feedback as we move to the final step [SUBMIT] to send the information.

image

Now the information is already in our server TFS (in this case in the cloud!) and in the next post we see as process this information to incorporate into our development lifecycle.

 

Saludos @ Home

El Bruno

image image image

Dejar un comentario

[#VS11] Microsoft Feedback Client (II)

image

Buenas,

en el post de ayer presenté los 2 modos en los que se puede lanzar Microsoft Feedback Client

  • voluntary feedback mode
  • requested mode

A partir del segundo escenario hoy veremos que capacidades nos entrega esta herramienta. Una vez lanzada la herramienta, podremos ver que la misma nos presenta 3 fases de trabajo en orden secuencial:

  • Start
  • Provide
  • Submit

image

En la primera de ella tendremos una serie de indicaciones sobre la prueba que tenemos que hacer y los puntos que se nos pide tener en cuenta.

En mi caso, al intentar lanzar la aplicación de la calculadora desde la ruta [c:\windows\calc.exe] veo que la misma no existe (está en otro sitio, para la prueba esto me viene genial!). Así que pasamos a la fase de completar el feedback (PROVIDE) y aquí podemos ver que tenemos varias opciones para adjuntar un archivo, realizar una grabación y detallar algún aspecto, etc.

image

Luego de revisar las opciones de validación, en mi caso he comentado que la ruta estaba mal, y que tal vez la ruta correcta sea [c:\Windows\System32\calc.exe] y he agregado un pantallazo del error.

image

Y cuando hemos terminado de dar nuestro feedback ya podemos pasar al paso final [SUBMIT] para enviar la información.

image

Ahora ya la información está en nuestro servidor TFS (en este caso in the cloud!) y en el próximo post podremos ver como procesar esta información para incorporarla en nuestro ciclo de vida de desarrollo.

Saludos @ Home

El Bruno

image image image

Dejar un comentario

[# MTM] HowTo: Use MTM2010 with # TFS11

image

Buenas,

today I was asked if it was possible to use Microsoft Test Manager 2010 (MTM2010) with a Team Foundation Server 11 server.

The answer is Yes, it is only necessary to install an extension from this link.

Then if what we want is the mixed stage but in reverse, Microsoft Test Manager 11 with Team Foundation Server 2010, then this scenario this supported by default.

Saludos @ Home

El Bruno

image image image

Download: http://support.microsoft.com/kb/2662296

Dejar un comentario

[#MTM] HowTo: Utilizar MTM2010 con #TFS11

image

Buenas,

hoy me preguntaron si era posible utilizar Microsoft Test Manager 2010 (MTM2010) con un server Team Foundation Server 11.

La respuesta es SI, solo es necesario instalar una extensión desde este link.

Luego si lo que queremos es el escenario mixto pero al revés, Microsoft Test Manager 11 con Team Foundation Server 2010, pues este escenario esta soportado by default.

 

Saludos @ Home

El Bruno

image image image

Descarga: http://support.microsoft.com/kb/2662296

Dejar un comentario

[# TFS11] TFS Power Tools 11, almost complete

image

Buenas,

a week ago they released a beta for Team Foundation 11 the Power Tools of TFS (link). This version does not have all the features that we already know Team Foundation Server 2010 that some of them have been incorporated directly intoVisual Studio 11.

If we look at these features we will see the following

  • Team Members, now with VS11 and TFS11 the concept of team and team members is embedded 100% within the IDE
  • WorkItem Search, is now included in the IDE of VS11
  • Source Control Rollback, is now included in a contextual menu in the IDE (danger!)
  • CheckIn Policy Comment, is now part of the product (at last!)

Saludos @ Home

El Bruno

image image image

Dejar un comentario

[#TFS11] TFS Power Tools 11, casi completo

image

Buenas,

hace una semana se liberó una versión beta para Team Foundation 11 de las Power Tools de TFS (link). Esta versión no posee todas las funcionalidades que ya conocemos para Team Foundation Server 2010 ya que algunas de las mismas se han incorporado directamente a Visual Studio 11.

Si repasamos estas funcionalidades veremos lo siguiente

  • Team Members, ahora con VS11 y TFS11 el concepto de equipo y miembros de equipo está embebido 100% dentro del IDE
  • WorkItem Search, ahora está incluido dentro del IDE de VS11
  • Source Control Rollback, ahora está incluido dentro de un menú contextual en el IDE (danger!!!)
  • CheckIn Policy Comment, ahora es parte del producto (por fin !!!)

Saludos @ Home

El Bruno

image image image

Dejar un comentario

[# VS11] Some points to keep in mind when working with the new Team Build for Team Foundation Service

image

Buenas,

a few days ago Brian Harry made public the news where commented that we can already count with a Team Build Server in our service of Team Foundation Service. Put another way, this means that we have at our disposal a Team Build Server in TFS on the cloud. Just great! (Friend Vincenc has also written a post about it)

This has many great advantages, but we also have to take into account several things to work with this model.

image

Important: We do not have access to the physical machine from Team Build

This means that we cannot change anything in it so that our projects compile, run unit tests, etc. in this server. I personally think that this is great, a software project should be able to be compiled and packaged only from the contents in the Source Control repository.

If you use COM components, or work with an environment of compilation that requires you to install something in it to be able to compile, because you’ll have to revise your model of development to use Team Build in Team Foundation Service.

Initially the Team Build single VM will be installed

-Visual Studio 2010 SP1

- Visual Studio 11 Beta

Java for now nothing at all… Although clear, it will be in the final package, as ECLIPSE with Maven 2 and Maven 3 customers need.

I have done the test of the "Hello World" for Team Build in 10 minutes and works great, although if instead of MSTests use XUnit or NUnit, because you have to devote a few minutes to Setup.

Finally, an interesting detail. When we define the output of our Build directory, usually usually you do in a share formatted\\SERVER\SHARE\BUILD.

In this case, we also have that option, although I do not think that anyone open this door to the world. The best seems to be that if we configure the output of the Build directly in Source Control, we buy cholón space in SC, but well… for that is.

image

What happens with my custom build templates?

As the Build Controller and Build Agent concept remains the same, because it isn’t to change us much the way in which we work if we have customized our Build templates. Simply access the configuration of the Build Controllers and already we can continue working as before.

image

There is trap a?

Yes, although in reality it is not trap. For example, you can make a template of Build to mount a specific environment to build a solution (e.g. registering COM components, prior to the compilation). But of course, as the AZURE VMs "have no State", because you will lose these changes when you refreshed them.

Although as the build runs where we need it, because we can return to this state when we need it… Risa

This point remains to be seen because I understand that it will be an environment more like a Sandbox to which we have access from the final version.

Now to migrate a couple of templates custom Avanade Spain to TFS AZURE, forgiveness to Team Foundation Service and prepare the next post.

Saludos @ La Finca

El Bruno

image image image

Sources:

http://blogs.msdn.com/b/bharry/archive/2012/03/27/announcing-a-build-service-for-Team-Foundation-service.aspx

http://geeks.Ms/blogs/devnettips/archive/2012/03/29/creaci-243-n-de-una-build-con-el-Nuevo-servicio-de-builds-para-TFS-service.aspx

http://blogs.msdn.com/b/visualstudioalm/archive/2012/03/27/build-on-the-Team-Foundation-service.aspx

Dejar un comentario

[#VS11] Algunos puntos a tener en cuenta cuando trabajamos con el nuevo Team Build para Team Foundation Service

image

Buenas,

hace unos días Brian Harry hizo pública la noticia donde comentaba que ya podemos contar con un servidor Team Build en nuestro servicio de Team Foundation Service. Dicho de otro modo, esto significa que tenemos a nuestra disposición un servidor Team Build en TFS en la nube. Just great !!! (El amigo Vincenc también ha escrito un post al respecto)

Esto tiene muchas grandes ventajas, pero también tenemos que tener en cuenta varias cosas para trabajar con este modelo.

image

Importante: No tenemos acceso a la máquina física de Team Build

Esto significa que no podemos modificar nada en la misma para que nuestros proyectos compilen, ejecuten pruebas unitarias, etc. en este servidor. Personalmente pienso que esto es genial, un proyecto de software debe poder ser compilado y empaquetado solo a partir de los contenidos que se encuentren en el repositorio de Source Control.

Si utilizas componentes COM, o trabajas con un entorno de compilación que te requiera instalar algo en el mismo para poder compilar, pues tendrás que revisar tu modelo de desarrollo para poder utilizar Team Build en Team Foundation Service.

Inicialmente la VM de Team Build solo tendrá instalado

- Visual Studio 2010 SP1

- Visual Studio 11 Beta

Java por ahora nada de nada … aunque claro, estará en el paquete final, ya que los clientes de ECLIPSE con Maven 2 y Maven 3 lo necesitan.

Yo he hecho la prueba del “Hola Mundo” para Team Build en 10 minutos y funciona genial, aunque si en lugar de MSTests utilizas XUnit o NUnit, pues tienes que dedicarles unos minutos a la configuración.

Finalmente, un detalle interesante. Cuando definimos el directorio de salida de nuestra Build, usualmente lo solemos hacer en un share con formato \\SERVER\SHARE\BUILD.

En este caso, también tenemos esa opción, aunque no creo que nadie abra esta puerta al mundo. Lo mejor parece ser que si configuramos el output de la Build directamente en el Source Control, consumiremos espacio a cholón en el SC, pero bueno … para eso está.

image

¿Qué pasa con mis plantillas de build personalizadas?

Como el concepto de Build Controller y Build Agent sigue siendo igual, pues tampoco es que nos cambie mucho la forma en la que trabajamos si hemos personalizado nuestras plantillas de Build. Simplemente accedemos a la configuración de los Build Controllers y ya podremos seguir trabajando como antes.

image

¿Hay trampa?

Pues sí, aunque en realidad no es trampa. Por ejemplo, te puedes hacer una plantilla de Build que se encargue de montar un entorno específico para poder compilar una solución (por ejemplo registrando componentes COM, previos a la compilación). Pero claro, como las VMs de AZURE “no tienen estado”, pues perderás estos cambios cuando se refresquen las mismas.

Aunque como la build se ejecuta siempre que lo necesitemos, pues podremos volver a tener este estado en cuando lo necesitemos … Risa

Este punto está por verse porque entiendo que será un entorno mucho más parecido a un Sandbox al que podremos tener acceso desde la versión final.

 

Ahora a migrar un par de plantillas personalizadas de Avanade Spain a TFS AZURE, perdón a Team Foundation Service y a preparar el próximo post.

 

Saludos @ Home

El Bruno

image image image

Fuentes:

http://blogs.msdn.com/b/bharry/archive/2012/03/27/announcing-a-build-service-for-team-foundation-service.aspx

http://geeks.ms/blogs/devnettips/archive/2012/03/29/creaci-243-n-de-una-build-con-el-nuevo-servicio-de-builds-para-tfs-service.aspx

http://blogs.msdn.com/b/visualstudioalm/archive/2012/03/27/build-on-the-team-foundation-service.aspx

Dejar un comentario

[# VS11] DemoMates presentations for Visual Studio 11 ALM available for download

image

Buenas,

those who usually do presentations of ALM tools Microsoft know the power of DemoMate. Demomate is a client in Silverlight that allows us to reproduce step-by-step, a particular scene recorded from the interaction with a computer.

I.e. as a video but much more interactive and where you know that we should not fail. All you have to bear in mind is thatDemoMate is payment, so if we want to record demos for our account must first purchase the license.

As well, the great Brian Keller, goes to step with a solution that it leaves us pre-recorded several demos of Visual Studio 11and Team Foundation 11 to show the main capabilities of both products.

You can download the demos from here, and obviously for the live demonstrations, the virtual machine from here.

If want to view online

Saludos @ Home

El Bruno

image image image

References: http://blogs.msdn.com/b/briankel/archive/2012/03/15/visual-studio-11-beta-alm-demomates-now-available.aspx

http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-Visual-Studio-11-Alm-demos.aspx

Dejar un comentario

[#VS11] DemoMates para presentaciones de ALM disponibles para descargar

image

Buenas,

los que usualmente hacemos presentaciones de ALM con herramientas de Microsoft conocemos la potencia de DemoMate. Demomate es un cliente en Silverlight que nos permite reproducir paso a paso, un escenario concreto grabado a partir de la interacción con un ordenador.

Es decir, es como un video pero mucho más interactivo y donde sabes que las demos no fallarán. Lo único que hay que tener en cuenta es que DemoMate es de pago, con lo que si queremos grabar demos por nuestra cuenta deberemos comprar primero la licencia.

Pues bien, el gran Brian Keller, sale al paso con una solución ya que nos deja pregrabadas varias demos de Visual Studio 11 y Team Foundation 11 para mostrar las principales capacidades de ambos productos.

Puedes descargar las demos desde aquí, y obviamente para las demostraciones en vivo, la máquina virtual desde aquí.

Si las quieres ver online

 

Saludos @ Home

El Bruno

image image image

Referencias: http://blogs.msdn.com/b/briankel/archive/2012/03/15/visual-studio-11-beta-alm-demomates-now-available.aspx

http://blogs.msdn.com/b/briankel/archive/2011/10/16/demomates-for-visual-studio-11-alm-demos.aspx

Dejar un comentario

Seguir

Get every new post delivered to your Inbox.

Únete a otros 908 seguidores