21
2017
Test Automation of Mobile Applications using Appium
Appium is a cross platform mobile test automation tool that does not need any alterations or access to the source code when test automation is been performed. Mobile usage has surpassed the traditional desktop and laptop usage and quite naturally mobile applications have exploded in terms of numbers. Hence, following this trend, it has become ever more important to automate mobile application testing. Today, different test automation tools like MonkeyRunner, Robotium, KIF, Calabash, MonkeyTalk, Appium […]
17
2017
Learn Cucumber Test Automation with Ruby Core Framework
What is Cucumber? Cucumber is a BDD automation test environment which describes acceptance criteria. BDD develops scenarios under the feature file with or without examples using ‘Gherkin’. Gherkin provides the ‘Domain Specific Language’ and a simple way to understand between technical and non-technical members. It’s described in ‘Simple English’ that anyone can understand. Behavioral Driven Development (BDD) is associated with the test-driven development. It is a way to communicate example based software among the developers, […]