When do u go for integration testing?
Answers were Sorted based on User's Feedback
Hi Mohan.. Once the integration testing is over then only
the biuld comes to QA environment...
integration testing-- when the all units of code or unit
modules all r finished and those modules r integrated to
one system, then integration testing is need to check the
system is working fine when integrated all modules...
if i am wrong please correct me....
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suyog pokharkar
Yes Mohan Surendra is absolutly right.
The purpose of an intgration testing is check combine
performance of each single unit or module or component.We
check there indivisual performance or correctness in unit
testing so after that integration testing is must.
if I m wrong please inform me on
syg.pokharkar@gmail.com
SIRD
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ganesh
It depends on the application you test. Say if the Software
application developed does not have any dependency over any
other components, then no need of Integration testing.
Eg: The application requires just an input from the user
and it generates an output, then this needn't be
integration tested.
If the application is dependent on various sources to
obtain its input then we should go for Integration testing.
Eg: Say Application "Apollo" has to wait for an XML from
system A, wait for a response from system B etc. So here
the integration of Apollo with system A and system B has to
be tested.
Is This Answer Correct ? | 2 Yes | 1 No |
What are the different levels of manual testing?
How to test login page or web login page? are they difference?
Write 2 scenarios for System testing?
Hello can any one help we which certification is can be taken is it ISTQB or CSTE ? How to prepare for the exam & where we can find the materials etc for the prepartion? Please Help me. Thanks in advance
Hi this is satish from bangalore I wanted to take up my ISTQB Foundation level Certification can any one help me out with the date of test..
What is CheckList?
11. Do any of the authoring tools you use have features to help make your Web sites accessible?
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you
. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life cycle? 4. what is defered status in defect life cycle? 5. smoke test? 6. Do you use any automation tool for smoke testing?? 7. verification and validation? 8. Testing process in your comp.? 9. Testing methodology? 10.when a bug is found what is the 1st action? 11.what is best bug in your current proj. which you found?? 12.what is test plan and explain its contents? 13.Advantages of automation over mannual testing? 14.explain some SDLC models? 15.ADhoc testing? 16.what is mean by release notes? 17.what are all the contents of release checklist? 18.when a new build comes what is 1st action?(performing smoke test). 19.how many test cases will you write for 1 day? 20.what is the bugbase do you use in your comp.?
what is BRD and FRD Can any one tell the expansion?
Tell me the Test cases for the Fan?
what is v model