How can I test the web application without write the test case??
>Moved from FORUM Testing<
![]() |
How can I test the web application without write the test case??
>Moved from FORUM Testing<
There are automated web software test platforms like eValid, but be prepared to pay a lot for them.
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.?
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 03:26 AM. |