Answer Posted / preethi
Use case description is one of the alternative to SRS
document,if the Business requirements from a customer are
complex to understand then Out TL will prepare this Use case
document and he will give it to the Test Engineers to
prepare Test case.
In general following is the generally used Use case format
which consists of :
1)Use case id
2)Use case name
3)Use case Description
4)Pre conditions
5)Work Flow
6)Post conditions
7)Proto type model
8)Alternative work models
Regards
Preethi.G
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i heard that mainframe testing is diff from other environments & has lot of keyboard input????pl clarify my doubt & let me know in what way its diff??
There is only requirements document. You have 10 days and 8 resources to release the system.At the end of the 8th day u tell ur TL that system is ready for release. How will you proceed with the testing process or in other words what all approach you will follow once you get requirements
what types of bugs will we find out in banking projects
what is acid testing?
1.what kind of testing have you done ?
Which is the best testing model?
What are the different levels of manual testing?
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
What is the difference between three tier and two tier application?
what are the various techniques you will use as soon as the srs was given to you to speedup the testing?
What is difference between cmmi and cmm levels?
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
Hi could some one please send me the testplan testcases(for 2Modules) and testscripts for mercry fliht aplication or gmail. please write those on templates and send me.In testplan plase write Testobjective, test scope, est approach, exlusions assumptios.
i looking for the software testing job with the exp of (1.5 yrs ), if anybody knows how to approach the companies ,pls let me know , possible que which will be asked in interview ? pls send me sample resume for testing ....pls do the favour as soon as posible .
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?