Validate a processing dialog box
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Validate a processing dialog box
Would appreciate you views on this. I'm automating a microsoft word document plugin functionalities. I need to validate a box that appears when i click certain button which says "The following things are being executed". But that dialof box stays for about 10 seconds. By the time i create a checkpoint, it disappears. Is there any other way to validae these kind of processing dialog box?
Thanks
Solved! Go to Solution.
- Labels:
-
Checkpoints
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Record something short on that box, like a Click. That will get you the object name and then you could build your own checkpoint.
You could also talk to your devs and see if they can give you a version where the box stays up longer, just to use while you are building the test. You can revert to the actual version afterwards.
