In this post you will learn what is Testing and Manual Testing and also discuss why software Testing is important?. These questions will ask in interview for fresher who are trying to work as manual Tester or automated Tester.
What is Testing?
Definition 1:
Software Testing is a process of delivering application with high quality, Zero defects, Good Usability, Customer satisfaction
Testing is a process which identifies differences between What customer is expecting and what we are delivering.
Def 2:
Testing is an activity to check whether the actual results match with expected results and to to ensure that the software system is defect free. It also helps to identify errors and missing requirements to the actual requirements. It can be done either manually or automated tools.
Why software Testing is important?
software Testing is important because software bugs could be expensive or even dangerous.
What is manual Testing?
It is a type of software Testing where Tester executes test cases manually without using any automation tools. Tester will play role as end user and verify the complete application behavior. So, Testing is helps to find bugs in the software system.
Any application must be manually tested before its testing can be automated. If you done manual testing it produce the quality of the system and delivers bug-free product to the customer.
How to perform manual Testing?
To perform manual testing to any application you must follow these steps:
What is Testing?
Definition 1:
Software Testing is a process of delivering application with high quality, Zero defects, Good Usability, Customer satisfaction
Testing is a process which identifies differences between What customer is expecting and what we are delivering.
Def 2:
Testing is an activity to check whether the actual results match with expected results and to to ensure that the software system is defect free. It also helps to identify errors and missing requirements to the actual requirements. It can be done either manually or automated tools.
Why software Testing is important?
software Testing is important because software bugs could be expensive or even dangerous.
- China Airlines Airbus A300 crashed due to a software bug on April 26, 1994, killing 264 innocent live
- In may of 1996, a software bug caused the bank accounts of 823 customers of a major U.S. bank to be credited with 920 million US dollars.
- In April of 1999, a software bug caused the failure of a $1.2 billion military satellite launch, the costliest accident in history
What is manual Testing?
It is a type of software Testing where Tester executes test cases manually without using any automation tools. Tester will play role as end user and verify the complete application behavior. So, Testing is helps to find bugs in the software system.
Any application must be manually tested before its testing can be automated. If you done manual testing it produce the quality of the system and delivers bug-free product to the customer.
How to perform manual Testing?
To perform manual testing to any application you must follow these steps:
- first you need to understand the software project documentation
- Then write the Test Scenarios that are cover all the requirements
- Then you need to write Test cases to either positive and negative Test cases.
- Review the Test cases with your Team Lead
- Execute Test cases
- If you find any bugs while executing test cases then report Bugs
- once bugs are fixed by the development team,then re test the failing test cases to vitrify they pass.
No comments:
Post a Comment