• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

Common Manual Testing Techniques:

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
Software Testing is the process of ensuring that any application works correctly and without errors. In it, Manual Testing is the task of testing the application directly by a human (Tester) without automation tools.


  1. Ad-hoc Testing:
    A test that is performed spontaneously, without planning or documentation. The tester tests the application based on his/her experience. In the early stages of development or when time is limited.


  2. Exploratory Testing:
    The tester tests the structure, function, and usage of the application. It is done without documentation, but with some purpose. When the requirements are not clear or to learn about a new application.


  3. White Box testing:
    White Box Testing is a method of testing a software application by knowing all the internal systems (code, logic) and paths. This is a line-based testing.


  4. Black Box Testing:
    Black Box Testing is a method of testing the functions of a software application from the outside without knowing its internal workings (code, logic).


  5. Functional testing:
    Functional Testing is the testing of the functionality of a program or software. In this, we only test how the functions work. This is a type of testing done using the Black Box Testing method, meaning we test the functionality of the program from the outside without knowing its configuration.


  6. Performance Testing:
    Performance Testing is the process of testing whether a software application performs properly in the face of high traffic or high user load. It refers to tests to ensure aspects such as speed, scalability, reliability, and resource usage.


  7. Usability Testing:
    Usability Testing is the process of testing an application's ease of use and user experience (UX). It helps us determine how easy, convenient, and useful an application is for users to use.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу