Traceability matrix sample template
Who is responsible for preparing the traceability matrix
Write test case format and test cases for login window where we have to test username and password
Answered by: Ranita
Answered On : Feb 20th, 2007| Test Case # | Test Case Description | Expected Results | Pass / Fail (Build No #) | Actual Results | Comments | Bug ID |
| Version Number: | ||||||
| Functionality | ||||||
| Login & Logout | ||||||
| 1 | Open up a web browser and point it to: https://<URL or IP address> and click on Go button | Make sure Log In page should display | ||||
| 2 | Enter Email and password and click on "Sign On" | Make sure Home page should display | ||||
| 3 | Click the "Sign Out" link | Make sure Log In page should display | ||||
| 4 | Enter invalid Email in the Email field and click on Sign On | Make sure error message should display as: ‘Please enter valid email’ | ||||
| 5 | Without providing an email address, click on Sign On | Make sure error message should display as: ‘Enter email address’ | ||||
| 6 | Without providing password, click on Sign On | Make sure error message should display as: ‘Enter password’ | ||||
| 7 | Enter wrong Email and Password combination and click on Sign On | Make sure error message should display as: ‘Invalid email address’ | ||||
| 8 | Enter valid Email in the Email field, without entering password in the password field ; click on Sign On | Make sure error message should display as: ‘Enter the password’ | ||||
| UI | ||||||
| 8 | Look at the top of the page | Make sure “Granite Legal Systems” banner should display at the top of the page | ||||
| 9 | Look at the bottom of the page | Make sure that the copyright statement should display at the bottom of page. | ||||
| 10 | Look at the bottom of the page | Make sure that “Granite” logo should display at the bottom of page | ||||
| 11 | Move the mouse over the “Sign On” button | Make sure the mouse pointer should changed to hand symbol | ||||
| 12 | Move the mouse over the “Sign On” button | Make sure the “Sign On” text color should change | ||||
| 13 | Point the mouse over the “Sign On” button | Make sure tool tip message should display as: ‘Sign On’ | ||||
| 14 | Point the mouse over the “Sign On” button | Make sure on pointing the mouse, there is a mouse-over effect. | ||||
Test Case Id:Test Case Title: Login WindowPurpose: To test username and password@ Step Name Description ...
The basic test case format should be
What is system testing and what are the different types of tests you perform in system testing?
Answered by: muthu
Answered On : Mar 28th, 2007System testing is nothing but testing the whole application which was integrated all the modules.
In system testing, there are two type of testing
1.Fuctionality testing, 2.Non-functionality testing
Functionality testing means test whether application functioning stated requirement or not.
In non-functionality testing, it has more no. of types
ie. Load, stress, performance, reliability, security, usability,configuration, compatibility(forward & backward), volume, scalability, Localization, and internalization testing
In System Testing we check the End to End flow of the application. The application is checked in overall with database or if other application is being used with it.
when we integrated all the modules and check the functionality , GUI , and validation of whole appliction called system testing.
rainy
Why software quality assurance is important to developers?
Answered by: kurtz182
View all questions by kurtz182 View all answers by kurtz182
Member Since Nov-2009 | Answered On : Dec 22nd, 2009
Quality assurance designs and implements measures to prevent defects and it helps developers minimize the number and severity of defects released to the test team.
Quality assurance designs and implements measures to prevent defects and it helps developers minimize the number and severity of defects released to the test team.
Finding defects from the initial makes better to provide good quality of the software.SQA is a Preventive process. Quality is maintained from each and every phases. SQA focus on processes like defining, continuous improvement with the goal of defect prevention.
End goals of usability testing
What are the end goals of usability testing?
Answered by: kurtz182
View all questions by kurtz182 View all answers by kurtz182
Member Since Nov-2009 | Answered On : Dec 25th, 2009
Usability testing evaluates persons as they use the application under test. Its purpose is to judge the application in terms of
1) Performance: How much time or how many steps were required to complete tasks?
2) Accuracy: How many mistakes did people make?
3) Intuitiveness: How easy was it to learn?
3) Recall: How easy was it to remember after a period of time?
4) Emotional response: How do people feel about it?
Usability testing evaluates persons as they use the application under test. Its purpose is to judge the application in terms of 1) Performance: How much time or how many steps were require...
Usability testing is a black-box testing technique. The aim is to observe people using the product to discover errors and areas of improvement. Usability testing generally involves measuring how well ...
Editorial / Best Answer
Answered by: Suchi
Answered On : Jun 8th, 2006Traceability matrix is where the test plan author,generally the TL,reviews the testcases prepared by test engineers.Here the TL verifies whether the testcases written cover all the Business Requirements or not.He also rejects/deletes extra/not required testcases.
BUSINESS REQUIREMENTS
S/W REQUIREMENTS
TESTCASES
1 – BRS(Business Requirement Specifiaction)
1.01 – S/W requirement specification
1.01.01 - testcase A
1.01.02 - testcase B
1.01.03
1.02- S/W requirement specification
1.02.01 - testcase A
1.02.02 - testcase B
1.02.03
2 – BRS(Business Requirement Specifiaction)
2.01 – S/W requirement specification
2.01.01 - testcase A
2.01.02 - testcase B
2.01.03
2.02- S/W requirement specification
2.02.01 - testcase A
2.02.02 - testcase B
2.02.03
Whereas Test Responsibity Matrix(TRM) is a 15x5(15 cross 5) matrix,which includes 15 testing factors & 5 development stages.Here the author(PM/QA/TL) make a list as to which testing factors are required/needed for their particular type of project.
testing issues\development
SRS
Designing
Coding
System Testing
Maintainence
Ease of use
Authorization
Access Control
Performance
……
………
Here is an example of a Requirements Traceability Matrix:ProjectNameTest Case NumberRequirement Number / Document ReferenceSystem Requirements SpecificationBusiness Requirements DocumentWork-flow Diag...
My quastion is How you can map between testing factors and development stages...
Regards..
Nanda