What is the procedure to write test cases and what are the conditions to write test cases?
please say...
Answers were Sorted based on User's Feedback
Basically we have to focus on two areas as there are so many
procedures to write the test cases.These are (+)ive
and(-)ive test cases.Whenever requirement is freeze then
only we can start writing of test cases,but in case of agile
methodology we can write test cases whenever we got the user
story.
Thanks,
milu......
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ramya baskaran
once we understand the requirements,we can write the test cases based on it.Some techniques are followed to reduce the number of test cases such as Equivalence partitioning and boundary value analysis. there are two kind of test cases.
1. positive test cases.
2. negative test cases
Thanks,
Ramya Baskaran
| Is This Answer Correct ? | 0 Yes | 0 No |
Dear friends, I am Ravi, was working as a Test Manager and quit the job due to some personal reasons. I need to get into job at any cost, as it is very critical situation for me. Now I am preparing for interviews, and I seed your help. Please mail me at globalpease2008@gmail.com I'll definitely share all those topics in this form too.... Expect your help and thanks in advance. Regards, Ravi
wat is cookie And Session testing ????
what is deployement?
Diff. between system test cases & UAT test cases.
How would you determine the performance of a web application by looking at the values of ?Response Time? and ?Pages Per Second??
When will the testing starts?
Hello! can anyone explain IN DETAILS what is API??? thank you!
Hi Friends, Can anubody give me brief overview of Automation tools.. (basics of tools-summary)of following tools? 1.Qualty Center 2.Load Runner 3.Win Runner 4.Q.T.P mail me on ...rachna.huda@gmail.com
Can anyone explain me these 3 techniques with an example? 1).Equalent Class Partision 2).Cause-Effect Graph analysis 3).Error Guessing.
what is the diff between ad hoc and exploratory testing ?
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
what is defect tracking?