What is Unit Testing ?
What is Integration Testing ?
What is acceptance testing ?
What is Static testing?
What is System testing?
What is Load Testing?
What is Smoke Testing?
What is Soak Testing?
What is Scalability Testing?
What is Sanity Testing?
What is Ramp Testing?
What is Monkey Testing?
What is Gray Box Testing?
What is Functional Testing?
What is Glass Box Testing?
What is Dynamic Testing?
What is Compatibility Testing?
What is Concurrency Testing?
What is Component Testing?
What is Ad Hoc Testing?
What is Agile Testing?
Answer Posted / priya
Unit Testing is a testing done to check if the new code is working properly before delivering the build to testing team
Integrating testing is testing done when we move from one screen to an other screen or when two integrated modules are tested.
Acceptance testing is done when the product is delivered to the customer for him to accept.
Static checking is primarily the syntax checking or a manual review of the code.
smoke testing is tsting the most important functionality without going much deep into it when there's a new application delivered to testing team.
system testing is testing done on a completely integrated system to know it's compliance with the requirement.
Load testing is done to know if the application can work normally under the defined number of user and if the response is alright even under that load
soak testing is a testing done to see how long the system can with stand with the no of users for a particular duration of time.
scalability testing is done to know how many extra users can use the application beyond the load specified.
sanity testing is done after a new build to know if the important features are working propely .
Ramp testing increases the no of user in a particular timeframe to know tha max no of user that it can accomadate before throwing error messages.
monkey testing is something thatu do to test without following any document and some random unusal testing
gray box testing is the combination of unit testing and balck box testing
functional testing is a testing done on function by giving some input and expecting some output
glass box testing is a structural testing where the test is derived by directly seeing the code.
dynamic testing is nothing but the black box testing itself.like testing a functionality by giving input and expect a output ..
compatability testing is done on differnt browsers to see if the response is same or if doesn't load properly.
concurrency testing is done to see if two users use the application parallely how tha application responds and how the data is handled.
component testing is same as unit testing except for stubs and stimulators removed.
adhoc testing is a negative tsting, testing done with an unwexpected situation or that 's not there in the requirement documents
agile testing -testing usiong the agile model.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Elaborate test plan and content availability in test plan.
Positive and Negative test cases for the speedometer?(minimum 5 each)
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
explain end to end scenario's for online Money transfer in Banking Domain?
Explain the syntax testing?
how to write test cases for online restaurant table booking system?
Explain the ramp testing?
I need GUI test case for home page?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
Who will take care of test plan and test case?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one