Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

69 total results found

Status Not Completed

H-TEST Interesting features

Is a check box that has been added in message documentation. This check only can be selected if “Document step” is checked. This new checkbox indicates if the status of the execution is completed or not. How does status not completed works? To explain ho...

XPath object identification

H-TEST Interesting features

In the following lines, the user will find tips for being able to identify the web objects via XPath. XPath is a way of objects identification based on the path where the element is nested in. As an example, the XPath ”/html/body/div[2]/div/div/footer/secti...

Global Variables

H-TEST Interesting features

We can obtain now global variables to use in our diagrams, those global variables are: #global_user and #global_password. Those global variables are directly picked up from your H-TEST Client so, a user using those variables, will always use the user and passw...

Shadow Root

H-TEST Interesting features

Solution for “Shadow-root” elements, for example some “accept cookies” pages: To treat these elements we need to use the executeJavascript function, for example: Document.getElementById(“usercentrics-root”).shadowRoot.querySelector(“[data-testid=uc-accept-al...

Powershell Execution

H-TEST Interesting features

You can execute powershell commands through H-TEST. To be able to do this, all you need to do is make a user adaptor, and use the executeCommand predefined function. In this function you need to add in the “command” parameter the following: powershell.exe (...

Objects Identification

H-TEST Modeling recommendations

When working with an automation tool, it is very important to be able to identify objects and work with them. Otherwise, the automation tool will not know where to click or type. For solving this issue, normally, the object properties are used. Those are some...

Variables Management in H-TEST

H-TEST Modeling recommendations

This is the information about how to use and manage the variables in H-TEST. Validations in Frontend of the data types: The web application should prevent situations like this: Or situations like this one: The validation in Frontend will be done ...

Structure of Training in H-TEST Tool

H-TEST Training in the H-TEST tool

This training consists of 6 didactic units made up of short explanatory videos and downloadable documentation. At the end of each unit, the student will take a 10-question test to consolidate concepts.Total duration of the course 10h (6 hours and 15 minutes of...

Content of Training in H-TEST Tool

H-TEST Training in the H-TEST tool

Below you can see the content of Training in H-TEST Tool: Training Program for Technical Teams: General. Technical design of H-TEST: requirements and proposed solution. Graphical representation of the technical solution. Infrastructure and...