I am new to Testing , my question is
Integration Testing is a BlockBox Testing or White box
testing ? please give me a answer .....
Answer Posted / varshab
Integration testing is black box testing because in
integration testing we are only concern about interaction
between submodules (r integrated modules are working as
specified) .We are not bothered about how it works?
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain unit testing, integration tests, system testing and acceptance testing?
What is change request, how you use it?
Explain accessibility testing and its importance in the present scenario.
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
hi friends i recently finished testing course in hyderabad.now am looking for a job in uk.i need help about the projects in interview point.can any one explain me abt banking project or credit card.like what are the problems faced in u r last project etc.
What is a test server?
What are bug leakage and bug release?
Which are the standards for software test plans?
what is prototyping model,RAD model V model, spiral model?????
what is agile model and spiral maodel?pls explain with an example?
What are the properties of a good requirement?
Which model is following in your company for developing software?
What is XML Testing? Do we have any tools to test the XML? Please let me know.
What are tools of performance testing?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?