Q
Q
q1t2014-04-19 09:38:31
Data storage
q1t, 2014-04-19 09:38:31

How to properly test web applications?

Good afternoon, I recently started learning the basics of development through TDD (BDD).
Everything is relatively clear and understandable with writing tests (and benchmarks) for NON web application code (for this I use the Goconvey library ) The
question does not apply directly to any PL or library, it is interesting to design testing for a web application (site, service) . How to check if the page is rendered correctly, check the restriction of user rights and other aspects, as well as testing the UI, but this is most likely a completely different story.
Thank you for your attention and answers :)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dimonchik, 2015-09-26
@dimonchik2013

I use hubic with the "leave files on the server" option,
the box and the disk probably also have something like that, but I quickly found it when I was looking

E
egor_nullptr, 2014-04-19
@egor_nullptr

Selenium
Codeception

D
DDanya, 2014-04-20
@DDanya

Apache HTTP server benchmarking tool

I
index0h, 2014-12-22
@index0h

For testing SPA applications, it is convenient to use PhantomJS / CasperJS
For forntend + backend - Selenium bundles
Specifically, in the browser you can use mochaJS
On the backend - it depends on the language

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question