Testing a Web Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sani723
    New Member
    • Feb 2007
    • 117

    Testing a Web Application

    which criteria is good to test a web app.
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by sani723
    which criteria is good to test a web app.
    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...

    Comment

    • sani723
      New Member
      • Feb 2007
      • 117

      #3
      thanx alot

      Comment

      • dpoirier
        New Member
        • Mar 2007
        • 1

        #4
        Originally posted by sani723
        which criteria is good to test a web app.

        I suggest you JUNIT test, it works fine with eclipse IDE


        ---------------------

        Comment

        Working...