find the odd man out in below testing techniques.
a.loadtesting b.stress testing c.recovery testing
d.integration testing
also tell me why?
Answer Posted / bhargavi
Integration testing is to the verify the flow of data
between two interfaces within a module or between a modules
so its mainly concern with functionality of application and
it can be done even when development is still in progress.
But all other testing types mentioned above done only after
the complete development of the product and its used to
check the performance,limits and reliability of the application.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between test case and test data?
Suggest me MCQ book for Software testing
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?
What is random testing?
what is the difference between testing techniques and principles of testing?Kindly explain both of them with an example.
Why are you in qa?
Hi I m working as a sqa engineer and after 1 yr i want to switch to system analyst side kindly tell me how both fields relate each other and is this easy to switch job from qa to system analyst and what's the difference b/w both fields.
Tell me in which of the software testing phase is qa involved & qc not involved?
What if the application has functionality that was not in the requirements?
Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards
What is the difference between functional and nonfunctional testing?
We have a directory structure /usr/local/jboss/server/{$app_name}/log/*.log which contains 1000 log files. A web application has been logging to the cloud.log file, the attempts of a user called test. The code logs the following way: log.debug(username); where the username equals “test”. What command line application and or combinations of applications will you call in order to create a file named user_log.csv that contains the following lines, where the timestamp is sorted: timestamp,username
What is agile testing and what is the importance of agile testing?
What is destructive testing, and what are its benefits?