GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Testing  >  Testing General
Go To First  |  Previous Question  |  Next Question 
 Testing General  |  Question 70 of 497    Print  
How do you know when your code has met specifications?

  
Total Answers and Comments: 5 Last Update: July 21, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 15, 2005 02:14:08   #1  
Srinivas Bhimisetty        

RE: How do you know when your code has met specifications?
With the help of tracebility matrix. All the requirements are tracked to the test cases. When all the test cases are executed and passed is an indication that the code has met the requirements.
 
Is this answer useful? Yes | No
May 15, 2007 05:01:28   #2  
Sunny        

RE: How do you know when your code has met specificati...
By testing only we can ensure that code meets requirement
Coding in the sense white box testing is done.

 
Is this answer useful? Yes | No
May 29, 2007 10:03:56   #3  
pavankumar101 Member Since: February 2007   Contribution: 5    

RE: How do you know when your code has met specificati...

There are two types of testing strategies using to find out code has met specifications or not.

1.Static testing the software is tested with out executing. It is done through Manual code reviews and code inspections. In the process the code is checked to ensure that it implements all the requirments given in the SRS document and also checked is it easy to understandable and maintainable. This is also called static analysis.

2.Dynamic testing the code is executes and the actual results are compared with the expected results.


 
Is this answer useful? Yes | No
May 29, 2007 10:11:15   #4  
pavankumar101 Member Since: February 2007   Contribution: 5    

RE: How do you know when your code has met specificati...

There are two types of testing strategies using to find out code has met specifications or not.

1.Static testing the software is tested with out executing. It is done through Manual code reviews and code inspections. In the process the code is checked to ensure that it implements all the requirments given in the SRS document and also checked is it easy to understandable and maintainable. This is also called static analysis. this review we can't say code is cent percent correct. this is only a process or way to find out bugs in software development.

2.Dynamic testing the code is executes and the actual results are compared with the expected results. Both results match same. then code is met specifications.

Please Correct me if i am wrong....


 
Is this answer useful? Yes | No
July 21, 2007 00:39:52   #5  
krish1362 Member Since: July 2007   Contribution: 11    

RE: How do you know when your code has met specificati...

when the test results do not contradict with test requirements or the system requriements.......and.............when there are no bugs found in the application.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape