У нас вы можете посмотреть бесплатно Manual Testimng Day 7 Software Testing Types Part 2 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Day 7 ------------------------------------------------------------------ 1. White Box Testing ---------------------------------- 1. Testing the Internal Source Code of an application is called as White Box Testing 2. It is done by Developers 3. Also called as Unit Testing or Open Box Testing 2. Black Box Testing ------------------------------------ 1. Testing the UI(User Interface) or GUI(Graphical User Interface) of an application is called As Black Box Testing 2. It is done by Testers 3. It is called as Closed Box Testing 3. Grey Box Testing ------------------------------------- 1. Testing the Internal Source and UI or GUI of an Application is called as Grey Box Testing 2. It is done by Who are having knowledge on both White and Black box Testing Types of Black Box Testing -------------------------------------- 1. Functional Testing 2. Integration Testing 3. System Testing 4. Acceptance Testing 5. Smoke Testing 6. Regression Testing 7. Performance Testing 8. Security Testing 9. Reliability Testing 10. Exploratory testing 11. Accessibility testing 12. API Testing 13. Globalization Testing Levels of Testing ------------------------------- 1. Functional Testing 2. Integration Testing 3. System Testing 4. Acceptance Testing Difference Between White and Black Box Testing ----------------------------------------------------------- White Box Testing -------------------------------------------- 1. Testing the Internal Source code 2. It is done by Developers 3. we need to know the programming Language(Java, Python, .Net, Php, Ruby) 4. Internal Source Code is visible Black Box Testing -------------------------------------------- 1. Testing the UI or GUI 2. It is done by Testers 3. we need not to know the programming Language 4. Internal Source Code is not visible