define the testing technique?
Answers were Sorted based on User's Feedback
Answer / arachelvi
A testing technique is a process for ensuring that some
aspect of an application system or unit functions
properly.Technique are the means by which testers perform
their tasks.Various techniques can be applied to test the
product
* specification based
* Fault based
* usage based
* specific yechnique
* code based
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / sushree sangeeta das
It deals with how specific part of the softwar would be
tested or what method could be applied to test a perticular
feature of a software.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / varsha b
Testing technique means the method used to test software.
Following are the testing techniques.
1>Specification based (Black box).
i> Eqivalence partioning testing
ii> Boundry value analysis testing
iii>decision table testing
iv> state transition testing
iv> Use case testing
2>Structure based (white box )
i> Statement coverage testing
ii> Brance coverage testing
iii>Decision coverage
iv> path coverage
3>Experience based testing.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / mfsi_krushnas
There are 4 types of testing techniques
1. Static Testing
2. White Box Testing
3. Black Box Testing
4. Grey Box Testing
1. Static Testing: Testing of an application without
execution on the computer or without executing them through
values.
2. White Box Testing: Here testing is done on code written,
like loop coverage, statement coverage, execution loop
coverage. Testing done on the code .
3. Black Box Testing: Here testing is done to check the
behaviour of the application. Here the behaviour of the
application should be towards the Customer's Requirements.
Grey Box Testing: COmbination of Black box and white box is
called Grey box testing.
Integration testing is an Grey Box Testing which includes
both the functionality and coding testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the diffrence between BUILD & RELEASE ?
What is your framework of current project
hi,I want to learn testing concepts. But, actually, at least, I don't have basic knowledge about testing. but, my desire is to learn testing concepts. But, I don't know, which material is good?And which site is good to learn testing concepts. Please, could any one help me regarding this? If any one have good material with you, with out feel, kindly forward that material to me? Please, do this help for me. Thanks in Advance. my mail id is gopimanchella@gmail.com BEST REGARDS M.MurthySharma.
you have 200 testcase there is no enough time to excute all the testcase but you have to released that build.what can u do it?
could any body plz let me know which is best training institute for telecome testing in hyderabad?
1)How Much intraction with user should tester have and why?
what are the good test cases for the login form containing 4 fields like Username,Password,LOGIN button and CANCEL button?
What is the difference between test case result and a bug?
Hi, I have almost completed 5 years in manual testing and now want to switch over or explore something new in testing. Friends, can you post me your sugesstions?
What test cases should be written in performance testing manually?
Explian traceablity matrix with an example ?
what is the difference between test scenario n testcase.do we have separate template fr test scenario.what is the use of scenarios.pls explain with example.