would we do functional testing inside integration testing
Answer Posted / mohd. yusuf khan
When the Unit testing is completed the units are integrated. We verify the functionality, reliability and performance of all the units as a system. So it is obvious that we do functional testing inside integration testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a top-down and bottom-up approach in testing?
I have interview on Guide wire testing. If you please share me.
What are the main key components in web applications and client and server applications? And explain the differences between them?
What is Independant Testing? When and where this type of testing will be performed?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
Write a set of test cases to test youtube?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
What is grey box testing?
Can you explain steps in function points?
Could some one tell me test cases for multi line text boxes like Notes field?
Explain the defect life cycle.
Tell some examples of bug severity and bug priority?
Write the function test case to add a customer to database.
What are the main key components in client and server applications?