Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
This is a duplicate of the ticket 684441. Since this is a public forum post I will answer again so our other customers can benefit from this information. 1) Test Studio ONLY supports IE 64 bit on Win 8. You cannot execute tests in IE 64 bit on Win 7. 2) In general you could start any process you want with a single line of code:
using
System.Diagnostics;
Process.Start(
"C:\\path to the IE exe"
);