How to execute testcases after writing testcases with example .Net or Java application.
How to execute testcases after writing testcases with example .Net or Java application.
We execute test cases based on the priority and dependence,most of the times we try to follow the steps using which the test cases are written.We can execute
test cases manually or by using automated tools like QTP.
I agree with the first reply, the execution of test cases does not depend on application. Generally after writing test cases two things happens either you upload it to a tool such as HPQC for execution or put them in excel and hand it over to testers for execution. Also you need to have a defect tracking system in place for defect management. another good practice is to map the test cases to requirements for requirement traceability.
Thanks
Raj