How do you scope, organize, and execute a test project?
Answer / rajendra
Scope:
Read the Testplan document to know the scope of testing.
by reading this scope of testing and wat needs to be tested
and what not needs to be tested from iplan we can estimate
the tetsing effort and kinds of tests to be conducted on
system under test.
We need to prepare testcases For each type of test based on
relevent documents like
BRS,
SRS,
FRS,
Use case Document,
Data Tables(E-R Diagrams),
Proto type screens
Then we need to upload these test documents in to Test
management tool or Configuration management system (Like
VSS)
Again review the testcases ,Update the testcases based on
review comments.
Conduct the smoke test after getting the first build (1.0)
by executing only positive testcases.
If no show stoppers found accept for testing.
Conduct functional testing.
Report bugs using Bug reporting tool.
Receive the build with bug fixes(Build 1.1)
Read the Build release note for Build 1.1
Conduct the retesting for fixed bugs
then
conduct regression testing on functionalities around the
fixed bugs.
Update the bug status in the bug tracking tool.
And also at every phase we need to review and update the
test cases.
byee
Friends
Still if u have any doubts don't hesitate to call me or
mail me.
Rajendra Prasad Reddy
rajendra_penumalli@yahoo.com
My Mobile number:9885162742
Hyderabad
India
| Is This Answer Correct ? | 2 Yes | 0 No |
HI, I WANT TO DO A ISTQB FOUNDATION CERTIFICATION FROM HYDERABAD WHICH INSTITUTE WOULD BE GOOD FOR ME,WHERE I CAN TAKE SOME TRAINING SESSIONS FOR CLEARING THIS EXAMINATION.
What is the difference between Build Management and Release Management ?
Diff between stress and load testing with example?
3 Answers Mind Q Systems, Sonata,
Can anybody provide me links for the ISTQB certification materials?
What is Error Feeding?
Would u provide the exact differences of test case and test conditon 2)test case and use case 3)test suite and test scenara
Explain the procedure for manual testing.
What are differences in testing a client server and a web application?
What is Buddy Testing?
While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?
give five problems in software devlopment process?
Before starting to write a script, how will you find the test cases that have the same functionality? And how will you maintain the code?