what is functional testing?Explain with one example?And when we use functional testing in your project???
Answers were Sorted based on User's Feedback
Answer / giriver singh bisht
the testing used to check the functionality of features is called functional testing..
example- when we go for signup gmail ,after putting all the value on field..when we click on signup..the page should say "account created sucessfully"...
after unit or white box testing we do functional testing...
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / rachit saurabh
Fuctional testing are the testing of an App as the App is design is design o function. For eg: If user tap on setting option than a setting window should open because thats the functionality of a setting option.
| Is This Answer Correct ? | 0 Yes | 2 No |
what are the contents of black box & white box testing.
What is verification and validation testing
What is the test data? Differentiate Test bed and Test Environment?What is a Data Guidelines?
What are the Risks involved while testing?
4 Answers BT, GL Noble Denton,
which out of the following can be considered as performance testing:- 1. Benchmarking 2.Recovery testing 3. more than one user testing
What should be tested when Unit Testing is conducted?
What is the limitation of First Name, Middle Name & Last Name text box? and what is the limitation 0f Only Name text box?
What is Glass Box testing?
how we receive the build ? will there be change in version for every single bug the developer fixes ?
How to do the performance testing manually? Does you have a test case for that?
What is prior review?
I want to know that Test Case Document contains the positive as well as negative test cases in the same sheet or we have to create different test case document for negative test cases.