Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
What is Defect
Defect:
Defect is any flaw in the software system,when there is a difference between expected result and actual result.
Defect can be classified into three categories:
Wrong
Extra
Missing
Wrong: The software does so...
What is Software Testing and How it is done in the real world?
Software testing is a part of software development life cycle in which we verify the requirement given by user. When we start testing of a software first of all we take a look and do analysis of user stories or use cases, then on the basis of the...
Do we really need of tester for small projects ?
Often client demand to not hire tester for small projects generally because of limited time and project cost and say to development team to perform testing themselves to save time and budget. This decision may deliver project on time but could no...
Importance of Software Testing
Why Software Testing is necessary ?
Software Testing is an important part of any software development. In time of making any new application or software there is need to test of that application before implementation. In time of development de...
Software Testing Methods
What is Testing?
A process of finding or identifying defects in software is called software testing. It verify the functionality (behavior) of the application(software) against requirements specification. It is also a process of execution of t...
What is Software Testing?
What is Software Testing?
Software testing can be considered as health checkup of any developed application or software. This can be achieved by investigating the application by executing it under some predefined conditions and/or by inspecti...