which criteria is good to test a web app.
Testing a Web Application
Collapse
X
-
It depends on the amount of assurance you want that the page is "working" or "secure" (those are in quotes because you will never be able to reach 100% assurance). It also somewhat depends on the language and backend. I would recommend having a QA environment to be able to do white and balckbox testing, but that's not usually an option everywhere...Originally posted by sani723which criteria is good to test a web app. -
Originally posted by sani723which criteria is good to test a web app.
I suggest you JUNIT test, it works fine with eclipse IDE
---------------------
Comment
Comment