Hello there,
I'm having an issue with element visibility check on Silverlight. My application have an alert popup that i need to check if it appears or not during my tests.
I mapped the element and tried to verify if it exists or not, but Test Studio can't find the element when the popup is closed (and i don't know why). So i'm trying to verify the visibility, but i found an issue:
If i create one step checking if the element is visible and another after checking if the element is collapsed, the test will pass on the first step and fail on the second. Until now this behaviour is correct.
But if i invert the steps (first verifying if the element is collapsed and another checking if he is visible), Test Studio will pass both steps!! So, how can an element be visible and collapsed at the same time??
This is causing me a lot of problems, because my application uses this alert popup on everything. What i must do to solve this?
I'm attaching both the log files and prints of the result.
I'm having an issue with element visibility check on Silverlight. My application have an alert popup that i need to check if it appears or not during my tests.
I mapped the element and tried to verify if it exists or not, but Test Studio can't find the element when the popup is closed (and i don't know why). So i'm trying to verify the visibility, but i found an issue:
If i create one step checking if the element is visible and another after checking if the element is collapsed, the test will pass on the first step and fail on the second. Until now this behaviour is correct.
But if i invert the steps (first verifying if the element is collapsed and another checking if he is visible), Test Studio will pass both steps!! So, how can an element be visible and collapsed at the same time??
This is causing me a lot of problems, because my application uses this alert popup on everything. What i must do to solve this?
I'm attaching both the log files and prints of the result.