WordPress database error: [INSERT, UPDATE command denied to user '51213-2'@'10.10.20.125' for table 'wp_options']
INSERT INTO `wp_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1714906600.0731430053710937500000', '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 : AutomationId or how to find the chose one (control) ! http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/ Yet another blog about... Sun, 03 May 2015 18:38:29 +0000 hourly 1 https://wordpress.org/?v=5.5.3 By: SILENT http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-129596 Sun, 03 May 2015 18:38:29 +0000 http://www.jonathanantoine.com/?p=737#comment-129596 In reply to jmix90.

Why is AutomationId a best practice? Are there any performance enhancements for using unique AutomationId vs unique name properties?

]]>
By: jmix90 http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-7982 Wed, 16 May 2012 06:02:42 +0000 http://www.jonathanantoine.com/?p=737#comment-7982 In reply to aralele.

AutomationId are not mandatory, you can use other properties to find a control. But the best practice is to use them 🙂

]]>
By: aralele http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-7947 Tue, 15 May 2012 08:53:52 +0000 http://www.jonathanantoine.com/?p=737#comment-7947 will i be right if i say that control without Automationid can be missed at the coded ui builder tree ?

]]>
By: jmix90 http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-3561 Thu, 26 Jan 2012 05:59:02 +0000 http://www.jonathanantoine.com/?p=737#comment-3561 In reply to issamo.

sorry, I don\’t knowGow to do this…

]]>
By: issamo http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-3525 Wed, 25 Jan 2012 13:56:12 +0000 http://www.jonathanantoine.com/?p=737#comment-3525 Do you know any way to set the automation property for text and p html tags ? (Id=value works perfectly for the img tag)

]]>
By: memory http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-3115 Tue, 17 Jan 2012 01:58:26 +0000 http://www.jonathanantoine.com/?p=737#comment-3115 I loved up to you’ll receive carried out proper here. The cartoon is attractive, your authored subject matter stylish. nonetheless, you command get bought an shakiness over that you wish be turning in the following. in poor health no doubt come further formerly once more as precisely the similar nearly very steadily within case you defend this increase.

]]>
By: Biff Turckle http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-813 Wed, 09 Nov 2011 16:55:09 +0000 http://www.jonathanantoine.com/?p=737#comment-813 In reply to jmix90.

Thanks! Nice work!

]]>
By: jmix90 http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-812 Wed, 09 Nov 2011 16:44:15 +0000 http://www.jonathanantoine.com/?p=737#comment-812 In reply to Biff Turckle.

The post is here : http://www.jonathanantoine.com/2011/11/09/coded-u

Yes, same thing for me : the ToString() value is used as value…

]]>
By: Biff Turckle http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-811 Wed, 09 Nov 2011 16:41:07 +0000 http://www.jonathanantoine.com/?p=737#comment-811 In reply to jmix90.

Thanks again for your quick reply- I'll be interested to see your next post on the subject!

One more thing- to get everything to play nice in the coded UI test- I also needed to override ToString() in the Model that I was binding to. Have you experienced this too?

]]>
By: Coded UI tests : my TextBlock is not found, how to find it ! | Jonathan ANTOINE's thoughts on WPF, Silverlight, WinRT, NUI... http://www.jonathanantoine.com/2011/11/03/coded-ui-tests-automationid-or-how-to-find-the-chose-one-control/comment-page-1/#comment-808 Wed, 09 Nov 2011 16:17:06 +0000 http://www.jonathanantoine.com/?p=737#comment-808 […] Written by Jonathan ANTOINE In the previous post, we have seen that setting the AutomationId can greatly help us when we want to perform some UI […]

]]>