1 . Drapla - new tool to automate tests without programming

Опубликовано: 06 Июнь 2026
на канале: Drapla
88
6

https://drapla.com


Drapla is an app, which allows users to automate any test cases in a revolutionary way.
https://www.drapla.com/post/drapla-a-...

Test case - a test case consists of one or more actions or functions. A test case must define specific values for the parameters defined in the actions or functions.

Action - action is the smallest functionality that occurs in the application. Thanks to actions, we can define test cases or create functions. We distinguish many types of actions.
Navigate to URL - takes you to the given URL.
Fill input - provide a value into an input. Inputs are a standard place where you can type some text (e.g. search boxes).
Click on element - clicks on a web page element where the element is a representation of HTML tag, like "button", "div", "p", "span" and many others.
Manual - allows the user to perform a manual check. Sometimes you have to perform manual actions like approve captcha, this action was designed to help with these kinds of issues.
Assertion - confirms the expected result. Sometimes you have to compare values or states in a web browser, e.g. if after action the URL in the web browser is correct or if the input element has a proper value. This action allows you to define the expected result or state in the web browser.

Functions - function is a collection of other actions or functions. It was designed to reduce repetition in your tests. If you have activities that repeat, create a function out of them. You will then make your tests more readable and transparent.

How to use documentation:
https://www.drapla.com/how-to-use

How to setup Drapla:
https://www.drapla.com/how-to-setup


#testautomation #automationtesting #automationengineering