|
481. What Are Difference Between Three Words Error, Defect And Bug?
Date Posted: 06/26/2012
Ans:
Error: It is an undesirable deviation from requirements.
Bug: Is an error found before the application goes into production
Defect: Is an error found after the application goes in to production.
|
|
|
482. What Is Non Functional Testing? What Are Non Functional Requirements?
Date Posted: 06/26/2012
Ans: Non functional testing is testing of software application for non functional requirements. The names of many non functional requirements are interchangeably because of overlap in scope between various non functional requirements.
Non functional requirements include reliability and scalability. Baseline testing, compatibility testing, document testing, localization testing, load testing, performance testing and recovery testing includes in non functional requirements.
|
|
|
483. What Is Source For Test Case Review?
Date Posted: 06/26/2012
Ans: The main basis for test case review is
Testing techniques oriented review
Requirements oriented review
Defects oriented review.
|
|
|
484. What Are Contents Of SRS Documents?
Date Posted: 06/26/2012
Ans: Software requirement specification and functional requirement specifications.
|
|
|
485. How Can Be Project Divided Among Team Members?
Date Posted: 06/26/2012
Ans: Project is divided in to modules. Each team member should be given a different module to work on.
|
|
|
486. What Is Use Case?
Date Posted: 06/26/2012
Ans: The use case is a methodology used in a system to identify, clarify and organize system requirements. The use case is made up of a set of possible sequences of interactions between systems and users in a particular environment.
|
|
|
487. Give An Example Of High Severity And Low Priority, Low Severity And High Priority?
Date Posted: 06/26/2012
Ans: If the cosmetic change in client name is found at the time of delivery then it is severity of bug is low but priority is high because it affects the business.
If it found that there is major crash in functionality of application but the crash lies in module which is not delivered in the deliverables then in this case it has high severity but given low priority.
|
|
|
488. What Is Testing Environment?
Date Posted: 06/26/2012
Ans: Testing environment is combination of equipment (system configuration and different machines), technologies (operating system, application server, web server and database). We have to test our application in client specified location.
|
|
|
489. What Is Meant By Release Notes?
Date Posted: 06/26/2012
Ans: Release notes are documents that are distributed with software products, often when the product is still in the development state or test state. For the products that have been already used by client, the release notes are supplementary documents that is delivered to customer when a bug is fixed or an enhancement is made to product.
|
|
|
490. What Are Advantages Of Automation Over Manual Testing?
Date Posted: 06/26/2012
Ans: Advantages of automation
Automation saves time and resources where as manual testing is time taking and costly
Automation is latest trend, one time effort
Automation reduces testing budget
|
|