php - How to test deployed web applications -


we've build web application update tool pulls our versioncontrol server , applies .sql script database. per client account have separate set of php files + new database. client accounts separated each other.

at moment because have 7-8 client accounts after update manually click through few of pages see went alright, because whole application behind login use dummy account login.

my question how can automate task in propper way.

i set scripts curl each client account login details of dummy account seems bad create dummy account purpose + script need know username/pw each dummy account.

what's way test web-applications behind log in?

i jenkins. provides bunch of tools can integrated monitor , test server when deploy.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -