GeekInterview.com
Series: Subject: Topic:

Software Testing Interview Questions

Showing Questions 1 - 5 of 5 Questions
Sort by: 
 | 

Traceability matrix sample template

Asked By: NAZREEN | Asked On: Jan 18th, 2006

Who is responsible for preparing the traceability matrix

Star Read Best Answer

Editorial / Best Answer

Answered by: Suchi

Answered On : Jun 8th, 2006

Traceability 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

 

 

 

 

 

……

 

 

 

 

 

………

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Answered by: kurtz182 on: Dec 22nd, 2009

Here is an example of a Requirements Traceability Matrix:ProjectNameTest Case NumberRequirement Number / Document ReferenceSystem Requirements SpecificationBusiness Requirements DocumentWork-flow Diag...

Answered by: nanda on: Sep 6th, 2007

My quastion is How you can map between testing factors and development stages...

Regards..

Nanda

       

Write test case format and test cases for login window where we have to test username and password

Asked By: alwaysprashant | Asked On: Feb 16th, 2007

Star Read Best Answer

Editorial / Best Answer

Answered by: Ranita

Answered On : Feb 20th, 2007

Test Case #Test Case DescriptionExpected ResultsPass / Fail (Build No #)Actual ResultsCommentsBug ID
Version Number:
Functionality      
Login & Logout     
1Open up a web browser and point it to: https://<URL or IP address> and click on Go buttonMake sure Log In page should display    
2Enter Email and password and click on "Sign On"Make sure Home page should display    
3Click the "Sign Out" linkMake sure Log In page should display    
4Enter invalid Email in the Email field and click on Sign OnMake sure error message should display as: ‘Please enter valid email’    
5Without providing an email address, click on Sign OnMake sure error message should display as: ‘Enter email address’    
6Without providing password, click on Sign OnMake sure error message should display as: ‘Enter password’    
7Enter wrong Email and Password combination and click on Sign On Make sure error message should display as: ‘Invalid email address’    
8Enter valid Email in the Email field, without entering password in the password field ; click on Sign OnMake sure error message should display as: ‘Enter the password’    
UI      
8Look at the top of the pageMake sure “Granite Legal Systems” banner should display at the top of the page    
9Look at the bottom of the pageMake sure that the copyright statement should display at the bottom of page.    
10Look at the bottom of the pageMake sure that “Granite” logo should display at the bottom of page    
11Move the mouse over the “Sign On” buttonMake sure the mouse pointer should changed to hand symbol    
12Move the mouse over the “Sign On” buttonMake sure the “Sign On” text color should change    
13Point the mouse over the “Sign On” buttonMake sure tool tip message should display as: ‘Sign On’    
14Point the mouse over the “Sign On” buttonMake sure on pointing the mouse, there is a mouse-over effect.    

Answered by: prakmeen on: Jun 17th, 2010

Test Case Id:Test Case Title: Login WindowPurpose: To test username and password@ Step Name                 Description ...

Answered by: Prasad on: Mar 5th, 2007

The basic test case format should be

  1. Test case ID
  2. Test case Name
  3. Test case Objective
  4. Test case Prerequisite
  5. Test steps
  6. Test Data
  7. Expected Results
  8. Actual Results
  9. Status
  10. Priority

What is system testing and what are the different types of tests you perform in system testing?

Asked By: Interview Candidate | Asked On: Sep 8th, 2005

Star Read Best Answer

Editorial / Best Answer

Answered by: muthu

Answered On : Mar 28th, 2007

System 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

Answered by: simrannarang on: Apr 1st, 2010

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.

Answered by: rainy on: Sep 26th, 2008

when we integrated all the modules and check  the functionality , GUI , and validation of whole appliction called system testing.
rainy

Software quality assurance

Asked By: bogart21 | Asked On: Mar 17th, 2009

Why software quality assurance is important to developers?

Star Read Best Answer

Editorial / Best Answer

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. 

Answered by: kurtz182 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. 

Answered by: mathan_vel on: Aug 11th, 2009

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

Asked By: mathan_vel | Asked On: Dec 11th, 2009

What are the end goals of usability testing?

Star Read Best Answer

Editorial / Best Answer

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?

Answered by: kurtz182 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 require...

Answered by: sharads on: Dec 14th, 2009

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 ...

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.