A
A
AnotherAnkor2019-01-31 15:02:58
Software testing
AnotherAnkor, 2019-01-31 15:02:58

Regression test automation tool?

The task was to automate the regression for FT.
After digging around on the net, I came to the conclusion that testcafe (prematurely).
In the course of testing the testcafe itself, I found that it does not know how to upload photos, for example, while recording scripts. That. it is no longer suitable, since it was chosen primarily for the automation of scripting promised by the manufacturer.
There is also cypress, but I'll start testing it right now.
And what other tools, besides the hateful selenium, are there for automated regression of browser-based FT?
Would like to:

  1. creating and maintaining scripts did not take too much time,
  2. it would be possible to record at least most of the actions through the browser,
  3. it would not be python or java,
  4. coding was excluded as much as possible, but with the ability to edit the resulting code,
  5. it is possible to upload files to the site (like a profile photo, for example) and perform checks on uploaded documents.

Personally, I really like the idea of ​​writing in js and using nodejs.
But I will also consider any other means that meet my Wishlist. I saw
this article . But not everything about her was to her liking.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
T
taktik, 2019-01-31
@taktik

As an option, you can look at CodeceptJS . But I have not used it myself, I do not know about the cons.
There is an article on Habré - https://habr.com/ru/post/319656/

D
Dmitry Eremin, 2019-01-31
@EreminD

so, but I missed: why is Selenium not considered?
It can upload files and is supported by js

K
Kirill Gorelov, 2019-01-31
@Kirill-Gorelov

No offense ???)
But I wrote it in such a way that it seems that the code itself should understand what to test and write it itself, and only send you alerts.
Look towards Gemini from Yandex https://events.yandex.ru/lib/talks/2594/
Great thing.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question