Question 2. Definte the following terms:
Unit Testing, Shakeout Testing, Smoke Testing, Integration Testing, Functional Testing, Load Testing, Stress Testing, Performance Testing, Negative Testing, Positive Testing. UAT (User Acceptance Testing), Black Box Testing, White Box Testing, Backend Testing, Alpha Testing
Beta Testing.
Subscribe to:
Post Comments (Atom)
4 comments:
Gopes Niraula dec 28 06
Unit testing: This test is carried out by the developers team to check the functionality of code in the system.
Shake out testing: In this testing the configuration management team checks the networking facility and database connectivity and intergration of modules.
Smoke testing: The QA testers starts checking the major functions to assure its functioning properly. it is a preliminary phase carried out by QA tester.
Integration Testing:This test is done to verify according to the requirement document that the modules are combined together or not and working successfully or not.
Functional Testing:It is to check whether each and every functionality of the application is working as per the requirement document. It is a major test where 80% of test are done. In this test Test cases are made.
Load Testing:It is to check the users response time of number of users using any one scenario of the same application at the same time.
Stress Testing: the application is tested for heavy load such as numerical values, large number of inputs, large number of queries.
Performance testing: It is to check the users response time of number of users using multiple scenarios of the same application at the same time.
Negative Testing:It is a test where the user inputs the invalid values and test the application.
Positive Testing. It is the test where the users inputs valid values and in input box and test the application.
Yuba R Dhakal 12/29/06
1. Unit Testing: It is a testing whether the code is working correctly or not. Developers who wrote the coddling for software do this testing.
2. Shake out testing: This testing is done by CM team, to check whether the main functionalities broken or not after they combined the coding and made the built.
3. Smoke testing: It is an initial testing by QA team that the major functionalities are working or not.
4. Functional testing: It is a test to check each and every functionality of the software are working properly as per required documents.
5. Integration Testing: This is a test to check that all the modules are combined together and working together properly as per required documents.
6. Load testing: In this testing testers check the multiple users response in same time or to test how many users can run the program in same time.
7. Stress Testing: To check the heavy load such as large number of quarries, numerical values and large numbers of inputs.
8. Performance Testing: To check the numbers of users response time in multiple scenarios at the same time.
9. Positive Testing: When testers put the valid numbers or letters in input box and test the application.
10. Negative Testing: When tester puts invalid numbers or letters in input box and test the application.
Murari Naral 01/01/2006
Define the following terms:
Unit Testing: This testing is done by the developer or development team to check if the codes are working properly as required.
Shakeout Testing: Shakeout Testing is performed by the CM team to check no major functionalities are broken after the build is prepared.
Smoke Testing: Smoke testing is an initial testing that the QA tester has to do. Major functionalities and breakdowns are check in this testing.
Integration Testing: All the integral parts and components or the applicaiton are check in this testing to find out if the modules linked together working properly or not.
Functional Testing: Each and every functionality of the application is checked in this testing excuting the test cases.
Load Testing: It is a test to check the USER'S RESPONSE TIME while multiple users use the application using one scenario (single business transaction) such as data entry or query at the same time.
Stress Testing: In this testing a heavy work load such as complex numerical values or large number of input is given and large number of queries are excuted to know the stress the application can withstand.
Performance Testing: To check the USER'S RESPONSE TIME of multiple users using multiple scenarios (multiple business process) of the same application the same time is the objective of this test.
Negative Testing: It is a testing where a user inputs an invalid velue such as character value in the numeric field and tests the application.
Positive Testing: A valid value is input in the field, i.e. date value in the date field or numeric value in the numeric field, and tested.
Rajan Bhandary
Questio 2. Definte the following terms:
Unit Testing: Check the code whether it is properly working or not as per the requirment ( Done by Developler)
Shakeout Testing: Done by CMT. Check the networking facility. Database connectivity and the interation of modules.
Smoke Testing: It is a initial testing set of test to check whether the major functionlities ar working or not.
Integration Testing: It is a testing where all the modules of software were combined or not.
Functional Testing: It is a testing where each and every functionality of the application is working as per requirement.
Load Testing: It is a test of the same application at the same time to check the user’s response time of number of users using any one scenario
Stress Testing: It is a testing where large numerical values , large number of inputs of queries which checks for the stress the applications can withstand.
Performance Testing: it checks the user’s response time of number users using multiple scenarios of the same time
Post a Comment