Login
Remember
Register
Ask a Question
What is random testing?
0
votes
asked
May 26, 2019
in
Testing
by
rajeshsharma
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.
#testing
#manualtesting
#testingquestion
#testinganswer
#testingquestionanswer
#manualtest
Testing-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 9, 2019
by
sharadyadav1986
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
...