is tha integration testing include non functional test?
Answers were Sorted based on User's Feedback
Answer / nhggj
No it will not include Non Functional testing because
intergration testing is done in Development environment,
Sysytem Intergation Testing is done by Testers
Here all we get confuse integration is different from
System interation
| Is This Answer Correct ? | 15 Yes | 2 No |
Answer / mahesh h
Non functional tests are,
* Baseline testing
* Compatibility testing
* Compliance testing
* Documentation testing
* Endurance testing
* Load testing
* Localization testing and Internationalization testing
* Performance testing
* Resilience testing
* Security testing
* Scalability testing
* Stress testing
* Usability testing
* Volume testing
* Failover testing
which of course will not come under Integration testing. Right?
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rekha
intergration testing includes bothe functional & non
functional tetsing as per the requirement of application
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / krishnaveni
Integration test doesnt include non functional test.
Integration testing is done after unit testing. It is
performed by dev team they jus integrate the individual
modules to validate how the application is working & how is
the data flow between the modules when they r interconected.
| Is This Answer Correct ? | 4 Yes | 2 No |
What is verification and validation in software testing? explain with examples?
what are the 3 key elements of agile methodology
Pliz anyone give me examle of Blocker,critical,Mojor,Mormal,Minor,Tivial,Enhancement Bug.Itz very urgent....
what type of questions we can ask the interviewer after finishing of the interview?
How many test scripts can you prepare per a day?
What is an end-to-end testing?
is there any checklist to check SRS document
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
How can you do the usability testing?
I have 2+ year of work exp in manual testing and i have good knowledge in QTP.anybody have requirement in your company please please tell me
Does a manual test engineer indulge with SQL commands to test database.
7)In a Banking Application, for a module to pay a bill it must have 3 screens (Entry, verification and confirmation screens) in series. It was found that at the final confirmation page the data was getting saved in the database but was not getting displayed on the screen. Which is the best suited category and severity of this defect? A)High severity Content issue B)Low severity Content issue C)High severity Data Loss D)Medium severity data loss