Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Internet & the Web (https://www.askmehelpdesk.com/forumdisplay.php?f=177)
-   -   Test Case- Web testing (https://www.askmehelpdesk.com/showthread.php?t=273017)

  • Oct 24, 2008, 03:49 AM
    rasak08
    Test Case- Web testing
    How can I test the web application without write the test case??

    >Moved from FORUM Testing<
  • Oct 24, 2008, 03:51 PM
    vingogly

    There are automated web software test platforms like eValid, but be prepared to pay a lot for them.
  • Oct 24, 2008, 08:56 PM
    rasak08
    Hey Sir,

    Thanks for your reply my question... (How can I test the web application without write the test case?? )


    But I'm asking about the "Manual" way of testing.?
  • Oct 25, 2008, 06:48 AM
    vingogly

    Without software that uses heuristics to capture test cases, you can define formal specifications for the software then derive the test cases from the formal spec. Google "formal methods software testing." I don't know your background, but you should be aware this is graduate-level computer science stuff. And you're still writing tests, you're just deriving them from a formal spec rather than writing them based on an informal spec.

    Different design methodologies, like object-oriented design or agile programming, put test development and executions at different points in the development lifecycle, but you still write tests and execute them. And test platforms like eValid are basically platforms for developing, recording and rerunning tests; they don't do the work of designing the tests for you.

  • All times are GMT -7. The time now is 05:23 AM.