top of page
Khyati Sehgal
Agile Practitioner | Thought Leader | Quality Leader | Scrum Master
Search
Cucumber Scenario set up in a typescript-driven protractor framework.
In this blog, I will describe how I have mapped the feature file to step definition and then to page objects in a protractor driven...
khyati sehgal
Jun 23, 20203 min read
5 views
0 comments


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


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


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


SyntaxError: Unexpected token while working with protractor on the local machine
ERROR log D:\Protractor\node_modules\protractor\built\logger.js:76 info(...msgs) { ^^^ SyntaxError: Unexpected token ... at...
khyati sehgal
Sep 17, 20141 min read
3 views
0 comments


TS issue with Circular dependency
TypeError: Class extends value undefined is not a function or null Problem Circular dependency I was trying to create an object of class...
khyati sehgal
Aug 20, 20141 min read
2 views
0 comments
Unhandled rejection TSError: Unable to compile TypeScript
Problem statement DevTools listening on ws://127.0.0.1:52555/devtools/browser/24e3b3aa-b5fe-4940-bfb8-b1c18e4c60df Unhandled rejection...
khyati sehgal
Aug 7, 20141 min read
16 views
0 comments
Unhandled rejection RangeError: Maximum call stack size exceeded
While working with protractor with Typescript I and my team was facing this issue. I thought of sharing this here as it was a good...
khyati sehgal
Jul 22, 20142 min read
14 views
0 comments


Soft assertions in protractor based typescript automation framework
How many of us has seen that while running code at once glance if the code fails at some step, then other test steps which meant to run...
khyati sehgal
Jul 22, 20142 min read
3 views
0 comments
bottom of page