Latest
Protractor
Its quite sometime, I have been working with Protractor, an awesome framework for e2e automated testing of AngularJS applications. There are some facts about Protractor which make it
Read More
Android
Several threads on Appium’s official forum and in some other discussion platforms , its is evident that a large number of users facing the issue of Appium server
Read More
Appium
After a number of fixes to Appium – iOS 8 branch, finally a new version of Appium (1.3.x) has been released with support for iOS 8. Newer released
Read More
Apache HttpClient
After the initial introduction to REST , its time for looking into techniques and tools , which can be used for automation testing of APIs based on REST. What
Read More
Android
Its been a while we are well settled with native and web automation on desktop . The war between tools , technologies is almost at its saturation point
Read More
Apache HttpClient
REST – A Protocol? A Tool? A Framework? What it is!! Well, I was in the same dilemma when , I was about to start testing on APIs
Read More
Selenium
What we do: We can start ChromeDriver by instantiating webdriver instance in the following way. WebDriver driver=new ChromeDriver(); or some people start ChromeDriver by mentioning the path to
Read More
Selenium
Sometimes we need to verify the session – by closing the browser and reopening it using Selenium WebDriver. But by closing the browser and reopening it – does
Read More
Selenium
Sometimes we need to simulate keyboard actions without disturbing the present cursor focus.For Example: Testing with Selenium WebDriver-When we click on any file upload button a file upload
Read More
Android
Manual Front: Application slowing down while using it? It gets unresponsive after a while of use? It gets a significant amount of time to load an activity? Automation Front: Instrumentation/Robotium
Read More