Reputation: 11
I am working on testing a add on on MS Word using Coded UI tests in Visual Studio. I am at a point where I need to verify that after signing in, the user sees a new pop up window. I am not sure how to verify this. I try dragging the cross hair icon over on the pop up window, but am not sure which assertion to add.
Upvotes: 0
Views: 1839
Reputation: 2511
If you drag the assertion tool over the entire Window, you can do an assertion over one or all of the following:
Upvotes: 1