top of page
Khyati Sehgal
Agile Practitioner | Thought Leader | Quality Leader | Scrum Master
Search


Agile practice: Test Strategy
Objective Before starting any project , we always try to consider working on certain pointers which will help the team in long go. One of...
khyati sehgal
Aug 15, 20203 min read
3 views
0 comments


Generating allure reports in webdriverio
Webdriver provides lot of reports which we can add as a part of the automation suite. You can find details in the webdriverio...
khyati sehgal
Aug 15, 20202 min read
8 views
0 comments


Revamping automation framework with Product Mindset logic’s.
Often we really don’t care to look at the material which we don’t understand or which is not eye-catchy. In this space, I will try to...
khyati sehgal
May 1, 20202 min read
10 views
0 comments
FAILED: test org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {R
FAILED: test org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {"code":-32603,"message":"Cannot navigate...
khyati sehgal
Oct 30, 20191 min read
5 views
0 comments
JavaScript elements handling in selenium
As we see most of the applications are moving towards development with Angular, React, Aurelia, JS, TS bases scripting language and...
khyati sehgal
Aug 2, 20191 min read
0 views
0 comments


Implementing page object model using protractor and typescript
Before we dwell on some facts let us step back and understand why I am actually writing this blog. As we understand with this rapid...
khyati sehgal
Aug 2, 20192 min read
4 views
0 comments


Cross browser testing via Sauce labs?
Learning starts when you start experimenting. Be it in Information Technology or layman’s life. I will be using this space to make you...
khyati sehgal
May 27, 20192 min read
3 views
0 comments
Getting started with the protractor
As an automation QA Engineer, I always try to work on areas where I can work with pace and efficiency, technology doesn’t matter. As the...
khyati sehgal
May 27, 20192 min read
2 views
0 comments


Current timestamps in selenium
In this post I will be sharing a function to get current timestamp in selenium? I will be sharing a code snippet which will have a...
khyati sehgal
Jun 7, 20181 min read
1 view
0 comments
Random generator functions in selenium
In this post I will be sharing code of 3 generators:- Random Phone number generator Random Email generator Random name generator So let...
khyati sehgal
Jun 7, 20181 min read
29 views
0 comments


Basic commands to start working with git.
In one of my previous blog, I have shared my experience why we need to use ‘Git’. In this post I will share basic commands to start with....
khyati sehgal
May 28, 20182 min read
1 view
0 comments
Running selenium scripts on browser Safari and Mac Operating System
Safari Logs SafariDriver Launcher [ 0.007s] [safaridriver.client] Connecting to SafariDriver browser extension... [ 0.019s]...
khyati sehgal
Aug 4, 20172 min read
5 views
0 comments


ADB for mobile quality analysts.
As we (QA) are growing more towards automation, we have now started exploring tools which developers are using for their development. Not...
khyati sehgal
Jan 31, 20161 min read
2 views
0 comments


How to start mobile testing in android.
There are multiple approaches you can take to kick start mobile testing. For this you need to understand what you are actually trying to...
khyati sehgal
Dec 31, 20152 min read
2 views
0 comments
How to take screenshots via Selenium.
If we have to prove something to either a developer or a Product owner then we generally we have several ways via which we can actually...
khyati sehgal
Oct 1, 20151 min read
0 views
0 comments
How to run Selenium tests in headless mode.
Quick, pace, speed are some synonyms that describe us. We, humans, want pace in each and every act of ours. We want to speed up things as...
khyati sehgal
Sep 30, 20152 min read
1 view
0 comments


Making code commits in a better way.
Developers always work for their growth and betterment be it a niche technology or any fast technique. Here in this post I have listed...
khyati sehgal
Nov 19, 20142 min read
0 views
0 comments
Part 2 – Resolution of some major-frequently-seen Selenium utilities.
This blog is a continuation of my previous blog . Here I am collating the data according to my own experience. These methods can be added...
khyati sehgal
Oct 21, 20142 min read
2 views
0 comments
Part II – One step deeper into Page Object Model.
As we have already discussed in my last post on page object model, why we need design patterns while coding. In this post, lets see what...
khyati sehgal
Oct 8, 20147 min read
0 views
0 comments


Part 2-API testing with rest assured.
In continuation with my previous blog, here I will be sharing some basic rest services methods implementation like POST, GET etc. REST in...
khyati sehgal
Sep 20, 20142 min read
1 view
0 comments
bottom of page