0 votes
in Testing by

What is random testing?

When tester performs testing of application by using random input from the input domain of the system, this is Random Testing. 

Random testing involve following procedures:

- Selection of input domain.
- Randomly selecting any input from input domain.
- Using these test input testing of application is performed.
- The results are compared to the system specification. The test is a failure if any input leads to incorrect results, otherwise it is a success.

1 Answer

0 votes
by
To estimate your project, you have to consider the following points:

Divide the whole project into the smallest tasks

Allocate each task to team members

Estimate the effort required to complete each task

Validate the estimation

Related questions

0 votes
asked May 26, 2019 in Testing by rajeshsharma
0 votes
asked May 26, 2019 in Testing by rajeshsharma
...