what is system testing and system integration testing?
explian briefly?
Answer Posted / venumadhav.gunti
System testing can be determined as not necessary to having
the knowledge on the inner design and logic of the code.
System integration testing can be determined as interfaces
between units are correct. It is both top-down and bottom-
up upproach.
Thanking u,
Venu
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Is quality control similar to quality assurance?
What is your approach when requirements change continuously?
After insert the record in front-end, how will you check the back end by manually? Please explain?
Can you explain process areas in cmmi?
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
What are drawbacks in system development life cycle
I have 6 months experience as project tarine and one and a half year experience as software engineer.Should i write taht my total experience id 2 years.
What do we need to build a quality QC team ? a QC manager with all junior QCs or a QC manager with all senior QCs?
What do you understand by usability testing?
Hi Friends, This is Chennamsubbaraidu.i Have 2+ Years Realtime Exp in Manual Testing.Am Looking to Shift From My Present Company.Please if u Have Any Openings in Your Company's, Please Let Me Know.Any Location Prefer.Thanks.
How do you test google or gmail application??tell me step by step process??
what is the difference between test case and result matrix
how will we change the server system time?
What is difference in between operating system 2000 and os xp?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }