1) Cypress Recorder
at: https://lnkd.in/gH5P_BuY
2) Fd Cypress Recorder
at: https://lnkd.in/gpMGaYAr
Here is a step by step video guide on how to make use of these tools to write a simple Cypress Web UI test case.
However, all tools have their limitation, so the mentioned 2 Chrome extensions can only give you a basic code skeleton of the minimum workable Web UI test. You still need to learn some Cypress scripting syntax and combine with the use of other Web Element Locator/Selector Chrome extensions such as:-
A) BlazeMeter - to enable the auto capturing of Web UI navigation into JMeter JMX file. This JMX file then can be used as load test script and performance test script.
Installation URL: https://lnkd.in/gTgbzR_X
B) Katalon Recorder - to record step by step Web UI navigations and convert these steps into different scripting languages, such as Java, C#, Python2, Robot Framework and etc.
Installation URL: https://lnkd.in/gy-dabZV
C) SelectorsHub - to capture Web Element's Selenium locators in the form of XPaths or CSS Selectors.
Installation URL: https://lnkd.in/g-XZPbnU
0 Comments