How do you determine what to test?
Answers were Sorted based on User's Feedback
Answer / chaitu.c
Generaly the test prepare the Test cases based on the
requirements.when the test cases covered with the
requirements that is TRM
With the requirement we can test the application
Or
TRM is simply explain what to test(mapping Req.and Test
cases)
or
Test Plan
with the help of test plan we can began testing because
some companies having TRM in test plan
if it is wrong correct me
| Is This Answer Correct ? | 4 Yes | 0 No |
The testable item is purely based on the SRS (software
requirement document)and the test plan which contains the
scope and the items to be tested will be given.
Muralidharan
dharanmu@yahoo.com
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / chandni
By the requirement and functional specification documents
we can decide what to test and along with that in the test
plan there is on point called "scope" describes what is
included to test and what is not included.
so by considering requirement document as well as test plan
we can understand that what to test.
just let me know if i am wrong.
thanks
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / a
If U cleared with your requarments ....and cleared with
Test Plan...then u can start to test the apllication
pl let me know if i m wrong.....
| Is This Answer Correct ? | 5 Yes | 5 No |
is tha integration testing include non functional test?
what are the 3 key elements of agile methodology
what comments have u given in peer review? tell me at least 3 comments what u have given? july27 brahma412@yahoo.co.in
suppose 10 mangoes cost is 300 rs with 10% discount in this case u r writing 10 test cases.u want to change that cost to 500 rs in this case u r writing 5 testcases....... so, how many functional test cases and how many regression testcases in these 15 testcases?
What do you think the role of test-group manager should be
tell me 4 test case technics ?
I faced this question in interview. please answer any body what is core team in testing
define integration testing ,gui testing and functional testing
What is an IDE?
what is the part of qa and qc in refinement v model.
In my application, date box is present on every screen. As a tester I have to test it on every screen. So need to write test case for it. If I write a test case for Date box only once & I refer that test case for next screen date box testing. Is it Ok?? E.g. Test case name - Date Box test Test Case Id - 01 If I want to write test case for Date box on New screen/module. Then is it OK?? Test Case Name - Date Box test Test Case Id - 20 Test Steps - Refer steps of test case id-01
Which design document supports to choose test data and how to select test data ranges ?