Posts

Showing posts with the label TestVagrant

What a QA role in TestVagrant looks like?

Image
Disclaimer : Not a post to promote my Org. Read it if you want to understand what we do at  TestVagrant  and what you can expect from your career as a QA here. Almost 4 years back we created the company called  TestVagrant  and the prime intention was to make testing very intelligent and innovative. We want to make testing lean, more efficient, foster intelligence in solution which we owned and built. We wanted to challenge the assumptions of the testing and create something which is more intuitive and value addition to the software development process. And this happens when you own the design when you can influence it and change it based on the knowledge and skill you have acquired over a period of time. End of the day we wanted everyone to believe in the work they are doing, enjoy the work, experiment with what they are learning and have the courage to question the status quo and above all feel free to implement their ideas. We code to test and make testing fast...

Introducing Optimus Dashboard

Image
Make your mobile test automation more intelligent with the help of Optimus Dashboard. Reach out to me in case you want a free POC for your mobile app. Read up more on Optimus here:  https://github.com/testvagrant/optimusTemplate

How device coverage should influence your mobile app testing strategy ?

Image
Brief Intro:  There was a time when everything was manual, then came automation and now the device farms. I am talking in the context of Mobile app testing. When you change focus from  Web  to  Mobile , one of the thing which ideally should get detailed attention from you is “ device coverage ”. Why device coverage matters:  Let me quote some numbers for Android OS first to give you a rough idea. Below is a snapshot from  OpenSignal . According to the report, android device fragmentation has increased 28% over last year. When it comes to iOS the scene is relatively better. Below is the screenshot of iOS to Android comparison in terms of fragmentation. Probable solutions to device Coverage:   The good news is there are lot of vendors offering device farm and to name the prominent ones: Xamarin Test Cloud Service Cloud Test Lab by Google AWS Device Farm Testdroid But the not so good news is most of these are paid service a...

VagrantLab - a testing solution just for startups !

Image
TestVagrant  is perhaps the first services company to bring in an idea of free POC. We learnt that services for startups need to be different from services for enterprise.  VagrantLab  is our attempt to address the need. At  VagrantLab  , we have created a very  succinct  and pertinent solution offering for startups: Easy to get started (via a free POC) Easy to continue (bare minimum retainer model) and Easy to handover (you own what we code)

Why your startup might fail

There is a sudden surge of startups and most of these startups are in B2C space with a product either on web or mobile or both. Also, most of these startups offer a very little differentiation so there is not much induced stickiness in app and hence consumers have choice to drop one and pick another based on their likeness or product feedback. For example, we have BigBasket, Grofers and PepperTap in grocery space, Fasoos, freshmenu, and spoonjoy in food space and likewise. This post is about why startups need to focus on quality, what are the current challenges and what we think we can help with. Read my complete  blog here  https://goo.gl/URQXlh

Testing in Microservice Architecture

As Microservice is becoming more popular and is being adopted fast, it becomes essential for test engineers and organisations to align their testing strategy with the architecture of the application. This requires change in perspective from traditional way of testing applications.  The below article would help you understand why are we talking about it and would address your basic questions around it.  We have planned a series of blogs around it and this is largely to set the context.  https://lnkd.in/e66sd_g

Get started with Appium for Android & Cucumber-JVM using quick reference book

Image
TestVagrant Technologies has released two free Ebooks on Gitbook.io and couple of projects in github which can help you get started with Appium and Cucumber-JVM. Both the books are for beginners and have detailed steps on how to set-up and goes till how to execute your first test. We did find lack of good documentation on both the subject in terms of starting up so we tried putting one hand book for the same. Happy Reading !!! Appium for Android A quick reference book on how to use Appium for automating Android Application using Java. This would detail each and every practical aspects right from setting up Appium to running the test on actual devices. Ebook link:  http://bit.do/TfhQ Github link:  https://github.com/testvagrant/AppiumDemo Building a Test Framework Using Cucumber-JVM This book talks about building a cucumber-jvm based functional test framework with selenium in the background. Ebook link:  http://bit.ly/1xrv1Oq Github link: ...