Carloso
13 years agoOccasional Contributor
Web comparison checkpoint in TC8 vs TC9
I'm currently trying out TC9 and I've noticed I get different results for web comparison in TC8 and TC9. The web comparison passes in TC8, but fails in TC9 with the following additional information:
The following code:
<HEAD><TITLE>AUTOTESTING - MARISOL L TESTCASE</TITLE>
was changed to:
Sys.Browser("iexplore", 2).Page("http://beta.mortgagecreditlink.com/shared/PrintView_Frame.aspx?header_url=/shared/reports/View_Menu.aspx%3Ffileid%3D120494&body_url=/shared/reports/print_htm.aspx%3FreportType%3DPREQ%26orderid%3D120494").Frame("body")
The test is executed on the same machine with the same IE browser instance. Why does the test pass in TC8, but fail in TC9?
The following code:
<HEAD><TITLE>AUTOTESTING - MARISOL L TESTCASE</TITLE>
was changed to:
Sys.Browser("iexplore", 2).Page("http://beta.mortgagecreditlink.com/shared/PrintView_Frame.aspx?header_url=/shared/reports/View_Menu.aspx%3Ffileid%3D120494&body_url=/shared/reports/print_htm.aspx%3FreportType%3DPREQ%26orderid%3D120494").Frame("body")
The test is executed on the same machine with the same IE browser instance. Why does the test pass in TC8, but fail in TC9?