
Informal analysis of the program source code to find defects and verify coding techniques.
What is Unit Level Testing?
Testing of single programs, modules or unit of code.
What is Integration Level Testing?
Testing of related programs, Modules (or) Unit of code.
(or)
Partitions of the system ready for testing with other partitions of the system.
What is System Level Testing?
Testing of entire computer system across all modules. This kind of testing can include functional and structural testing.
What is Alpha Testing?
Testing of whole computer system before rolling out to the UAT.
What is User Acceptance Testing (UAT)?
Testing of computer system by client to verify if it adhered to the provided requirements.
What is Test Plan?
A document describing the scope, approach, resources, and schedule of testing activities. It identifies test items, features to be tested, testing tasks, who will do each task, and any risks requiring contingency planning.
What is Test Scenario?
Identify all the possible areas to be tested (or) what to be tested.
What is ECP (Equivalence Class Partition)?
It is method for deriving test cases.
What is a Defect?
Any flaw imperfection in a software work product.
(or)
Expected result is not matching with the application actual result.
What is Severity?
It defines the important of defect with respect to functional point of view i.e. how critical is defect with respective to the application.
What is Priority?
It indicates the importance or urgency of fixing a defect
What is Re-Testing?
Retesting the application to verify whether defects have been fixed or not.
What is Regression Testing?
Verifying existing functional and non functional area after making changes to the part of the software or addition of new features.
What is Recovery Testing?
Checking if the system is able to handle some unexpected unpredictable situations is called recovery testing.
What is Globalization Testing?
Process of verifying software whether it can be run independent of its geographical and cultural environment. Checking if the application is having features of setting and changing language, date, format and currency if it is designed for global users.
What is Localization Testing?
Verifying of globalized application for a particular locality of users, cultural and geographical conditions.
What is Installation Testing?
Checking if we are able to install the software successfully (or) not as per the guidelines given in installation document is called installation testing.
What is Un-installation Testing?
Checking if we are able to uninstall the software from the system successfully (or) not is called Uninstall Testing
What is Compatibility Testing?
Checking if the application is compatible to different software and hardware environment or not is called compatibility testing.
What is Test Strategy?
It is a part of test plan describing how testing is carried out for the project and what testing types needs to be performed on the application.
What is Test Case?
A Test case is a set of preconditions steps to be followed with input data and expected behavior to validate a functionality of a system.
What is Business Validation Test Case?
A test case is prepared to check business condition or business requirement is called business validation test case.
What is a Good Test Case?
A Test case that have high priority of catching defects in called a good test case.
What is Use Case Testing?
Validating a software to confirm whether it is developed as per the use cases or not is called use case testing.
What is Defect Age?
The time gap between date of detection & date of closure of a defect.
What is Showstopper Defect?
A defect which is not permitting to continue further testing is called Showstopper Defect
What is Test Closure?
It is the last phase of the STLC, where the management prepares various test summary reports that explains the complete statistics of the project based on the testing carried out.
What is Bucket Testing?
Bucket testing is also know as A/B testing. It is mostly used to study the impact of the various product designs in website metrics. Two simultaneous versions are run on a single or set of web pages to measure the difference in click rates, interface and traffic.
What is What is Entry Criteria and Exit Criteria Software Testing?
The Entry Criteria is the process that must be present when a system begins, like,
SRS – Software
FRS
Use Case
Test Case
Test Plan
The Exit criteria ensures whether testing is completed and the application is ready for release, like,
Test Summary Report,
Metrics
Defect Analysis Report.
What is Concurrency Testing?
This is a multiple user testing to access the application at the same time to verify effect on code, module or DB. mainly used to identify locking and deadlocking situations in the code.
What is Web Application Testing?
Web application testing is done on a website to check – load, performance, security, Functionality, Interface, Compatibility and other usability related issues.
What is Unit Testing?
Unit testing is done to check whether the individual modules of the source code are working properly or not.
What is Interface Testing
Interface testing is done to check whether the individual modules are communicating properly as per specifications. Interface testing is mostly used to test the user interface of GUI applications.
What is Gamma Testing
Gamma testing is done when the software is ready for release with specified requirements, this testing is done directly by skipping all the in-house testing activities.
What is Test Harness?
Test Harness is configuring a set of tools and test data to test an application in various conditions, which involves monitoring the output with expected output for correctness.
The benefits of Testing Harness are: Productivity increase due to process automation and increase in product quality
What is Scalability Testing?
It is used to check whether the functionality and performance of a system, whether system is capable to meet the volume and size changes as per the requirements
Scalability testing is done using load test by changing various software, hardware configurations and testing environment.
What is Fuzz Testing?
Fuzz testing is a black box testing technique which uses a random bad data to attack a program to check if anything breaks in the application.
What is Difference between QA, QC and testing?
QA?
It is process oriented
Aim is to prevent defects in an application
QC?
Set of activities used to evaluate a developed work product
It is product oriented
Testing?
Executing and verifying application with the intention of finding defects
What is Date Driven Testing?
Ans. It is Automation testing process in which application is tested with multiple set of data with different preconditions as an input to the script.
<< BACK
No comments:
Post a Comment