in your organization in what way(phases) s/w is
developed and in what way testing will be conducted?
Answers were Sorted based on User's Feedback
Answer / glamorous
1.Receiving Change Request Document
from Client
2.Analyzing the requirements with the team
3.Preparation of Impact Analysis Document for the change
request once the Requirements are static
4.Approval of impact analysis document from Project Manager
Requirement Change Request
Project Id /Name:............
Change request Id:.....
Change request date:......
Title:........
Module Name:.......
Change request source:.......
Change requested by:
RCR record prepared by:glamorous
Change request reference:FinalizeDocumentsOnSave.doc
Attachments:.....
-----------------------------------------------------------
# Change Request Description A/M/D Priority
(L1/L2/L3/L4)
1. Add ability save documents A L1
(A – Add, M – Modify, D – Delete)
(Priority: L1 - High, L2 – Should do, L3 – Required but not
urgent L4 – Good to have)
------------------------------------------------------------
# Reason for change
1. Currently, when a document is filled with the details
the document should be saved
------------------------------------------------------------
Change Request Status: Accepted/Rejected by......
Date:..........
Remarks (if any):...........
------------------------------------------------------------
Impact Analysis Report
Analysis Status:Submitting to .........
Analyst:(Project Manager)
Date Prepared:........
Effort for impact analysis:10 person hours
Estimated total effort:100 person hours
Estimated schedule impact:2 person days
-----------------------------------------------------------
Impact on Requirements:
•This requirement has no impact on other requirements and
components.
Impact on Project Elements
Area of Impact Description of Impact Estimated Effort
(Person-hours)
GUI:......
Database:......
Design:Impact/No Impact
Touch Points :.........
Pseudo Code:Refer to...........
Testing:Unit and Regression tests need to be done
Reviews:Code reviews
Test case reviews
Documentation: Test Case
Issue Log
Deployment:Deployment of changes will be done by .....
External Entities:Nil
Plans/Artifacts:All plans and artifacts will be posted
on ............
Any other impact:
Time frame for completion: As per project plan
Assumptions:
The operator will be working on the list displayed /
Fetched
Remarks:
Approval from client is expected within 2 working
days.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glamorous
After getting the approval
1.Preparation of Test Plan document
2.Preparation of Test Execution plan
3.Preparation of Test Case Document
4.Execution of Test Cases
5.Posting issues to Bugzilla
Test Deliverables
1.Test Case Document with test results
2.Defect Report for all iterations
3.Test Summary Report
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glamorous
After getting the approval then the developers starts
development designing,coding,code reviews and base line code
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between functional test cases and business test cases?
Tell some examples of bug severity and bug priority?
Test cases for 1Ltr water bottle
How does u integrate the modules before performing Integration Testing?
What is test scenario?
What are test closure document?
When the Developer fixes and releases a defect.. then the tester tests it and fails the defect. Suppose the developer again fixes it and the tester again fails it and this process continues for the same defect for more times then what is that u do for getting the defect closed?
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000
which document we prepare first whether test plan or test case document
Is Beta Testing done by devolopers or testers?
Difference between regression testing and re-testing
Explain BVA and ECP?