alder.org.ua
testerlife « [alder@freedom]
http://alder.org.ua/tag/testerlife
Алексея «Alder`a Деркача. Posts Tagged ‘testerlife’. Tester Bill of Rights. Вторник, Февраль 5th, 2013. У меня часто возникают мысли о том как правильно взаимодействовать тестировщикам и команде разработчиков? Какова роль тестировщика в Agile-команде? Материалов на эту тему много хороших и разных. Очень интересно и точно описаны «Права тестировщика в книге Agile Testing. A practical Guide for Testers and Agile Team. Lisa Crispin, Janet Gregory. Нужно будет почитать книгу, благо есть переведенный вариант ...
alwaystuesdayinphilly.blogspot.com
It's Always Tuesday in Philadelphia: September 2012
http://alwaystuesdayinphilly.blogspot.com/2012_09_01_archive.html
It's Always Tuesday in Philadelphia. Ugh, what a rough night. As I was going to bed, I felt the beginning of a migraine coming on. For a moment, I thought about getting up and taking some meds. What bothers me most in a lot of articles is the broad brush an author will write with when setting up their main point. Its a natural tendency, one that Ive succumbed to previously. The Problem with Online Content Delivery. As TV moves from the airwaves (hey, I still have rabbit ears! Been playing with Watir.
agilelevelup.com
Agile Level Up: Fosdem 2013, coté code
http://www.agilelevelup.com/2013/02/fosdem-2013-cote-code.html
Le blog lean startup, agile, software craftsmanship et jeu de rôle de Stéphane Bagnier. Lundi 4 février 2013. Fosdem 2013, coté code. How MediaWiki is tested - Željko Filipin. Est en charge des tests fonctionnels. Le logiciel qui motorise Wikipédia. Son challenge est de créer et de maintenir des tests sur les différentes plateformes et browsers. En parti parce que RVM facilite la mise en place de l'environnement de test. Il utilise la librairie watir.webdriver. Ce qui nécessite des tests véritablement in...
p0deje.blogspot.com
p0deje's sec & qa blog: October 2011
http://p0deje.blogspot.com/2011_10_01_archive.html
P0dejes sec and qa blog. Don't hope to find there smth outstanding. Little cheat to speed up your WebDriver tests. While most examples for Selenium WebDriver use creating new instance of browser on setUp(). And closing it on tearDown(). It is not that fast really. So, in most cases, you only need to clear cookies and open homepage. Fortunately, WebDriver allows this. Such a little cheat will significantly decrease the time your tests take to run. Ruby bindings). In Watir-WebDriver. Posted by Alex Rodionov.
blog.learnstream.com
QA Automation with Selenium WebDriver
https://blog.learnstream.com/guide/qa-automation-with-selenium-webdriver--6zj
Don't have an account? Connect with the community and collect the web. Create a new account. Find a Learning Guide. Don't have an account? QA Automation with Selenium WebDriver. 10 Links, Created 2014-10-30 15:03:09.974 by. This guide provides a compendium of Selenium WebDriver resources to help beginners or advanced users learn about the Browser Test Automation framework. The guide also includes various other platforms and tools that allow you to build out a Test Automation Framework. Elemental Selenium...
thebestintest.blogspot.com
The Best In Test Automation: QC OTA API Filter usage in Ruby
http://thebestintest.blogspot.com/2012/09/qc-ota-api-filter-usage-in-ruby.html
The Best In Test Automation. Thoughts, examples and information about test automation, tools and scripting. Friday, September 14, 2012. QC OTA API Filter usage in Ruby. Creating filters can be one of the trickiest things in QC OTA API usage. The first thing you might run into when using Ruby is how you set a filter. In Visual Basic you set a filter like this:. TestsetFilter.Filter("CY CYCLE ID") = " 0". However, in Ruby you have to use the setproperty. Testsetf = qc.TestSetFactory. Using the TS PATH.
thebestintest.blogspot.com
The Best In Test Automation: Cucumber more deeply ...
http://thebestintest.blogspot.com/2012/08/cucumber-more-deeply.html
The Best In Test Automation. Thoughts, examples and information about test automation, tools and scripting. Friday, August 31, 2012. Cucumber more deeply . Cucumber's strength is the ability to write the feature descriptions in plain text and also possible in your native language. Feature is usually a user story. When all scenarios in a feature file is passing, it tells that the story is done. The format of the feature file is:. The feature file starts with a description. In order to . I need to . Scenar...
pedromendes.com.br
Testes funcionais com Cucumber e Page Objects – Pedro Mendes
http://www.pedromendes.com.br/2013/11/01/testes-funcionais-com-cucumber-e-page-objects
Posted By Pedro Mendes. Testes funcionais com Cucumber e Page Objects. Aproveitando que meu último post foi justamente uma tradução do ótimo artigo do Martin Fowler sobre Page Objects, vou engatar no tema e postar algumas sugestões de como usar esse pattern com o cucumber para criar os testes funcionais da sua aplicação. Caso queria uma introdução sobre Page Objects, recomendo a leitura do post anterior a este, clicando aqui. Ruby 1.9.3 ou superior. A idéia é construir o seguinte ambiente:. Pretendo aqui...