KRN Informatix - Software Testing With Manual Selenium
KRN INFORMATIX is an established hub for IT Education in Bangalore. What the institute have is an expertise in delivering Corporate, Public, and execution of Software Testing Projects and all types of Testing Solutions.
- Manual testing is the process of manually testing software for defects.
- It requires a tester to play the role of an end user and use most of all features of the application to ensure correct behavior.
- To ensure completeness of testing, the tester often follows a written test plan that leads them through a set of important test cases.
- Testing can be through black-, white- or grey-box testing.
- In black-box testing the software is run to check for the defects and is less concerned with how the processing of the input is done. Black-box testers do not have access to the source code.
- In white-box testing the tester is concerned with the execution of the statements through the source code.
- Grey-box testing is concerned with running the software while having an understanding of the source code and algorithms.
- Static and dynamic testing approach may also be used.
- Static testing includes verifying requirements, syntax of code and any other activities that do not include actually running the code of the program.
- Testing can be further divided into functional and non-functional testing.
- In functional testing the tester would check the calculations, any link on the page, or any other field which on given input, output may be expected.
- Non-functional testing includes testing performance, compatibility and fitness of the system under test, its security and usability among other things.
- There are several stages. They are:
- Unit Testing :
- Integration Testing:
- System Testing:
- User Acceptance Testing:
- Release or Deployment Testing:
- Whether SetUp.exe is running or not.
- There are easy screens during installation
- How much space is occupied by system on HDD
- Is the system completely uninstalled when opted to uninstall from the system.
Comments
Post a Comment