What are the things you prefer and prepare before starting
testing?
Answers were Sorted based on User's Feedback
All the above answers are right but a small correction
needed, testing start right from BRS and not after all the
above stated answers.
The above stated answers are starting of validating the
application or build( where the techniques are used.)
FOr each and every phase we need testing.
at 1. BRS we check whether the BRS we gathered is correct or
wrong( here we consider resources, software to use, hardware
configuration, budget).
2. SRS confirm requirement for about to build application,
we build test plan and there stratergy . approach and
required training if needed.Conduct Reviews.
for well understanding of the documentation.
3.Design we take care of Test case looking at the ppt and
depending upon the SRS.
and like wise when we are going towards validation testing
we have to check following conditions mainly.
1. if the testing team given a seperate environment (
machine) check whether that is work and the code for that
machine has been freezed or not. ( the code should be
freezed when we are testing).
2. All the test cases are reviewed and checked whether they
are written according to the functionality and requirement.
3. Look at the test plan and test stratergy approach which
describes which approach and techniques to be followed and
are we comfort with that techniques.
4. Are the resources available which is stated in the test plan.
after this we have to do sanity testing for accepting the
build before we do all the above.
hope it gives the answer. :)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / devask007
before start the testing i prepared following documents
1. test plan
2.test cases
3.build
4.environment set up like hardware configeration,software
configeration
5.resources are ready
6.unit test is completed(whitebox testing)
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / shadab
I prefer BRS (business requirement specification) documents,
SRS (software requirements specifications) documents, Test
plan, Use cases.
I prepare Understanding documents, test cases.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / rasul
I prefer:
Reviewed SRS (to write test cases)
Approved Design documents ( for integration testing)
Unit tested code/build
Approved test plan
I prepare:
Identify test conditions
Prepare Test Cases (should be approved before testing)
Rasul
QA Engineer
rasul_Cse@yahoo.com
| Is This Answer Correct ? | 0 Yes | 1 No |
How many process areas are present in CMMI and in what classification do they fall in?
what is the use of testing? is testing compulsary
what are the basic line documents?
what is difference b/w Quality assurance & Quality control
Hello people...im planning to jump into Manual Testing field. How should i start. Please guide me.. Thank you
who will prepare tracebility matrix?
what is use case
who is responsible to generate test data ,how test data will be developed manually,
What is meant by code walkthrough?
Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?
How many number of negative testcases we can write for "Search and Replace" functionality?
1. Which of the following techniques is NOT a black box technique? a) State transition testing b) LCSAJ c) Syntax testing d) Boundary value analysis