or
<root>- foo.tstest- bar.tstest- baz.tstest<root>- Shared - foo.tstest- bar.tstest- baz.tstest1) In local.testsettings file > Test Timeouts tab > set 2mins for indivisual test execution field and unselect checkbox for total execution time field
2) Created a test list of say 5 test cases in VS2012
3) First test will abort after 2 minutes. (as it reached time out)
5) Second test will start notice that the browser hangs and user can't logon and test aborts after two minutes
6) Step 5 is repeats for all test cases
Plase assist me on this. why browser is hanging from second test cases execution?
Using IE9(v 9.0.8112.16421)
Thanks,
Hari
Execution machinesActive Name Operating System Service Uri--------------------------------------------------------------------------------------------------------------No | ie7vista | Microsoft Windows NT 6.0.6002 Service Pack 2 | http://ie7vista:55555/ |Yes | mainpc | Microsoft Windows NT 6.1.7601 Service Pack 1 | http://mainpc.mycompany.com:55555/ |No | ie9win7 | Microsoft Windows NT 6.1.7601 Service Pack 1 | http://ie9win7:55555/ |ArtOfTest.WebAii.Win32.Dialogs.DownloadDialogsHandler downloadDialog = new DownloadDialogsHandler(ActiveBrowser, DialogButton.SAVE, "C:\\PQZHoldings.csv", Manager.Desktop); HtmlAnchor a = Find.ByExpression<ArtOfTest.WebAii.Controls.HtmlControls.HtmlAnchor>("id=ctl00_MainPageLeft_MainPageContent_ExportHoldings1_LinkButton1", "tagname=a"); a.Click(false); downloadDialog.WaitUntilHandled(10000);