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


Was unable to find a step for “”: Mapping stepDefinitions to feature file in cucumber
Was unable to find step for “Given open application as admin user”cucumberautocomplete While working with cucumber, when steps are not...
khyati sehgal
Jun 18, 20201 min read
681 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
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:4723 [/127.0.0.1] fai
Error Stack Trace Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:4723 [/127.0.0.1] failed: Connection...
khyati sehgal
May 1, 20201 min read
6 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


protractor- session not created: Chrome version must be between 70 and 73
DevTools listening on ws://127.0.0.1:57284/devtools/browser/f4efc932-01f3-4ac5-8a77-b19e65f2849b [14:36:42] E/launcher - session not...
khyati sehgal
May 27, 20191 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


Reporting in protractor based automation framework
Reporting is one of the major features which completes the framework. This is something which impacts the stakeholder and gives them the...
khyati sehgal
May 27, 20192 min read
0 views
0 comments
Setting loggers in Selenium with log4j
Imports to make import java.io.File; import java.io.IOException; import org.apache.log4j.ConsoleAppender; import org.apache.log4j.Level;...
khyati sehgal
Jun 11, 20183 min read
2 views
0 comments
Working with Microsoft Excel in Selenium
Excel provides huge number of capabilities, we can make multiple use out of it like storing data, maintenance, calculations, retrieval,...
khyati sehgal
Jun 7, 20182 min read
0 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
Dealing with multiple browsers in selenium
As technology grows we have to deal with multiple things. Things which are similar in behaviour and functioning but still different. One...
khyati sehgal
Jun 7, 20182 min read
3 views
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
FAILED CONFIGURATION: @BeforeTest startDriver org.openqa.selenium.SessionNotCreatedException:
ERROR FAILED CONFIGURATION: @BeforeTest startDriver org.openqa.selenium.SessionNotCreatedException: A new session could not be created....
khyati sehgal
Jun 28, 20171 min read
10 views
0 comments
An error occurred while collecting items to be installed session context was:(profile=SDKProfile, ph
ERROR STACK An error occurred while collecting items to be installed session context was:(profile=SDKProfile, phase=org.eclipse.equinox.i...
khyati sehgal
Jun 27, 20171 min read
48 views
0 comments
Functional test cases of shopping cart.
Here are some areas which we can focus on while testing shopping cart:- SingleProductAddToCart Select any product. Select Add to Cart...
khyati sehgal
Feb 16, 20177 min read
0 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
bottom of page