Nuggets of Tech learning
-
The flexi-ways of asserting with Cypress.io
One the many joys of working with Cypress is the variety of support for various assertion methodologies. What is even more powerful is that they can be chained at the end of core Cypress API commands like cy.get Here are coupe of examples that I put into practice recently. JQuery based This file contains… Continue reading
-
Basic refactoring to use PageObjects with Appium (using .NET)
What is PageObject model(POM) ? POM is a technique to hide some of the details of interacting with Web & Mobile elements, so that writing tests and reading code is easier. Here is a good starter resource for understanding POM for Appium – https://blog.testproject.io/2017/07/16/page-object-model/ POM in action – I want to use this blog post to… Continue reading
-
Real device testing with TestObject,Appium and C#
TestObject , an offering by Sauce Labs provides cloud testing service with real devices. I recently did a POC with TestObject using C# . The tests were run using NUnit. Step 1: Sign up Sign up for a free TestObject account Step 2: Upload app Upload the .apk/.ipa file for app under test . I… Continue reading
-
Fiddling with Appium Desktop – initial learning and gotchas
What is Appium Desktop ? Launched about an year ago, Appium desktop is a desktop app that provides a GUI to run the Appium server and (much more importantly) offers a GUI capability to inspect apps under test (locally and remotely) Through this post I will share my experience with Appium desktop installation and launch… Continue reading
-
#100daysofcode :: Python 3.0 , interrupting an endless loop from the keyboard,gracefully
Recently I started out on a mission to further hone my programming skills. Out of the courses that I explored online, the #100daysofcode course from the TalkPython folks appealed to me the most. It is challenging,structured and the instructors are great. I will be blogging my micro-learnings onthis journey. This is the first one from… Continue reading
-
Creating and preserving Cookies with Cypress.io
Continuing my joy ride with Cypress.io , I recently wrote a test to check for a successful logon for a public retail website. While the test was easy enough to write but the logon was failing (inspite of the correct credentials) with the below error message returned from the website Debugging the failure Double check… Continue reading
-
Exploring the Cypress API – getting and asserting on a DOM element’s children
A common operation during Web UI tests is to view and validate contents of a drop down. As part of my exploration of the ever likable Cypress automation toolset, I recently wrote a UI workflow tests that amongst other things validated the contents and count of a drop down list’s elements. I was dreading that… Continue reading
-
A newbie’s toe dip into JS based Test automation using Cypress.io
Recently, I have started exploring alternatives to Selenium Webdriver for E2E Web UI automation and the first tool set that I tried my hand at was Cypress Cypress is a compellingly marketed offering with a touted usp of – Not being a framework based off Selenium Leveraging off existing JavaScript BDD ecosystem ( Mocha and Chai)… Continue reading
-
Python 3.0 learnings – List comprehensions
One of the strengths of a simple (yet powerful) language like Python is to achieve the same with less lines of code. A “Pythonic” concept that proves this is list comprehensions Simply put, it enables you concisely create a list in a single line of code based on some logic presented as an iterable object… Continue reading
-
Using cURL commands in a REST client , without wanting to know cURL ;)
I am a newbie to cURL and dont understand cURL commands , neither have I used cURL to make REST API calls before. Recently I encountered a situation where I had access to some cURL “code” and I had to use that perform some GET and POST operations on a REST end-point. Due to lack… Continue reading
CATEGORIES
Recent Posts
- Robust Test design with Playwright – using .getbyRole()
- Discovery checklist – Navigating the initial obscurity of client engagements
- Browser state transfer between Tests in Playwright
- Fostering blameless communication of Quality
- Observability – advocacy heuristics for Testers/Devs “new” to the system
About Me
I’m Sunjeet Khokhar
An experienced People Leader,Practice Lead and Test Manager .
I am driven by the success of people around me, am a keen student of organisational behaviour and firmly believe that we can be better craftspeople by being better humans first.