Архив за месяц: Май 2023

Monkey Testing

Monkey Testing Hello friends! today we are going to learn about an interesting testing type – Monkey testing. It is also one of the basic

Negative Testing

Negative Testing In software testing, the following are the main testing strategies- Positive Testing – Positive testing is also known as “Happy Path Testing”. In this testing strategy, by providing valid and correct data, the system’s behavior is checked. Any error or unexpected result is not desired in this testing strategy. Negative Testing – It… Читать далее »

Smoke Testing

Smoke Testing Hello friends! today we will be studying smoke testing. It is one of the most confusing terms in software testing. That is why it is also the most