Hi Samantha,
Thank you for the additional information. I now see that is failing inside coded step number 4.
'21-Dec-15 9:22:55 AM' - 'Fail' : 4. [EditReview_VerifyCommentOnly_CodedStep] : Enter first review document
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Exception thrown executing coded step: '[EditReview_VerifyCommentOnly_CodedStep] : Enter first review document'.
InnerException:
System.TimeoutException: Wait for condition has timed out
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
at ArtOfTest.WebAii.Core.Browser.WaitUntilReady()
at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
at ArtOfTest.WebAii.Core.Actions.Click(Element targetElement)
at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.Click()
at PleaseReview6_0.EditReview_VerifyCommentOnly.EditReview_VerifyCommentOnly_CodedStep() in c:\SVNSource\QA\Automation\Telerik\PleaseReview6.0\EditReview_VerifyCommentOnly.tstest.cs:line 140
This particular error is trying to tell you that Test Studio timed out waiting for the browser to return to a ready state after executing some action command such as clicking on a link or a button. We can overcome this problem but before I can help you fix it I need to see the whole code for this step. Please show me the code for step number 4. Once I see the code then I will be able to advise you how to change it so that we don't run into this error.
I agree with you, we can see the full document is loaded in the browser, as shown in the attached screenshot, which came from your step failure details. What I am concerned about is that it appears this data is being loaded using a chrome extension which I can see in the browser's DOM:
Because of this, this data is going to appear as a black box to Test Studio. That means Test Studio is unable to see this data, let alone parse it or interact with it. The best we can do is solve the error you are getting so that the form will load in the browser and then we can see what we can do to move on to the next page. Unfortunately Test Studio will be unable to verify any of the contents of this particular document since it cannot see the contents of this document.
I look forward to hearing back from you soon.
Regards,
Cody
Telerik