Monthly Archives: June 2011

Extract Data from XML using C#

This code will take data from InfoPath document (xml) and print it out. You will need to modify it for your needs. //Import in the xml bool flag = true; //to stop the while loop //load xml file StreamReader xmlStream … Continue reading

Posted in C#, QC | Tagged | Leave a comment

Automatically add requirements to Quality Center using C#

This is my new project at work. I have to take requirements from an InfoPath document and export them to QC11 (ALM). There are a lot of documentation for VB but not much for C# (which is why I am … Continue reading

Posted in C#, QC, Uncategorized | 1 Comment