What is Selenide
Many of you have tried Selenium WebDriver - one of the most popular tools for UI Testing.Writing UI Tests is not simple. There are a number of typical problems, including Ajax, dynamic pages and...
View ArticleVideo: Selenide on SeleniumCamp 2013
This is our talk about Selenide on SeleniumCamp 2013 conference in Kiev.The talk is in Russian.First part - introduction to Selenide: Second part - live demonstration of Selenide: pair programming...
View ArticleCan PhantomJS take screenshots?
Many people think that PhantomJS (as a headless browser) cannot take screenshots.This is not true!According to PhantomJS documentation, it can take screenshots.Let's try to do that.import static...
View ArticleSelenide Harlem Shake
Good morning!This is a video demonstrating how easy is to start writing automated tests with Selenide.We wanted to make a screencast that would be short, funny and informative enough. By the way, this...
View ArticleSelenide T-shirt
Hi seleniders!You could have noticed that Selenide has got a new logo and design.And even own T-shirts! Like real men!We will share three of these T-shirts next week on the XP Days conference in Kiev.
View ArticleSelenide in five minutes by Glen Smith
Wow!Glen Smith presented Selenide at Canberra JUG. This is a really great 5-min live demo of Selenide. It took only 5 minutes to tell, write and run a full working test for google image service. You...
View ArticleSelenide downloads: over 200 unique ips
As you probably know, the Central Maven Repo publishes download statistics for different artifacts.Today was published Selenide download statistics for February, 2014. The image below shows number of...
View ArticleChanges in Selenide 2.9
Good evening!Today was released Selenide 2.9. Let me tell you about the changes in the new version.New functionalityAdded support for Safari browserIndeed, Safari driver doesn't seem to be stable yet....
View ArticleChanges in Selenide 2.10
Hi all!Recently we released Selenide 2.10. Let me introduce you the news!New functionsWorking with windows/tabsSelenium WebDriver does not support convenient API for working with windows and tabs. It...
View ArticleChanges in Selenide 2.11
Hello!We have released Selenide 2.11. It does contains no new features, but removes old unused features, that made our life complex and broke down the progress. Please be so nice and run your tests...
View ArticleChanges in Selenide 2.12
Hello QA geeks!Great news: we have released Selenide 2.12. Let's see what's coming with it. Added function $.uploadFile(File)The function allows you to upload a file. File cv = new...
View ArticleShorten your code
Hi all!This is Prezi presentation about Selenide from Ashwin Dalvi.Pros, Cons and Myths: Selenide: Shorten your code!
View ArticleSelenide usage simple notes: IE, TestNG, Bootstrap dropdown
Hello!My name is Sergey Shimkiv. Below you can find some notes about Selenide/Selenium usage. IE notesIE 11 x32/x64. In some cases after the actions with HTML elements (click() for example) you can...
View ArticleChanges in 2.13 and 2.14
Hi Seleniders!In September we released two versions of Selenide: 2.13 and 2.14. There is not so much new functions, but there is one new function that I want to discuss with you. Let's start with...
View ArticleHow to start writing UI tests in 10 minutes
Hi!People often ask: how to learn writing tests? How to start? How to write first test in Selenium?Now we have an answer!This video tutorial demonstrates how to create a project with Maven and write a...
View ArticleChanges in Selenide 2.15
Good evening!Good news: we have released Selenide 2.15. This time we have a lot of new features. Sizzle selectors (CSS3)Now you can use CSS3 selectors in Selenide for searching web elements!For...
View ArticleYou find wrong bugs
When I was on the last SQA Days conference in Saint-Petersburg, there happened an incident. At that moment, I didn't realize what happened. I just smiled. And only a few days later I got the...
View ArticleThe fast and the continuous @ SQA Days 16
This is a video from my presentation "The fast and the continuous" on the last SQA Days 16 conference in Saint-Petersburg (Russia).The video is in Russian.The fast and the continuous from Vlad Orlikov...
View ArticleHow to allocate time for refactoring?
One of the most common IT questions is: How to allocate time for refactoring?It's common for both developers and testers. Both get very quickly a heap of dirty unreadable code, a plenty of slow,...
View ArticleHow to test GMail
Hi all!How would you test GMail if you were Google developer? It's a great exercise, try it once! Automated testing of GMail is not trivial. It heavily uses ajax, elements are loaded dynamically,...
View Article