Nt1310 Unit 7 Lab 7.1

Words: 866
Pages: 4

7.1 TESTING PLAN

¬ Testing is the process of recognizing the error and removing that error. It shows the incorrectness. Testing is the process of executing a program with intension of finding errors in the code. It is the process of evolution of system or its parts by manual or automatic means to verify that is it satisfying specified requirement or not.
¬ Testing is used to show incorrectness and considered to success when an error is detected. Web based testing is the process of executing a program with intention of finding errors in the code.
¬ Testing in PHP is based on the database connectivity so basically it is the testing on the data that if it is coming properly when it is being called. It is the general purpose testing so it should get data form database
…show more content…
• Lets for example assume a button in an activity which used to start another activity. A unit test would determine if the corresponding intent was issued, not if the second activity was started. The functional test would also check of the activity was correctly started.

¬ Integration Test

• Integration tests are designed to test the way individual components work jointly. Modules that have been unit tested independently are now combined together to test the integration.
• Usually web based activities require some integration to the system infrastructure to be able to run. They need the activity lifecycle provided by the activity manager, and access to resources, file system and database.

¬ Interface Testing

In the system, standards tests for GUIs have been performed, which are as follows.
• Testing the screen control for its position and size.
• The position and related labels for all controls were checked.
• Name of the form in system is given appropriately.
• All menu functions and sub functions were verified for correctness.
• Each menu functions were tested, whether it invokes the corresponding functionality