What is Software?
Software is a collection of code installed onto your computer's hard drive.
Types of software:
- System software
- Application software
->Web application
->Mobile application
what is software testing?
- Testing the software whether it is working according to the requirement.
Main Goal of testing:
- Expected Result = Actual Result(Test Pass)
- Expected Result != Actual Result(Test Fail)
- Manual Testing
Done by humans.
- Automation Testing
Done by human+machine.
No comments:
Post a Comment