1. Which function gives the diff in date.2.Exceptional error is what type of bug3. Dead end code is what type of bug4. Bug density is directly related to6.relation between cyclometric complexity & risk is7.Big bang approach is used in
Latest Answer : Risk means to guesing the future problems in our application.that is two types1 risk identification2 risk mitigation ...
Latest Answer : Risk Managment Plan normally list all the potential problems a project would encounter during the SDLC phase. It not only list the risk but also gives us the way the risk could be overcome in time the risk occurs.Below is the format for a Risk mitigation ...
Which of the following statements about regression testing are true? (1) Regression Testing must consist of a fixed set of tests to create a baseline(2) Regressoin Testing should be used to detect defects in new features(3) Regression Testing can be run on every build(4) Regression Testing should be targeted to areas of high risk and known code change(5) Regression Testing, when automated, is highly effective in preventing defectsChoose any one: (1&3), (1&5), (3&4), (1,4&5), (2,3&4)
What is Release Acceptance Testing?What is Forced Error Testing?What is Data Integrity Testing?What is System Integration Testing
Latest Answer : The simplified answer is…… Metric is two dimensional (Ex: Distance covered per hour)Measurement is a single dimension (Ex: Distance covered)Suresh ...
If you do not have a application/build to test what would be your approach/strategy for testing. what is the type of testing you think would be suitable to test a particular build you only have test cases derived from SRS/BRS.
Latest Answer : Verify that all information is being entered correctly. Sometimes on international programs, there are problems with dates format. Then nother big point to test is to see the reference problems, sometimes a user is able to enter for example a zip code ...
Use of comments,use descriptive varaibles function names.
Latest Answer : Code should have comments as per understanding point of viewCode should be in optimized format.Code should be easy to understand (u must use variable names or function name descriptive) ...
1.What are the general aspects fo security testing?2.How u sent defect report?3.What is source code testing?4.What is the importance of the Frs?5.what is test strategy?6.Expalin about Double V Model?
Latest Answer : Security testing is to test how well the system protects against unauthorized internals or external access, willful damage, etc., The six basic security concepts that need to be covered by security testing are: confidentiality, integrity, authentication, ...