Monday, 28 March 2016

Know about Testing Principles, Testing v/s Debugging and many more..

testing principles

Manual Testing :- Manual Testing is a process in which Tester test an application, software or system manually. In other words, testing an application without using any Automation tool  i.e. QTP, Selenium etc. is called a Manual Testing 

Define Software :- Software is a set of executable programs in our computer. Software is classified into three categories :-
1. System Software.
2. Programming Software.
3. Application Software.

  • System Software :- A software that provides a platform, on which application software can actually execute. Example of System Software is, Operating System, Servers etc.
  • Programming Software :- A software offering programming and application tools that a developer can use to debug and maintain applications. Example of Programming Software is, Compiler, Debuggers and Interpreters.
  • Application Software :- A group of programs that provides the computer a compatibility to execute data processing tasks for a specific user. Example of Application Software is, Internet Browser and Mobile gaming software.  
Software Testing :- Software Testing is a process of checking the correctness and completeness of a S/W with regard to customer requirements and expectations is called a Software or System Testing.

                                                 OR
Software Testing is a process of determining whether the product developed by developer is a quality product and to assure that the developed product is working as per customer requirements and specifications.
                                 
                                          Testing v/s Debugging
Testing :- Testing is a process or set of activities performed with an intent to identify errors or defects in the software under test.
Debugging :- Debugging is the process of fixation of errors or defects by the developers.

                                  -: Testing Principles :-  
Being a Software Tester we have to aware about Testing Principles which are given below:-

0 comments:

Post a Comment