![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Moderator Join Date: Aug 2006 Location: London, MI, UK Age: 29
Posts: 262
Thanks: 0
Thanked 177 Times in 78 Posts
Rep Power: 25 | diff Between static testing and Dynamic testing Static analysis also involves code complexity metrics, which is very important. In this type of analysis you can imploy complexity metrics such as Cyclomatic Complexity (gives you an idea of how maintainable the code is). What you call Glass Box is also known as White Box testing methods. And these can involve code execution, which is a dynamic analysis technique. An example is Function/Module Logic Branch coverage. When you execute the code within the module/function (white box) can all the logic paths (branches) be reached at least once. There are other types of dynamic analysis methods that are "white" box. Integration testing can also be a "white" box type test. You can exercise the parameter lists of the functions/modules in the compiler. This can be done to exercise intra-functionally (within the same code module with local functions) and inter-functionally (calls between different modules with public functions). Also, you can exercise the code to do Call-Called pair analysis.
__________________ Anand reddy Some Birds aren't meant to be caged. Their feathers are too bright… |
| | |
| The Following 4 Users Say Thank You to slinkanand For This Useful Post: |
| | #2 (permalink) |
| Senior Member Join Date: Oct 2006 Age: 27
Posts: 106
Thanks: 14
Thanked 26 Times in 19 Posts
Rep Power: 7 | Re: diff Between static testing and Dynamic testing Hi, In Static Testing we are not going to run the application or build for the correctness and completeness of requirements. It contains the Testing Methods like Inspections, Walkthroughs, Meetings and Reviews. Where as in Dynamic Testing we will run the application or build for the validation of requirements. It contains the Testing Methods like Functionality Testing, Usability Testing and Performance Testing. Regards, Naveen |
| | |
| The Following 3 Users Say Thank You to naveen_p25 For This Useful Post: |
| | #3 (permalink) |
| Moderator Join Date: Aug 2006 Location: London, MI, UK Age: 29
Posts: 262
Thanks: 0
Thanked 177 Times in 78 Posts
Rep Power: 25 | Re: diff Between static testing and Dynamic testing Hi naveen, ur usage for the above is absolutely correct, my answer was eloborated one..ur answer to the above question is simple to understand.. bye..
__________________ Anand reddy Some Birds aren't meant to be caged. Their feathers are too bright… |
| | |
| | #4 (permalink) |
| Senior Member Join Date: Aug 2006 Location: Hyderabad,India Age: 30
Posts: 8,044
Thanks: 2,105
Thanked 425 Times in 303 Posts
Rep Power: 124 | Re: diff Between static testing and Dynamic testing thanks to all.. |
| | |
| | #5 (permalink) |
| Senior Member Join Date: Sep 2007 Location: Bangalore Age: 27
Posts: 171
Thanks: 33
Thanked 130 Times in 40 Posts
Rep Power: 17 | Re: diff Between static testing and Dynamic testing thanks to all... good info...
__________________ Arunsankar Value has a Value-Only if its Value is Valued |
| | |
![]() |
| Tags |
| diff , dynamic , static , testing |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hi friends, these r some faqs, check it out | kiran2710 | Testing Tools & QA | 29 | 06-05-09 01:19 PM |
| Some Loadrunner FAQs | kiran2710 | Testing Tools & QA | 1 | 25-10-08 12:42 AM |
| Development and testing Opportunities at ADOBE Systems | sridhar | Experienced Jobs | 1 | 22-07-06 12:52 AM |
| quality testing (KPIT interview q&a) | Spoorthi | Testing Tools & QA | 14 | 30-03-06 09:03 AM |
| More Interview Questions Here... |