SystemSummary shows NT instead of XP

Bug reports.
ohm
Posts: 27
Joined: Thu Dec 03, 2009 7:27 pm

SystemSummary shows NT instead of XP

Post by ohm » Wed Dec 16, 2009 10:13 pm

I am not sure if it's a bug.

I am using Windows XP with SP3.
I included Report.SystemSummry(); in Program.cs
In test report it shows that the test was done in Windows NT instead of Windows XP.

Screenshot attached.
You do not have the required permissions to view the files attached to this post.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: SystemSummary shows NT instead of XP

Post by Support Team » Wed Dec 16, 2009 10:37 pm

ohm wrote:I am not sure if it's a bug.
No, it isn't. Sorry to disappoint you, but you are still using an operating system that is based on Windows NT :-)

The Microsoft internal version of the so-called "Windows XP" is "Windows NT 5.1" (see http://en.wikipedia.org/wiki/Windows_NT#Releases), Vista is NT 6.0, and Window 7 has version number NT 6.1. We are just using the value of the System.Environment.OSVersion (see http://msdn.microsoft.com/en-us/library ... rsion.aspx).

Regards,
Alex
Ranorex Support Team

ohm
Posts: 27
Joined: Thu Dec 03, 2009 7:27 pm

Re: SystemSummary shows NT instead of XP

Post by ohm » Wed Dec 16, 2009 10:39 pm

lol

Thanks.