TagTesting

Steps to perform Black Box Testing Methodology

S

Hi, friends today we will learn Black box testing, this is a very useful testing technique in Software testing. In this technique we give input and get output without knowing how the output is generated. Black box testing is also called as Behavioral testing. Methods of Black box Testing: Error Guessing: In this technique we randomly put any values not fixed values, and get output. It is not the...

Hello …. Monkey !!!

H

The main issue i used to struggle with while developing android applications was stress testing. As a beginner it was very hectic job to test the application from the naive users perspective. As we develop the application we know what things to do to get the result but to check whether the app responds properly even for wrong events like tapping wrong button etc. Android provided a tool Monkey...

Category