Microsoft Test Manager 2010 - Tips and TricksEditing Manual tests in TFS 2010 from MS Excel 2010Manual test cases created in Team Foundation Server 2010 can be easily edited from MS Excel. The TFS 2010 and Excel 2010 integration is native. I really liked this feature, though it comes with some shortfalls. Lets see what you can do and what you can not in more detail. Last Updated on Thursday, 20 May 2010 14:02 Read more...Manual test case authoring in Microsoft Test Manager 2010
( 1 Vote ) Test Planning in TFS 2010 Test Manager( 0 Votes ) TRX to HTML generatorIts been long that I wanted to document about this command line utility developed in C# to generate html report file from Visual Studio 2008 or 2010 report file (trx). It is compatible with TRX merger utility, which means it can consume the output file of the merger to produce html files for reporting.
Last Updated on Monday, 03 May 2010 09:37
Read more...
( 0 Votes ) LINQ to XMLAfter I built the TRX to html report generator, there was a little obvious need to have it centrally available so that team members can upload the results to a central place and manager(s) and PMs can view them. The requirement was a web-based report viewer. I could have built it using the same old tool with some web-pages to give links to the reports, but I also wanted to take out the tester's dependency to have the html generator tool. I turned to develop a simple web-app to do the job.
Last Updated on Monday, 19 April 2010 18:03
Read more...
( 0 Votes ) Sample of Pivot SQLAs a part of reporting, my friend faced a simple looking problem. He was struggling for almost half a day to solve this by a SQL query. When he showed me the problem, I just realized that it is something that we usually do in excel called pivot tables and I asked him to look over the internet if there is something called "pivot query" and to our surprise there is something called as that...we just didn't know, so I am going to document it.
Last Updated on Monday, 19 April 2010 17:52
Read more...
( 0 Votes ) Some useful Xpath expressionsHere are some useful Xpath expression which were a little hard to figure out for a newbie like me so I am making an attempt to document them. Here are 2 of them,
Last Updated on Friday, 26 March 2010 13:44
Read more...
( 0 Votes ) What are webtests in Visual Studio Team SystemVisual Studio Team System 2008 offer variety of tests that you can create depending on the application and your testing needs. I recently came across a scenario where I want to test basic functionality of our home grown proxy server. The testing focus was to make sure that the server behaves as expected on the GET and POST requests send to it. I quickly figured out that I am going to need some tool with with I am able to record/capture HTTP request going to and coming from the server. OpenSTA was an obvious choice, as I knew I can do that in OpenSTA, but when you have a powerful tool like VSTS, you may want to think twice. Also, as all the other tests for the project were in VSTS umbrella, it made more sence to include these server tests to the same suite. VSTS offers a kind of test with which you can record/capture the HTTP/S traffic to your webserver or website or for that matter any such server that is communicating on HTTP protocol.
Last Updated on Saturday, 15 August 2009 21:21
Read more...
( 1 Vote ) TRX to HTML using XSLT and JavaScriptHere is another simple way to generate HTML reports from Visual Studio Team System 2008, test execution result files (.trx). I have already described how you can use only XSLT to convert TRX to HTML in my earlier write up - Generating HTML reports from TRX using XSLT. This article describes another similar method which requires xslt, but using JavaScript on the HTML page. Now, the difference here is to make the trx and xslt files independent.
Last Updated on Monday, 29 June 2009 11:23
Read more...
( 1 Vote ) |
|
|