Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Testing Repository - Creating testing programming Blog  > 

Testing Repository - Creating Testing Blog


testingrepository.com
Testing Repository it's a blog about testing stories , selenium solution , automation best practices and creative testing
Brake Up The Monolith
2019-01-16 20:02
It’s a trend to brake up the monolith and use modern architectures and micro services. If you read this article you might be the situation when your team decided to brake up the mon… Read More
How To Test Images With Selenium
2018-06-28 11:16
How to test images with selenium Selenium manipulates the browser , thats it , what can you do with that power it’s entirely up to you. So how to test images with selenium? First of al… Read More
Create A Headless Firefox Docker Image
2018-06-26 11:35
Headless firefox docker image Long time ago I wrote an article how to create a docker image that runs google chrome headless. At that point firefox didn’t had any support for that . No… Read More
2018-06-25 12:49
How to add cookies with ruby Capybara Way back I wrote an article how to add cookies with selenium webdriver , many people asked How to add cookies with ruby Capybara. So here we go &he&hell…Read More
2017-12-07 11:26
Compare two strings in selenium Testing is always about comparison , actual vs expected results , we often get to compare two strings in selenium. I know it’s a simple thing to do but… Read More
Cucumber Parallel Testing
2017-11-14 15:18
Cucumber parallel testing In a previous article we’ve discussed about how to run cucumber tests in parallel using docker there everything was relying on the jenkins pipeline and I… Read More
2017-11-10 14:34
Headless chrome docker image Many of you choose to run selenium tests heedlessly , for that you need a docker image , bellow you can find the headless chrome docker image for a ruby environm… Read More
2017-11-10 14:15
Selenium get the parent of an element You might run a in a situation when you selected an element and you need to get it’s parent . We can do this using xpath . So if you already… Read More
2017-11-10 12:53
How to run a single cucumber file When you develop you cucumber tests you do need to run single cucumber file. Here is how to run a single cucumber file. Run single cucumber file in ruby (ma… Read More
2017-11-09 12:43
Use Cucumber features as documentation A great QA work requires a very meticulous documentation and we can do that in different ways , as the world is moving into automation we can use cucum… Read More
2017-10-30 14:57
Automated API integration testing Automated API integration testing can save you guys for a lot of extra UI testing. Of course the UI can still brake from style changes but it can’t br… Read More
2017-10-19 12:13
How to addcookie with Selenium Webdriver There are situation when we need to addcokkie with selenium webdriver in order to pre establish a behaviour in our browser for the tests that are goi… Read More
2017-10-16 11:10
API testing with cucumber Performing API testing with cucumber it’s such a simple process , in general to me API testing is much simpler than GUI. Doing API testing you care about what… Read More
2017-07-13 13:39
What is QA? We live in a crazy dynamic world and the amount of software that gets released on the marked in every single day is just incredible , everyone pretends  their product is the… Read More
2017-06-27 09:19
Check image is displayed with selenium You want to check if image is displayed with selenium but selenium API doesn’t really gives you any helpers to do that , so we can implement a sm… Read More
2017-06-26 09:00
How to fix StaleElementReferenceExceptions Running your selenium tests you might be getting StaleElementReferenceExceptions , that means your tests are poorly written and you should loo… Read More
2017-06-23 13:57
Full page screenshot with selenium I wrote an article how to take a screenshot in capybara when you tests fail but if you are running the tests using chrome driver will not take a full page… Read More
2017-06-22 13:29
Getting Started with Headless Chrome Headless chrome is delivered in Chrome 59. It allows you to run the Chrome browser in a headless environment. A headless browser is a great tool for auto… Read More
Take A Screenshot With Selenium WebDriver
2017-06-21 11:53
Take a screenshot with Selenium WebDriver Screenshots might give you a  really useful information when you are trying to debug your tests. Here is how to take screenshots in selenium we… Read More
2017-06-14 08:57
Remove all instance variables As most of us does , you might be using instance variables in your ruby tests. But if you need so , how you can remove all instance variables after each scenari… Read More
2017-05-31 11:21
Simulate mobile device with selenium Now that mobile technologies becomes so popular most of the traffic that businesses receives comes from mobile. Your team might not have a setup to… Read More
2017-05-25 07:57
Get started with python behave We will talk about how to get started with python behave , but first please allow me to make just a short introduction about my “feelings” when it… Read More
2017-05-18 17:27
Fail fast and move on I like Capybara because of its idea to test  web applications by simulating how a real user would interact with the app, and capybara syntax is pretty st… Read More
2017-05-17 13:52
Find element by text in Capybara Think about a simple situation  : You have an element but you’ve got not css selector , or any other type to identify that element ,  lucky y… Read More
2017-05-10 13:29
Use selenium commands inside an IFRAME In a business environment requires a B2B relationship , witch means our project will be integrated with other projects from a different company … Read More
2017-05-09 10:39
How to double click in Selenium We don’t really get to use double click on these days on web , I mean on web you don’t really need it , but you might want to have a negative test… Read More
2017-05-08 08:45
How to open a new tab with Selenium Many of our tests can require to open a new tab and perform some further operations. Seems pretty straight forward , it used to work using window.ope… Read More
2017-05-05 10:32
Selenium get coordinates of element Testing UI can prove to be a quite tricky job when you try to do in automation. In UI testing my experience one essential piece is to know the coordinates… Read More
2017-05-03 08:22
Design patterns in testing Before starting this article Im going to give you the standard definition for design pattern: In software engineering, a design pattern is a general repeatable sol… Read More
2017-05-01 10:21
jQuery scroll to element When you manually test something at the bottom of the page first you need to scroll and second you start interacting with your element , so does selenium. By default… Read More
Page Object Model Selenium Java Project
2017-03-29 11:35
Create a page object model selenium project Short story: Last year I attended for SeleniumCamp conference in Kiev, Ukraine, and in one of the presentations the speaker mentioned somethi… Read More
2017-02-02 12:50
How to use :vCapybara get attribute My recent project is builded with capybara and site_prism with selenium webdriver, i like it because it’s easy to use , nit have to bother too… Read More
2017-01-23 10:12
Tellurium Selenium code example Last week I introduced  tellurium selenium as an automation framework, part of the selenium integration. As I promised in previous article to come w… Read More
2016-12-26 21:28
What is TestNG? Usually when people talk about selenium WebDriver they link it to junit in java or MsTest or Nunit in C#, but there are also other unit testing frameworks that can bring some… Read More
2016-12-14 13:59
How to rerun failed scenarios using Cucumber Having your tests failed because of unreliable environment is a very common issue within the projects,I will try to cover in this article how to… Read More

Share the post

Testing Repository - Creating testing

×

Subscribe to Testing Repository - Creating Testing

Get updates delivered right to your inbox!

Thank you for your subscription

×