Log in

View Full Version : Test Case- Web testing


rasak08
Oct 24, 2008, 03:49 AM
How can I test the web application without write the test case??

>Moved from FORUM Testing<

vingogly
Oct 24, 2008, 03:51 PM
There are automated web software test platforms like eValid (http://www.soft.com/eValid/index.html), but be prepared to pay a lot for them.

rasak08
Oct 24, 2008, 08:56 PM
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.?

vingogly
Oct 25, 2008, 06:48 AM
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.