c# - Working with Cutie Framework and CodedUI is not finding the control -
we have solution running, not able find control - solution finds html tag , clicks link, based on tag. working has stopped. have trouble shot co-workers , have not found explanation.
the code: reportclaimsearch = homepage.clickquicklinksclaims();
the method: public pareportclaimpolicysearch clickquicklinksclaims() { _lnkclaims.click();
pareportclaimpolicysearch reportclaimpage = getbrowserwindow<pareportclaimpolicysearch>(); reportclaimpage.assertispageloaded(); return reportclaimpage; } the error getting:
result message: test method flfamily.nextgen.codedui.tests.claimstests.mtm_case_24131_tests threw exception: microsoft.visualstudio.testtools.uitest.extension.uitestcontrolnotfoundexception: playback failed find control given search properties.
we have continually checked make sure html tag has not changed, , have updated resharper, visual studio, , ran test debugger, , (both coworker, , myself) can't explain or figure out why cannot find control.
any , replies appreciated. chauncey
Comments
Post a Comment