This is a migrated thread and some comments may be shown as answers.

How can i launch IE9-64bit to run test on WIN7?

1 Answer 29 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Yulian
Top achievements
Rank 1
Yulian asked on 23 Apr 2013, 05:31 AM
By default, the test will be run on IE 32bit on WIN7?   But how i can run ie64bit on WIN7?  How should i customize the code?   Thanks!

1 Answer, 1 is accepted

Sort by
0
Boyan Boev
Telerik team
answered on 23 Apr 2013, 01:43 PM
Hello Yulian,

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");

However Test Studio cannot attach to IE 64 bits under Win 7 and cannot execute tests in it.


Regards,
Boyan Boev
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
Yulian
Top achievements
Rank 1
Answers by
Boyan Boev
Telerik team
Share this question
or