WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.21.1' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714886905.5369489192962646484375', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)


Warning: Cannot modify header information - headers already sent by (output started at /home/lexiqued/www/WordPress/wp-includes/wp-db.php:1502) in /home/lexiqued/www/WordPress/wp-includes/feed-rss2-comments.php on line 8
Comments on: Coded UI tests : my TextBlock is not found, how to find it ? http://www.jonathanantoine.com/2011/11/09/coded-ui-tests-my-textblock-is-not-found-how-to-find-it/ Yet another blog about... Wed, 30 May 2012 15:21:55 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: Axel Mayer http://www.jonathanantoine.com/2011/11/09/coded-ui-tests-my-textblock-is-not-found-how-to-find-it/comment-page-1/#comment-8643 Wed, 30 May 2012 15:21:55 +0000 http://www.jonathanantoine.com/?p=806#comment-8643 I have two questions:
1. If I comment out the snippet which exposes the TextBlock only if an AutomationId is set on it, I get the error message "Recursive call to Automation Peer API is not valid".

2. In UISpy I don't see the AutomationID. Only the value of the TextBlock. What can I do to use the AutomationID?

]]>
By: Coded UI Tests: the recorder encountered a wrong control while recording the last action. | Jonathan ANTOINE's thoughts on WPF, Silverlight, WinRT, NUI... http://www.jonathanantoine.com/2011/11/09/coded-ui-tests-my-textblock-is-not-found-how-to-find-it/comment-page-1/#comment-966 Tue, 15 Nov 2011 16:56:08 +0000 http://www.jonathanantoine.com/?p=806#comment-966 […] solution is the same than for the TextBox issue : you have to create a fixed version of the ScrollViewer and use it instead of the standard […]

]]>
By: Biff Turckle http://www.jonathanantoine.com/2011/11/09/coded-ui-tests-my-textblock-is-not-found-how-to-find-it/comment-page-1/#comment-814 Wed, 09 Nov 2011 18:11:38 +0000 http://www.jonathanantoine.com/?p=806#comment-814 Thanks for the explanation. Unfortunately we're not in a position to implement a wholesale change to all the TextBlocks in our app- so this could be a dead end for the coded UI tests unfortunately……

]]>
By: DotNetShoutout http://www.jonathanantoine.com/2011/11/09/coded-ui-tests-my-textblock-is-not-found-how-to-find-it/comment-page-1/#comment-809 Wed, 09 Nov 2011 16:20:56 +0000 http://www.jonathanantoine.com/?p=806#comment-809 Coded UI tests : my TextBlock is not found, how to find it ?…

Thank you for submitting this cool story – Trackback from DotNetShoutout…

]]>