|
351. What Is Good Code?
Date Posted: 06/26/2012
Ans: Good code is which has readability, modularity, layering, design, efficiency, elegance and clarity.
|
|
|
352. Software Development Problems
Date Posted: 06/26/2012
What are five common solutions to software development problems?
Ans:
Appropriate requirements
Realistic schedules
Adequate testing
Stick to initial requirements where feasible
Communication
|
|
|
353. What Are Five Common Problems In Software Development Process?
Date Posted: 06/26/2012
Ans:
Inadequate requirements from the clients
Unrealistic schedules
Insufficient testing
Given different work under the existing process
Miscommunication
|
|
|
354. What Is The Tester To Developer Ratio?
Date Posted: 06/26/2012
Ans: The tester to developer ratio is been interesting indication number of people performing testing activities compared to the number of people in developing. Ratios have dramatically increased in the favor of testers during short life of software engineering discipline. The ration was previously about 1:5-10 means one tester for every five to ten developers. Presently the ration has been increased towards 1:2 to 1:4
|
|
|
355. What Is Difference Between QA And Testing?
Date Posted: 06/26/2012
Ans: Quality assurance deals with prevention of defects in the product that has been developed. Testing is used to control the quality of system; it mainly focuses towards detecting and removal of defects.
|
|
|
356. What Is Difference Between Stress And Load Testing?
Date Posted: 06/26/2012
Ans: Stress testing is use to check the peak loads of the application. Load testing is used to check how many users are accessing the application and time taken to check the application degrades or failed.
|
|
|
357. What Is Workflow Testing?
Date Posted: 06/26/2012
Ans: This is scripted end to end testing which duplicates the specific workflow, which is expected to utilize by end user.
|
|
|
358. What Is Usability Testing?
Date Posted: 06/26/2012
Ans: Usability testing is used to check the user friendliness of product which can help users to learn easily.
|
|
|
359. What Is Top Down Testing?
Date Posted: 06/26/2012
Ans: Top down testing is an integration testing approach where component at the top of hierarchy is tested first, with low level components that are simulated by stubs. These tested components are then used for testing of lower level components. This process will be repeated till all lower level components are tested.
|
|
|
360. What Is Total Quality Management?
Date Posted: 06/26/2012
Ans: Total quality management is a organizations commitment towards development of a process to achieve high quality and customer satisfaction.
|
|