testingminded.com
Waiting for a page to be loaded (synchronizing) with Selenium Webdriver ~ TestingMinded
http://www.testingminded.com/2014/08/waiting-for-page-to-be-loaded.html
Trust, but verify. Waiting for a page to be loaded (synchronizing) with Selenium Webdriver. Monday, August 11, 2014 Filed Under automation. An often reoccuring automation problem is the synchronization of web pages. The automation script should only continue if the page is fully loaded. If the automation code tries to continue before the page is fully loaded, some objects might not be visible yet and the script will fail. How can we implement this in Webdriver? However, this approach will not work all th...
testingminded.com
21 Most Popular Test Automation Blogs In 2014 ~ TestingMinded
http://www.testingminded.com/2015/02/21-most-popular-test-automation-blogs-in-2014.html
Trust, but verify. 21 Most Popular Test Automation Blogs In 2014. Wednesday, February 04, 2015 Filed Under automation. Get ready for the 21 most popular test automation blogs in 2014. This list is published at TestBuffet.com. A place where the most popular software testing blogs are grouped. This ranked list was created by gathering a set of scores for different evaluators and ordering the retrieved scores. In total 33 test automation. Or on the test automation category page. Related Posts by Categories.
testingminded.com
Top 114 Software Testing blogs in 2014 ~ TestingMinded
http://www.testingminded.com/2014/12/top-114-software-testing-blogs-in-2014.html
Trust, but verify. Top 114 Software Testing blogs in 2014. Monday, December 29, 2014 Filed Under top lists. Nearly 5 years after the original top 100 software testing blogs list. A new top software testing blogs list is available. Get ready for the Top 114 Software Testing blogs of 2014. This time the list is published at www.testbuffet.com. A place where more software testing related lists will be published in the future. Next top list candidates will be:. Top x test automation blogs. I wonder if anyone...
testingminded.com
How to define good locators for GUI elements ~ TestingMinded
http://www.testingminded.com/2014/08/defining-good-locators-for-gui-elements.html
Trust, but verify. How to define good locators for GUI elements. Monday, August 25, 2014 Filed Under automation. One of the important pillars of a successful test automation project is the robustness of your code. If the GUI of the application under test changes and your automation code is sensitive to GUI changes, you'll lose valuable time fixing the code. Good element locators greatly contribute to the maintainability of your automation project. But what is a 'good' element locator? Byxpath("/ div[cont...
testingminded.com
9 most popular technical testing blogs in 2014 ~ TestingMinded
http://www.testingminded.com/2015/02/9-most-popular-technical-testing-blogs-in-2014.html
Trust, but verify. 9 most popular technical testing blogs in 2014. Monday, February 23, 2015 Filed Under top lists. Get ready for the 9 most popular technical testing blogs in 2014. This list is published at TestBuffet.com. A place where the most popular software testing blogs are grouped. This ranked list was created by gathering a set of scores for different evaluators and ordering the retrieved scores. In total 18 technical testing. Or on the technical testing category page. Related Posts by Categories.
testingminded.com
About Steven ~ TestingMinded
http://www.testingminded.com/2009/01/about-steven.html
Trust, but verify. Saturday, January 10, 2009 Filed Under me. You can subscribe to this blog via my RSS Feed. For any questions on software testing or suggestions, please contact me by at machtelinckx (at) gmail.com. I'd love to hear from you about your opinion and experiences in the comment sections of my posts. You have read the post. What's next? If you really enjoyed this post, then please consider bookmarking or sharing it. Thanks! Related Posts by Categories. 3 Responses to "About Steven".
testingminded.com
Selecting an item from a Vaadin dropdown with Selenium Webdriver ~ TestingMinded
http://www.testingminded.com/2014/08/selecting-item-from-vaadin-dropdown.html
Trust, but verify. Selecting an item from a Vaadin dropdown with Selenium Webdriver. Monday, August 18, 2014 Filed Under automation. When we need to select items in a dropdown with Selenium Webdriver, we usually use the Select class. We can then call the selectByVisibleText, selectByIndex and selectByValue methods. Unfortunately this won't work in Vaadin applications. That's because Vaadin doesn't use the select html element, instead it uses it's own implementation. Both methods take a 'filterParentLocat...
testingminded.com
15 most popular performance testing blogs in 2014 ~ TestingMinded
http://www.testingminded.com/2015/02/15-most-popular-performance-testing-blogs-in-2014.html
Trust, but verify. 15 most popular performance testing blogs in 2014. Monday, February 16, 2015 Filed Under top lists. Get ready for the 15 most popular performance testing blogs in 2014. This list is published at TestBuffet.com. A place where the most popular software testing blogs are grouped. This ranked list was created by gathering a set of scores for different evaluators and ordering the retrieved scores. In total 27 performance testing. Or on the performance testing category page.
testingminded.com
Automatially opening PuTTY sessions with PuttyCM ~ TestingMinded
http://www.testingminded.com/2014/09/automatically-opening-PuTTY-sessions-and-sending-commands-with-PuttyCM.html
Trust, but verify. Automatially opening PuTTY sessions with PuttyCM. Monday, September 01, 2014 Filed Under tools. A while ago I posted a script. To automatically open a series of PuTTY sessions. What I didn't know at that time is that several tools exist to achieve the same result. One of these tools is PuttyCM. I then use Hoo Wintail to easily filter and highlight specific log file entries. Read more about that in the Hoo Wintail log monitoring article. On the options screen, in the 'General' section, ...